Trace number 335616

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla FULL? (TO) 1200.1 1200.51

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
MD5SUM8c2637bddd219bb03ecc49de7a065894
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4830
Number of clauses330925
Sum of the clauses size666540
Maximum clause length69
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2330855
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data (download as text)

21.27/21.34	c run March_dl for 5 seconds ... 
21.27/21.34	c Bin: Executing march_dl
21.27/21.34	c child exit by a signal
21.27/21.34	c march_dl returned code 137.
21.27/21.34	c run saps for 2 seconds ... 
21.27/21.34	c Bin: Executing ubcsat2006
21.27/21.34	c child exited successfully
21.27/21.34	c ubcsat2006 returned code 0.
21.27/21.34	c satzilla computing base features
21.27/21.34	c satzilla doing unit-prop probe
21.27/21.34	c satzilla doing local search probe
21.27/21.34	c satzilla doing lobjois search-space size estimate
21.27/21.34	c satzilla's ranking:
21.27/21.34	c 1) eureka: 1.830891
21.27/21.34	c 2) vallst: 1.894349
21.27/21.34	c 3) march_dl: 3.330506
21.27/21.34	c 4) zchaff_rand: 3.768038
21.27/21.34	c 5) minisat20: 4.112977
21.27/21.34	c 6) kcnfs: 5.364356
21.27/21.34	c 7) kcnfs+P: 999.000000
21.27/21.34	c 8) march_dl+P: 999.000000
21.27/21.34	c 9) vallst+P: 999.000000
21.27/21.34	c 10) zchaff_rand+P: 999.000000
21.27/21.34	c 11) rsat+P: 999.000000
21.27/21.34	c 12) eureka+P: 999.000000
21.27/21.34	c 13) minisat20+P: 999.000000
21.27/21.34	c 14) rsat: 999.000000
21.27/21.34	c satzilla running eureka ... 
1199.07/1199.57	c Bin: Executing eureka
1199.07/1199.57	c child exit by a signal
1199.07/1199.57	c eureka returned code 137.
1199.07/1199.57	c eureka returned code 137.
1199.07/1199.57	c satzilla running vallst ... 
1199.07/1199.57	c Bin: Executing vallst
1199.07/1199.57	c vallst returned code 1.
1199.07/1199.57	c vallst returned code 1.
1199.07/1199.57	c satzilla running march_dl ... 
1199.07/1199.57	c Bin: Executing march_dl
1199.07/1199.57	c march_dl returned code 1.
1199.07/1199.57	c march_dl returned code 1.
1199.07/1199.57	c satzilla running zchaff_rand ... 
1199.07/1199.57	c Bin: Executing zchaff_rand
1199.07/1199.57	c zchaff_rand returned code 1.
1199.07/1199.57	c zchaff_rand returned code 1.
1199.07/1199.57	c satzilla running minisat20 ... 
1199.07/1199.57	c Bin: Executing minisat20
1199.07/1199.57	c minisat20 returned code 1.
1199.07/1199.57	c minisat20 returned code 1.
1199.07/1199.57	c satzilla running kcnfs ... 
1199.07/1199.57	c Bin: Executing kcnfs
1199.07/1199.57	c kcnfs returned code 1.
1199.07/1199.57	c kcnfs returned code 1.
1199.07/1199.57	c satzilla running kcnfs with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-335616-1173630975 -o ROOT/results/node69/solver-335616-1173630975 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335616-1173630975/SATzilla2007_F /tmp/evaluation/335616-1173630975/instance-335616-1173630975.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.11 1.03 1.01 3/64 9450
/proc/meminfo: memFree=1933408/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=0
/proc/9450/stat : 9450 (SATzilla2007_F) R 9448 9450 9002 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9451] ppid=9450 vsize=3512 CPUtime=0
/proc/9451/stat : 9451 (march_dl) R 9450 9450 9002 0 -1 4194304 465 0 0 0 0 0 0 0 18 0 1 0 383055268 3596288 459 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9451/statm: 878 459 50 118 0 757 0

[startup+0.056802 s]
/proc/loadavg: 1.11 1.03 1.01 3/64 9450
/proc/meminfo: memFree=1933408/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=0
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9451] ppid=9450 vsize=4304 CPUtime=0.05
/proc/9451/stat : 9451 (march_dl) R 9450 9450 9002 0 -1 4194304 702 0 0 0 5 0 0 0 19 0 1 0 383055268 4407296 696 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9451/statm: 1076 696 50 118 0 955 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5816

[startup+0.101809 s]
/proc/loadavg: 1.11 1.03 1.01 3/64 9450
/proc/meminfo: memFree=1933408/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=0
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9451] ppid=9450 vsize=4832 CPUtime=0.09
/proc/9451/stat : 9451 (march_dl) R 9450 9450 9002 0 -1 4194304 907 0 0 0 9 0 0 0 19 0 1 0 383055268 4947968 901 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9451/statm: 1241 902 50 118 0 1120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6344

