Trace number 314611

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.03 1200.41

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-06.cnf
MD5SUM7fecd449fbdae0a526f53e395d9a04d4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark176.159
Satisfiable
(Un)Satisfiability was proved
Number of variables46335
Number of clauses632886
Sum of the clauses size1813066
Maximum clause length36174
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2579116
Number of clauses of size 315779
Number of clauses of size 4960
Number of clauses of size 5277
Number of clauses of size over 536753

Solver Data (download as text)

18.68/18.79	c run March_dl for 5 seconds ... 
18.68/18.79	c Bin: Executing march_dl
18.68/18.79	c child exit by a signal
18.68/18.79	c march_dl returned code 137.
18.68/18.79	c run saps for 2 seconds ... 
18.68/18.79	c Bin: Executing ubcsat2006
18.68/18.79	c child exited successfully
18.68/18.79	c ubcsat2006 returned code 0.
18.68/18.79	c satzilla computing base features
18.68/18.79	c satzilla doing unit-prop probe
18.68/18.79	c satzilla doing local search probe
18.68/18.79	c satzilla doing lobjois search-space size estimate
18.68/18.79	c satzilla's ranking:
18.68/18.79	c 1) vallst: -1.908635
18.68/18.79	c 2) eureka: -0.724286
18.68/18.79	c 3) minisat20: -0.054887
18.68/18.79	c 4) zchaff_rand: -0.010103
18.68/18.79	c 5) march_dl: 2.016169
18.68/18.79	c 6) kcnfs: 4.890501
18.68/18.79	c 7) kcnfs+P: 999.000000
18.68/18.79	c 8) march_dl+P: 999.000000
18.68/18.79	c 9) vallst+P: 999.000000
18.68/18.79	c 10) zchaff_rand+P: 999.000000
18.68/18.79	c 11) rsat+P: 999.000000
18.68/18.79	c 12) eureka+P: 999.000000
18.68/18.79	c 13) minisat20+P: 999.000000
18.68/18.79	c 14) rsat: 999.000000
18.68/18.79	c satzilla running vallst ... 
1199.49/1199.99	c Bin: Executing vallst
1199.49/1199.99	c child exit by a signal
1199.49/1199.99	c vallst returned code 137.
1199.49/1199.99	c vallst returned code 137.
1199.49/1199.99	c satzilla running eureka ... 
1199.49/1199.99	c Bin: Executing eureka
1199.49/1199.99	c eureka returned code 1.
1199.49/1199.99	c eureka returned code 1.
1199.49/1199.99	c satzilla running minisat20 ... 
1199.49/1199.99	c Bin: Executing minisat20
1199.49/1199.99	c minisat20 returned code 1.
1199.49/1199.99	c minisat20 returned code 1.
1199.49/1199.99	c satzilla running zchaff_rand ... 
1199.49/1199.99	c Bin: Executing zchaff_rand
1199.49/1199.99	c zchaff_rand returned code 1.
1199.49/1199.99	c zchaff_rand returned code 1.
1199.49/1199.99	c satzilla running march_dl ... 
1199.49/1199.99	c Bin: Executing march_dl
1199.49/1199.99	c march_dl returned code 1.
1199.49/1199.99	c march_dl returned code 1.
1199.49/1199.99	c satzilla running kcnfs ... 
1199.49/1199.99	c Bin: Executing kcnfs
1199.49/1199.99	c kcnfs returned code 1.
1199.49/1199.99	c kcnfs returned code 1.
1199.49/1199.99	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/node10/watcher-314611-1172639524 -o ROOT/results/node10/solver-314611-1172639524 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314611-1172639524/SATzilla2007_F /tmp/evaluation/314611-1172639524/instance-314611-1172639524.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.00 1.02 1.00 3/77 4454
/proc/meminfo: memFree=1213552/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=0
/proc/4454/stat : 4454 (SATzilla2007_F) R 4452 4454 4125 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4455] ppid=4454 vsize=6632 CPUtime=0
/proc/4455/stat : 4455 (march_dl) R 4454 4454 4125 0 -1 4194304 741 0 0 0 0 0 0 0 18 0 1 0 283907469 6791168 735 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4455/statm: 1658 737 49 118 0 1537 0

[startup+0.0624089 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 4454
/proc/meminfo: memFree=1213552/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=0
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4455] ppid=4454 vsize=9040 CPUtime=0.05
/proc/4455/stat : 4455 (march_dl) R 4454 4454 4125 0 -1 4194304 1591 0 0 0 5 0 0 0 19 0 1 0 283907469 9256960 1585 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4455/statm: 2260 1585 50 118 0 2139 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10552

