Trace number 318441

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 RANDOM? (TO) 1200.03 1200.41

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc950.cnf
MD5SUM36e67e1ba9821e3da23147686112d6b9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.07883
Satisfiable
(Un)Satisfiability was proved
Number of variables112784
Number of clauses360419
Sum of the clauses size955179
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119894
Number of clauses of size 3237433
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

64.53/64.67	c run March_dl for 5 seconds ... 
64.53/64.67	c Bin: Executing march_dl
64.53/64.67	c child exit by a signal
64.53/64.67	c march_dl returned code 137.
64.53/64.67	c run saps (UBCSAT implementation) for 2 seconds ... 
64.53/64.67	c Bin: Executing ubcsat2006
64.53/64.67	c child exited successfully
64.53/64.67	c ubcsat2006 returned code 0.
64.53/64.67	c satzilla computing base features
64.53/64.67	c satzilla doing unit-prop probe
64.53/64.67	c satzilla doing local search probe
64.53/64.67	c satzilla doing lobjois search-space size estimate
64.53/64.67	c satzilla's ranking:
64.53/64.67	c 1) march_dl: -49557.563288
64.53/64.67	c 2) minisat20+P: 869.901311
64.53/64.67	c 3) kcnfs+P: 999.000000
64.53/64.67	c 4) march_dl+P: 999.000000
64.53/64.67	c 5) vallst+P: 999.000000
64.53/64.67	c 6) zchaff_rand+P: 999.000000
64.53/64.67	c 7) vallst: 999.000000
64.53/64.67	c 8) zchaff_rand: 999.000000
64.53/64.67	c 9) minisat20: 999.000000
64.53/64.67	c 10) kcnfs: 2560.886414
64.53/64.67	c satzilla running march_dl ... 
1199.39/1199.85	c Bin: Executing march_dl
1199.39/1199.85	c child exit by a signal
1199.39/1199.85	c march_dl returned code 137.
1199.39/1199.85	c march_dl returned code 137.
1199.39/1199.85	c satzilla running minisat20 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/node63/watcher-318441-1176318373 -o ROOT/results/node63/solver-318441-1176318373 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318441-1176318373/SATzilla2007_R /tmp/evaluation/318441-1176318373/instance-318441-1176318373.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: 0.91 0.97 0.99 2/64 3336
/proc/meminfo: memFree=1388396/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=0
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107827259 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 110 95 260 0 84 0
[pid=3337] ppid=3336 vsize=5928 CPUtime=0
/proc/3337/stat : 3337 (march_dl) R 3336 3336 2919 0 -1 4194304 562 0 0 0 0 0 0 0 20 0 1 0 107827259 6070272 557 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3337/statm: 1482 559 49 118 0 1361 0