[startup+0.301842 s]
/proc/loadavg: 1.11 1.03 1.01 3/64 9450
/proc/meminfo: memFree=1933408/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=0
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9451] ppid=9450 vsize=7868 CPUtime=0.29
/proc/9451/stat : 9451 (march_dl) R 9450 9450 9002 0 -1 4194304 1821 0 0 0 29 0 0 0 21 0 1 0 383055268 8056832 1815 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9451/statm: 1967 1815 50 118 0 1846 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9380

[startup+0.701906 s]
/proc/loadavg: 1.11 1.03 1.01 3/64 9450
/proc/meminfo: memFree=1933408/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=0
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9451] ppid=9450 vsize=14096 CPUtime=0.69
/proc/9451/stat : 9451 (march_dl) R 9450 9450 9002 0 -1 4194304 3494 0 0 0 68 1 0 0 24 0 1 0 383055268 14434304 2166 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134545971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9451/statm: 3524 2166 53 118 0 3403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15608

[startup+1.50104 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 9452
/proc/meminfo: memFree=1918032/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=0
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9451] ppid=9450 vsize=15392 CPUtime=1.48
/proc/9451/stat : 9451 (march_dl) R 9450 9450 9002 0 -1 4194304 10592 0 0 0 144 4 0 0 25 0 1 0 383055268 15761408 2494 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542885 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9451/statm: 3848 2494 57 118 0 3727 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16904

[startup+3.1023 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 9452
/proc/meminfo: memFree=1915472/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=0
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9451] ppid=9450 vsize=28632 CPUtime=3.09
/proc/9451/stat : 9451 (march_dl) R 9450 9450 9002 0 -1 4194304 22755 0 0 0 298 11 0 0 25 0 1 0 383055268 29319168 5715 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9451/statm: 7158 5715 73 118 0 7037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30144

[startup+6.30182 s]
/proc/loadavg: 1.11 1.03 1.00 2/66 9453
/proc/meminfo: memFree=1920016/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=1512 CPUtime=4.99
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 149 35377 0 0 0 0 482 17 16 0 1 0 383055268 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9450/statm: 378 125 110 260 0 84 0
[pid=9453] ppid=9450 vsize=22588 CPUtime=1.28
/proc/9453/stat : 9453 (ubcsat2006) R 9450 9450 9002 0 -1 4194304 3944 0 0 0 126 2 0 0 25 0 1 0 383055769 23130112 3926 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134556121 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9453/statm: 5647 3926 156 64 0 5228 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24100