[startup+0.102081 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 4454
/proc/meminfo: memFree=1213552/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=0
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4455] ppid=4454 vsize=9568 CPUtime=0.09
/proc/4455/stat : 4455 (march_dl) R 4454 4454 4125 0 -1 4194304 1756 0 0 0 9 0 0 0 19 0 1 0 283907469 9797632 1750 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4455/statm: 2392 1750 50 118 0 2271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11080

[startup+0.301439 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 4454
/proc/meminfo: memFree=1213552/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=0
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4455] ppid=4454 vsize=12340 CPUtime=0.29
/proc/4455/stat : 4455 (march_dl) R 4454 4454 4125 0 -1 4194304 2568 0 0 0 28 1 0 0 21 0 1 0 283907469 12636160 2562 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4455/statm: 3085 2562 50 118 0 2964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13852

[startup+0.701494 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 4454
/proc/meminfo: memFree=1213552/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=0
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4455] ppid=4454 vsize=17488 CPUtime=0.69
/proc/4455/stat : 4455 (march_dl) R 4454 4454 4125 0 -1 4194304 4117 0 0 0 67 2 0 0 25 0 1 0 283907469 17907712 4111 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4455/statm: 4372 4111 50 118 0 4251 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19000

[startup+1.5016 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 4456
/proc/meminfo: memFree=1189280/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=0
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4455] ppid=4454 vsize=34588 CPUtime=1.49
/proc/4455/stat : 4455 (march_dl) R 4454 4454 4125 0 -1 4194304 6131 0 0 0 146 3 0 0 25 0 1 0 283907469 35418112 6088 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544389 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4455/statm: 8647 6088 52 118 0 8526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36100

[startup+3.10182 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 4456
/proc/meminfo: memFree=1189096/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=0
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4455] ppid=4454 vsize=34588 CPUtime=3.09
/proc/4455/stat : 4455 (march_dl) R 4454 4454 4125 0 -1 4194304 6131 0 0 0 306 3 0 0 25 0 1 0 283907469 35418112 6088 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544344 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4455/statm: 8647 6088 52 118 0 8526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36100