[startup+0.0964331 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3336
/proc/meminfo: memFree=1388396/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=0
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107827259 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 110 95 260 0 84 0
[pid=3337] ppid=3336 vsize=11348 CPUtime=0.09
/proc/3337/stat : 3337 (march_dl) R 3336 3336 2919 0 -1 4194304 2341 0 0 0 8 1 0 0 20 0 1 0 107827259 11620352 2336 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3337/statm: 2837 2338 50 118 0 2716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12788

[startup+0.101433 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3336
/proc/meminfo: memFree=1388396/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=0
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107827259 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 110 95 260 0 84 0
[pid=3337] ppid=3336 vsize=11348 CPUtime=0.09
/proc/3337/stat : 3337 (march_dl) R 3336 3336 2919 0 -1 4194304 2359 0 0 0 8 1 0 0 20 0 1 0 107827259 11620352 2354 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3337/statm: 2837 2354 50 118 0 2716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12788

[startup+0.301454 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3336
/proc/meminfo: memFree=1388396/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=0
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107827259 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 110 95 260 0 84 0
[pid=3337] ppid=3336 vsize=13460 CPUtime=0.29
/proc/3337/stat : 3337 (march_dl) R 3336 3336 2919 0 -1 4194304 3026 0 0 0 28 1 0 0 22 0 1 0 107827259 13783040 3021 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3337/statm: 3365 3021 50 118 0 3244 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14900

[startup+0.701496 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 3336
/proc/meminfo: memFree=1388396/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=0
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107827259 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 110 95 260 0 84 0
[pid=3337] ppid=3336 vsize=33636 CPUtime=0.69
/proc/3337/stat : 3337 (march_dl) R 3336 3336 2919 0 -1 4194304 7446 0 0 0 66 3 0 0 24 0 1 0 107827259 34443264 6635 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134617611 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3337/statm: 8409 6635 53 118 0 8288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35076

[startup+1.50158 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 3338
/proc/meminfo: memFree=1353692/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=0
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107827259 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 110 95 260 0 84 0
[pid=3337] ppid=3336 vsize=39052 CPUtime=1.49
/proc/3337/stat : 3337 (march_dl) R 3336 3336 2919 0 -1 4194304 11000 0 0 0 144 5 0 0 25 0 1 0 107827259 39989248 8327 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3337/statm: 9763 8327 55 118 0 9642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40492

[startup+3.10175 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 3338
/proc/meminfo: memFree=1354780/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=0
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107827259 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 110 95 260 0 84 0
[pid=3337] ppid=3336 vsize=39712 CPUtime=3.09
/proc/3337/stat : 3337 (march_dl) R 3336 3336 2919 0 -1 4194304 14866 0 0 0 302 7 0 0 25 0 1 0 107827259 40665088 8637 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134523904 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3337/statm: 9928 8637 57 118 0 9807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41152

[startup+6.30109 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 3339
/proc/meminfo: memFree=1382236/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=1440 CPUtime=5
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 135 15268 0 0 0 0 491 9 16 0 1 0 107827259 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 360 111 96 260 0 84 0
[pid=3339] ppid=3336 vsize=34888 CPUtime=1.27
/proc/3339/stat : 3339 (ubcsat2006) R 3336 3336 2919 0 -1 4194304 6151 0 0 0 125 2 0 0 25 0 1 0 107827760 35725312 6134 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3339/statm: 8722 6134 156 64 0 8303 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36328

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 3339
/proc/meminfo: memFree=1351468/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=40488 CPUtime=12.66
/proc/3336/stat : 3336 (SATzilla2007_R) R 3334 3336 2919 0 -1 4194304 9346 21425 0 0 511 5 738 12 25 0 1 0 107827259 41459712 9315 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 10122 9315 121 260 0 9846 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40488

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.99 3/65 3339
/proc/meminfo: memFree=1350956/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=40488 CPUtime=25.46
/proc/3336/stat : 3336 (SATzilla2007_R) R 3334 3336 2919 0 -1 4194304 9489 21425 0 0 1789 7 738 12 25 0 1 0 107827259 41459712 9458 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 10122 9458 121 260 0 9846 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40488

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 3339
/proc/meminfo: memFree=1349996/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=40488 CPUtime=51.03
/proc/3336/stat : 3336 (SATzilla2007_R) R 3334 3336 2919 0 -1 4194304 9771 21425 0 0 4342 11 738 12 25 0 1 0 107827259 41459712 9740 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 10122 9740 121 260 0 9846 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 40488

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1250980/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=128324 CPUtime=37.61
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 34801 0 0 0 3743 18 0 0 25 0 1 0 107833726 131403776 28419 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 32081 28419 57 118 0 31960 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 153808

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1245540/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=133756 CPUtime=97.59
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 36149 0 0 0 9741 18 0 0 25 0 1 0 107833726 136966144 29767 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 33439 29767 57 118 0 33318 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 159240

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1241956/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=137952 CPUtime=157.57
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 37054 0 0 0 15738 19 0 0 25 0 1 0 107833726 141262848 30672 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 34488 30672 57 118 0 34367 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 163436

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1238052/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=142048 CPUtime=217.54
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 38040 0 0 0 21735 19 0 0 25 0 1 0 107833726 145457152 31658 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134518422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 35512 31658 57 118 0 35391 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 167532

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1215780/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=168560 CPUtime=277.54
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 44266 0 0 0 27731 23 0 0 25 0 1 0 107833726 172605440 37221 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134519783 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 42140 37221 65 118 0 42019 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 194044

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1202020/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0

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

[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=195112 CPUtime=397.5
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50137 0 0 0 39724 26 0 0 25 0 1 0 107833726 199794688 43092 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 48778 43092 65 118 0 48657 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 220596

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1191524/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=195940 CPUtime=457.48
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50295 0 0 0 45722 26 0 0 25 0 1 0 107833726 200642560 43250 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134519762 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 48985 43250 65 118 0 48864 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 221424

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1191332/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=196084 CPUtime=517.46
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50331 0 0 0 51720 26 0 0 25 0 1 0 107833726 200790016 43286 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49021 43286 65 118 0 48900 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 221568

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1191268/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=196228 CPUtime=577.45
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50351 0 0 0 57719 26 0 0 25 0 1 0 107833726 200937472 43306 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134651974 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49057 43306 65 118 0 48936 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 221712

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1191140/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=196360 CPUtime=637.43
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50379 0 0 0 63717 26 0 0 25 0 1 0 107833726 201072640 43334 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134519760 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49090 43334 65 118 0 48969 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 221844

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1191012/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=196504 CPUtime=697.41
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50409 0 0 0 69715 26 0 0 25 0 1 0 107833726 201220096 43364 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134519760 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49126 43364 65 118 0 49005 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 221988

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1190884/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=196648 CPUtime=757.39
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50439 0 0 0 75713 26 0 0 25 0 1 0 107833726 201367552 43394 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520451 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49162 43394 65 118 0 49041 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 222132

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1190756/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=196792 CPUtime=817.38
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50469 0 0 0 81712 26 0 0 25 0 1 0 107833726 201515008 43424 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520496 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49198 43424 65 118 0 49077 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 222276

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1190692/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=196936 CPUtime=877.37
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50499 0 0 0 87710 27 0 0 25 0 1 0 107833726 201662464 43454 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49234 43454 65 118 0 49113 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 222420

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1190500/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=197080 CPUtime=937.35
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50529 0 0 0 93708 27 0 0 25 0 1 0 107833726 201809920 43484 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520491 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49270 43484 65 118 0 49149 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 222564

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1190436/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=197224 CPUtime=997.33
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50559 0 0 0 99706 27 0 0 25 0 1 0 107833726 201957376 43514 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49306 43514 65 118 0 49185 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 222708

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1190244/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=197368 CPUtime=1057.32
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50589 0 0 0 105705 27 0 0 25 0 1 0 107833726 202104832 43544 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49342 43544 65 118 0 49221 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 222852

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3340
/proc/meminfo: memFree=1190180/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=25484 CPUtime=64.6
/proc/3336/stat : 3336 (SATzilla2007_R) S 3334 3336 2919 0 -1 4194304 23177 21425 0 0 5691 19 738 12 25 0 1 0 107827259 26095616 6075 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3336/statm: 6371 6075 157 260 0 6095 0
[pid=3340] ppid=3336 vsize=197512 CPUtime=1117.3
/proc/3340/stat : 3340 (march_dl) R 3336 3336 2919 0 -1 4194304 50619 0 0 0 111703 27 0 0 25 0 1 0 107833726 202252288 43574 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3340/statm: 49378 43574 65 118 0 49257 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 222996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3340
/proc/meminfo: memFree=1349100/2055920 swapFree=4191892/4192956
[pid=3336] ppid=3334 vsize=57152 CPUtime=1200.01
/proc/3336/stat : 3336 (SATzilla2007_R) R 3334 3336 2919 0 -1 4194304 28132 72054 0 0 5742 22 114194 43 22 0 1 0 107827259 58523648 10768 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134578172 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 14288 10775 159 260 0 14012 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 57152

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.37
CPU system time (s): 0.664898
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 222996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.37
system time used= 0.664898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100226
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= 35
involuntary context switches= 2919

runsolver used 1.01085 second user time and 2.48762 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Apr 11 19:06:13 UTC 2007

IDJOB= 318441
IDBENCH= 20454
IDSOLVER= 134
FILE ID= node63/318441-1176318373

PBS_JOBID= 4516721

Free space on /tmp= 66550 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc950.cnf
COMMAND LINE= /tmp/evaluation/318441-1176318373/SATzilla2007_R /tmp/evaluation/318441-1176318373/instance-318441-1176318373.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-318441-1176318373 -o ROOT/results/node63/solver-318441-1176318373 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318441-1176318373/SATzilla2007_R /tmp/evaluation/318441-1176318373/instance-318441-1176318373.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  36e67e1ba9821e3da23147686112d6b9

RANDOM SEED= 953254375

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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:       1388804 kB
Buffers:         43860 kB
Cached:         471244 kB
SwapCached:        268 kB
Active:         192168 kB
Inactive:       337784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388804 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           15144 kB
Writeback:           0 kB
Mapped:          24420 kB
Slab:           123124 kB
Committed_AS:   108452 kB
PageTables:       1460 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= 66550 MiB

End job on node63 on Wed Apr 11 19:26:16 UTC 2007