[startup+12.7019 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 9453
/proc/meminfo: memFree=1918176/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16264 CPUtime=12.67
/proc/9450/stat : 9450 (SATzilla2007_F) R 9448 9450 9002 0 -1 4194304 8460 39327 0 0 525 4 718 20 25 0 1 0 383055268 16654336 3863 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134543126 0 0 4096 0 0 0 0 17 1 0 0
/proc/9450/statm: 4066 3863 137 260 0 3772 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16264

[startup+25.502 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 9456
/proc/meminfo: memFree=1878424/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=47660 CPUtime=4.14
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 10311 16 0 0 410 4 0 0 25 0 1 0 383057402 48803840 9865 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134641403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 11915 9865 172 116 0 11454 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 64580

[startup+51.1011 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 9456
/proc/meminfo: memFree=1878296/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=47660 CPUtime=29.72
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 10311 16 0 0 2968 4 0 0 25 0 1 0 383057402 48803840 9865 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134651437 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 11915 9865 172 116 0 11454 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 64580

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 9456
/proc/meminfo: memFree=1854936/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=66160 CPUtime=80.91
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 71002 16 0 0 8059 32 0 0 25 0 1 0 383057402 67747840 15729 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134572542 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 16540 15729 177 116 0 16079 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 83080

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 9456
/proc/meminfo: memFree=1850328/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=73244 CPUtime=140.88
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 173452 16 0 0 14010 78 0 0 25 0 1 0 383057402 75001856 17224 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 18311 17224 177 116 0 17850 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 90164

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 9456
/proc/meminfo: memFree=1845784/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=73836 CPUtime=200.87
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 280021 16 0 0 19958 129 0 0 25 0 1 0 383057402 75608064 17628 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 18459 17628 177 116 0 17998 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 90756

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9456
/proc/meminfo: memFree=1845528/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=77500 CPUtime=260.85
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 383344 16 0 0 25910 175 0 0 25 0 1 0 383057402 79360000 18375 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608746 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 19375 18375 177 116 0 18914 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 94420

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9456
/proc/meminfo: memFree=1844120/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=76760 CPUtime=320.83
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 489839 16 0 0 31858 225 0 0 25 0 1 0 383057402 78602240 18348 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 19190 18348 177 116 0 18729 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 93680


################
# More data... #
################

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1840216/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=81612 CPUtime=500.77
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 804740 16 0 0 49707 370 0 0 25 0 1 0 383057402 83570688 19603 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608975 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 20403 19603 177 116 0 19942 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 98532

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1839320/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=82416 CPUtime=560.75
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 909494 16 0 0 55658 417 0 0 25 0 1 0 383057402 84393984 19797 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608759 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 20604 19797 177 116 0 20143 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 99336

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1838424/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=81124 CPUtime=620.74
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1015855 16 0 0 61608 466 0 0 25 0 1 0 383057402 83070976 19643 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562519 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 20281 19643 177 116 0 19820 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 98044

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1836312/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=81632 CPUtime=680.72
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1120542 16 0 0 67557 515 0 0 25 0 1 0 383057402 83591168 19790 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 20408 19790 177 116 0 19947 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 98552

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1835736/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=84336 CPUtime=740.7
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1225561 16 0 0 73509 561 0 0 25 0 1 0 383057402 86360064 20249 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134581186 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 21084 20249 177 116 0 20623 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 101256

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1834712/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=87568 CPUtime=800.67
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1328689 16 0 0 79459 608 0 0 25 0 1 0 383057402 89669632 20786 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608328 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 21892 20786 177 116 0 21431 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 104488

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1834136/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=85948 CPUtime=860.66
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1433034 16 0 0 85407 659 0 0 25 0 1 0 383057402 88010752 20582 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 21487 20582 177 116 0 21026 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 102868

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1833560/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=86440 CPUtime=920.64
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1537723 16 0 0 91358 706 0 0 25 0 1 0 383057402 88514560 20702 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 21610 20702 177 116 0 21149 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 103360

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1832984/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=89060 CPUtime=980.62
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1642698 16 0 0 97308 754 0 0 25 0 1 0 383057402 91197440 21140 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134610343 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 22265 21140 177 116 0 21804 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 105980

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1831000/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=89456 CPUtime=1040.6
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1747373 16 0 0 103256 804 0 0 25 0 1 0 383057402 91602944 21260 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134610835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 22364 21260 177 116 0 21903 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 106376

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1831832/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=87756 CPUtime=1100.58
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1851718 16 0 0 109210 848 0 0 25 0 1 0 383057402 89862144 21038 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584322 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 21939 21038 177 116 0 21478 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 104676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9458
/proc/meminfo: memFree=1830040/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=16920 CPUtime=21.31
/proc/9450/stat : 9450 (SATzilla2007_F) S 9448 9450 9002 0 -1 4194304 16069 39327 0 0 1383 10 718 20 25 0 1 0 383055268 17326080 4045 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9450/statm: 4230 4045 169 260 0 3936 0
[pid=9454] ppid=9450 vsize=88148 CPUtime=1160.56
/proc/9454/stat : 9454 (eureka) R 9450 9450 9002 0 -1 0 1956378 16 0 0 115158 898 0 0 25 0 1 0 383057402 90263552 21134 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9454/statm: 22037 21134 177 116 0 21576 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 105068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9458
/proc/meminfo: memFree=1892000/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=40472 CPUtime=1200.08
/proc/9450/stat : 9450 (SATzilla2007_F) R 9448 9450 9002 0 -1 4194304 22598 2025687 0 0 1473 13 117590 932 25 0 1 0 383055268 41443328 9878 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134592672 0 0 4096 0 0 0 0 17 1 0 0
/proc/9450/statm: 10118 9878 176 260 0 9824 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 40472

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9458
/proc/meminfo: memFree=1892000/2055920 swapFree=4182156/4192956
[pid=9450] ppid=9448 vsize=40472 CPUtime=1200.08
/proc/9450/stat : 9450 (SATzilla2007_F) R 9448 9450 9002 0 -1 4194304 22598 2025687 0 0 1473 13 117590 932 25 0 1 0 383055268 41443328 9878 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134592672 0 0 4096 0 0 0 0 17 1 0 0
/proc/9450/statm: 10118 9878 176 260 0 9824 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 40472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1190.64
CPU system time (s): 9.46856
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 107264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1190.64
system time used= 9.46856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2048285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 2231

runsolver used 1.00585 second user time and 2.51962 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sun Mar 11 16:36:16 UTC 2007

IDJOB= 335616
IDBENCH= 24655
IDSOLVER= 136
FILE ID= node69/335616-1173630975

PBS_JOBID= 4101320

Free space on /tmp= 66287 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335616-1173630975/SATzilla2007_F /tmp/evaluation/335616-1173630975/instance-335616-1173630975.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-335616-1173630975 -o ROOT/results/node69/solver-335616-1173630975 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335616-1173630975/SATzilla2007_F /tmp/evaluation/335616-1173630975/instance-335616-1173630975.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  8c2637bddd219bb03ecc49de7a065894

RANDOM SEED= 804696210

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1933816 kB
Buffers:         12188 kB
Cached:          72344 kB
SwapCached:       4820 kB
Active:          48628 kB
Inactive:        46892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933816 kB
SwapTotal:     4192956 kB
SwapFree:      4182156 kB
Dirty:           14188 kB
Writeback:           0 kB
Mapped:          15384 kB
Slab:            12592 kB
Committed_AS:   869916 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66287 MiB

End job on node69 on Sun Mar 11 16:56:18 UTC 2007