[startup+6.30225 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 4457
/proc/meminfo: memFree=1207336/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=1512 CPUtime=4.99
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 149 8354 0 0 0 0 495 4 16 0 1 0 283907469 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4454/statm: 378 125 110 260 0 84 0
[pid=4457] ppid=4454 vsize=55120 CPUtime=1.29
/proc/4457/stat : 4457 (ubcsat2006) R 4454 4454 4125 0 -1 4194304 8865 0 0 0 125 4 0 0 25 0 1 0 283907969 56442880 8847 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4457/statm: 13780 8847 156 64 0 13361 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56632

[startup+12.7011 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 4457
/proc/meminfo: memFree=1161776/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=54300 CPUtime=12.67
/proc/4454/stat : 4454 (SATzilla2007_F) R 4452 4454 4125 0 -1 4194304 13250 17242 0 0 472 5 780 10 25 0 1 0 283907469 55603200 13150 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/4454/statm: 13575 13150 135 260 0 13281 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 54300

[startup+25.5018 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 4458
/proc/meminfo: memFree=1170792/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=13716 CPUtime=6.7
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 2914 0 0 0 668 2 0 0 25 0 1 0 283909348 14045184 2624 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 3429 2624 135 55 0 3019 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 48384

[startup+51.1013 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 4458
/proc/meminfo: memFree=1170728/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=13856 CPUtime=32.28
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 2949 0 0 0 3226 2 0 0 25 0 1 0 283909348 14188544 2659 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 3464 2659 135 55 0 3054 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 48524

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 4458
/proc/meminfo: memFree=1170344/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=14284 CPUtime=83.47
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 3056 0 0 0 8345 2 0 0 25 0 1 0 283909348 14626816 2766 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 3571 2766 135 55 0 3161 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 48952

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1169768/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=14840 CPUtime=143.44
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 3195 0 0 0 14342 2 0 0 25 0 1 0 283909348 15196160 2905 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 3710 2905 135 55 0 3300 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 49508

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1169064/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=15476 CPUtime=203.43
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 3354 0 0 0 20340 3 0 0 25 0 1 0 283909348 15847424 3064 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 3869 3064 135 55 0 3459 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 50144

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1168296/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=16240 CPUtime=263.41
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 3545 0 0 0 26338 3 0 0 25 0 1 0 283909348 16629760 3255 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 4060 3255 135 55 0 3650 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 50908

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1167272/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=17284 CPUtime=323.39
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 3806 0 0 0 32336 3 0 0 25 0 1 0 283909348 17698816 3516 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 4321 3516 135 55 0 3911 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 51952


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

[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33272 CPUtime=443.35
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4548 0 0 0 44330 5 0 0 25 0 1 0 283909348 34070528 4258 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8318 4258 151 55 0 7908 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 67940

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1164264/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33272 CPUtime=503.34
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4548 0 0 0 50328 6 0 0 25 0 1 0 283909348 34070528 4258 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8318 4258 151 55 0 7908 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 67940

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1164264/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33272 CPUtime=563.32
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4548 0 0 0 56326 6 0 0 25 0 1 0 283909348 34070528 4258 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8318 4258 151 55 0 7908 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 67940

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1164328/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33272 CPUtime=623.3
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4548 0 0 0 62324 6 0 0 25 0 1 0 283909348 34070528 4258 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8318 4258 151 55 0 7908 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 67940

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1164264/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33272 CPUtime=683.28
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4548 0 0 0 68322 6 0 0 25 0 1 0 283909348 34070528 4258 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8318 4258 151 55 0 7908 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 67940

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1164072/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=743.26
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 74319 7 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 68048

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4458
/proc/meminfo: memFree=1164008/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=803.25
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 80317 8 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134520359 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 68048

[startup+882.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/79 4458
/proc/meminfo: memFree=1164008/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=863.23
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 86315 8 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 68048

[startup+942.302 s]
/proc/loadavg: 1.09 1.04 1.01 2/79 4458
/proc/meminfo: memFree=1164136/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=923.21
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 92313 8 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134520359 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 68048

[startup+1002.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/79 4458
/proc/meminfo: memFree=1164200/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=983.19
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 98311 8 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 68048

[startup+1062.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/79 4458
/proc/meminfo: memFree=1164200/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=1043.17
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 104309 8 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 68048

[startup+1122.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 4458
/proc/meminfo: memFree=1164136/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=1103.15
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 110306 9 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 68048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 4458
/proc/meminfo: memFree=1164136/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34668 CPUtime=18.76
/proc/4454/stat : 4454 (SATzilla2007_F) S 4452 4454 4125 0 -1 4194304 29969 17242 0 0 1071 15 780 10 25 0 1 0 283907469 35500032 8327 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4454/statm: 8667 8327 170 260 0 8373 0
[pid=4458] ppid=4454 vsize=33380 CPUtime=1163.13
/proc/4458/stat : 4458 (vallst) R 4454 4454 4125 0 -1 4194304 4600 0 0 0 116304 9 0 0 25 0 1 0 283909348 34181120 4310 18446744073709551615 134512640 134738160 4294956608 18446744073709551615 134635834 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/4458/statm: 8345 4310 151 55 0 7935 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 68048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 4458
/proc/meminfo: memFree=1180656/2055920 swapFree=4168736/4192956
[pid=4454] ppid=4452 vsize=34672 CPUtime=1200
/proc/4454/stat : 4454 (SATzilla2007_F) R 4452 4454 4125 0 -1 4194304 29985 21842 0 0 1077 51 118853 19 22 0 1 0 283907469 35504128 8330 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134588284 0 0 4096 0 0 0 0 17 1 0 0
/proc/4454/statm: 8668 8330 171 260 0 8374 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 34672

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.03
CPU user time (s): 1199.31
CPU system time (s): 0.715891
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 83484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.31
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51827
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= 28
involuntary context switches= 25029

runsolver used 1.12683 second user time and 3.2505 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Feb 28 05:12:05 UTC 2007

IDJOB= 314611
IDBENCH= 20395
IDSOLVER= 136
FILE ID= node10/314611-1172639524

PBS_JOBID= 3980936

Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-06.cnf
COMMAND LINE= /tmp/evaluation/314611-1172639524/SATzilla2007_F /tmp/evaluation/314611-1172639524/instance-314611-1172639524.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-314611-1172639524 -o ROOT/results/node10/solver-314611-1172639524 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314611-1172639524/SATzilla2007_F /tmp/evaluation/314611-1172639524/instance-314611-1172639524.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 221771774

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1213960 kB
Buffers:         31588 kB
Cached:         723572 kB
SwapCached:       3516 kB
Active:         321292 kB
Inactive:       457504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1213960 kB
SwapTotal:     4192956 kB
SwapFree:      4168736 kB
Dirty:           22012 kB
Writeback:           0 kB
Mapped:          30072 kB
Slab:            48580 kB
Committed_AS:  1418168 kB
PageTables:       1832 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= 66540 MiB

End job on node10 on Wed Feb 28 05:32:07 UTC 2007