Trace number 314729

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? 1199.86 1200.25

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark409.474
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data (download as text)

22.87/22.97	c run March_dl for 5 seconds ... 
22.87/22.97	c Bin: Executing march_dl
22.87/22.97	c child exit by a signal
22.87/22.97	c march_dl returned code 137.
22.87/22.97	c run saps (UBCSAT implementation) for 2 seconds ... 
22.87/22.97	c Bin: Executing ubcsat2006
22.87/22.97	c child exited successfully
22.87/22.97	c ubcsat2006 returned code 0.
22.87/22.97	c satzilla computing base features
22.87/22.97	c satzilla doing unit-prop probe
22.87/22.97	c satzilla doing local search probe
22.87/22.97	c satzilla doing lobjois search-space size estimate
22.87/22.97	c satzilla's ranking:
22.87/22.97	c 1) march_dl: -10836.019105
22.87/22.97	c 2) minisat20+P: 607.428112
22.87/22.97	c 3) kcnfs+P: 999.000000
22.87/22.97	c 4) march_dl+P: 999.000000
22.87/22.97	c 5) vallst+P: 999.000000
22.87/22.97	c 6) zchaff_rand+P: 999.000000
22.87/22.97	c 7) vallst: 999.000000
22.87/22.97	c 8) zchaff_rand: 999.000000
22.87/22.97	c 9) minisat20: 999.000000
22.87/22.97	c 10) kcnfs: 1180.816334
22.87/22.97	c satzilla running march_dl ... 
1199.78/1200.25	c Bin: Executing march_dl
1199.78/1200.25	c child exit by a signal
1199.78/1200.25	c march_dl returned code 137.
1199.78/1200.25	c march_dl returned code 137.
1199.78/1200.25	c Satzilla Timed out!
1199.78/1200.25	s UNKNOWN
1199.78/1200.25	c SATZILLA_TIME=1200.030000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-314729-1172641238 -o ROOT/results/node13/solver-314729-1172641238 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314729-1172641238/SATzilla2007_R /tmp/evaluation/314729-1172641238/instance-314729-1172641238.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.79 1.41 1.16 3/77 3788
/proc/meminfo: memFree=1037232/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=0
/proc/3788/stat : 3788 (SATzilla2007_R) R 3786 3788 3119 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 284078239 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/3788/statm: 360 110 95 260 0 84 0
[pid=3789] ppid=3788 vsize=3628 CPUtime=0
/proc/3789/stat : 3789 (march_dl) R 3788 3788 3119 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 284078239 3715072 464 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3789/statm: 907 468 49 118 0 786 0

[startup+0.0294559 s]
/proc/loadavg: 1.79 1.41 1.16 3/77 3788
/proc/meminfo: memFree=1037232/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=0
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284078239 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3788/statm: 360 110 95 260 0 84 0
[pid=3789] ppid=3788 vsize=5568 CPUtime=0.02
/proc/3789/stat : 3789 (march_dl) R 3788 3788 3119 0 -1 4194304 1086 0 0 0 2 0 0 0 20 0 1 0 284078239 5701632 1081 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3789/statm: 1392 1081 50 118 0 1271 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7008

[startup+0.102464 s]
/proc/loadavg: 1.79 1.41 1.16 3/77 3788
/proc/meminfo: memFree=1037232/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=0
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284078239 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3788/statm: 360 110 95 260 0 84 0
[pid=3789] ppid=3788 vsize=6360 CPUtime=0.09
/proc/3789/stat : 3789 (march_dl) R 3788 3788 3119 0 -1 4194304 1356 0 0 0 9 0 0 0 20 0 1 0 284078239 6512640 1351 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3789/statm: 1590 1352 50 118 0 1469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7800

[startup+0.301491 s]
/proc/loadavg: 1.79 1.41 1.16 3/77 3788
/proc/meminfo: memFree=1037232/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=0
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284078239 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3788/statm: 360 110 95 260 0 84 0
[pid=3789] ppid=3788 vsize=16688 CPUtime=0.29
/proc/3789/stat : 3789 (march_dl) R 3788 3788 3119 0 -1 4194304 3593 0 0 0 28 1 0 0 21 0 1 0 284078239 17088512 3379 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134671537 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3789/statm: 4172 3379 52 118 0 4051 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18128

[startup+0.702544 s]
/proc/loadavg: 1.79 1.41 1.16 3/77 3788
/proc/meminfo: memFree=1037232/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=0
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284078239 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3788/statm: 360 110 95 260 0 84 0
[pid=3789] ppid=3788 vsize=16808 CPUtime=0.69
/proc/3789/stat : 3789 (march_dl) R 3788 3788 3119 0 -1 4194304 5566 0 0 0 67 2 0 0 25 0 1 0 284078239 17211392 3426 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134651818 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3789/statm: 4202 3426 55 118 0 4081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18248

[startup+1.50265 s]
/proc/loadavg: 1.79 1.41 1.16 2/79 3790
/proc/meminfo: memFree=1019488/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=0
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284078239 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3788/statm: 360 110 95 260 0 84 0
[pid=3789] ppid=3788 vsize=20148 CPUtime=1.49
/proc/3789/stat : 3789 (march_dl) R 3788 3788 3119 0 -1 4194304 9954 0 0 0 145 4 0 0 25 0 1 0 284078239 20631552 4286 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3789/statm: 5037 4286 57 118 0 4916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21588

[startup+3.10186 s]
/proc/loadavg: 1.79 1.41 1.16 2/79 3790
/proc/meminfo: memFree=1001312/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=0
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284078239 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3788/statm: 360 110 95 260 0 84 0
[pid=3789] ppid=3788 vsize=45236 CPUtime=3.09
/proc/3789/stat : 3789 (march_dl) R 3788 3788 3119 0 -1 4194304 19698 0 0 0 300 9 0 0 25 0 1 0 284078239 46321664 10344 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3789/statm: 11309 10345 70 118 0 11188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46676

[startup+6.30129 s]
/proc/loadavg: 1.73 1.40 1.16 2/79 3791
/proc/meminfo: memFree=1024864/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=1440 CPUtime=4.99
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 135 21203 0 0 0 0 488 11 16 0 1 0 284078239 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3788/statm: 360 111 96 260 0 84 0
[pid=3791] ppid=3788 vsize=18488 CPUtime=1.28
/proc/3791/stat : 3791 (ubcsat2006) R 3788 3788 3119 0 -1 4194304 3149 0 0 0 127 1 0 0 25 0 1 0 284078740 18931712 3132 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3791/statm: 4622 3132 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19928

[startup+12.7011 s]
/proc/loadavg: 1.67 1.39 1.16 2/78 3791
/proc/meminfo: memFree=1018792/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=20208 CPUtime=12.67
/proc/3788/stat : 3788 (SATzilla2007_R) R 3786 3788 3119 0 -1 4194304 4680 24358 0 0 539 3 711 14 25 0 1 0 284078239 20692992 4649 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/3788/statm: 5052 4649 121 260 0 4776 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20208

[startup+25.5019 s]
/proc/loadavg: 1.52 1.37 1.15 2/79 3792
/proc/meminfo: memFree=989280/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=41804 CPUtime=2.51
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 18825 0 0 0 244 7 0 0 25 0 1 0 284080537 42807296 9471 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 10451 9472 69 118 0 10330 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54692

[startup+51.1013 s]
/proc/loadavg: 1.34 1.34 1.15 2/79 3792
/proc/meminfo: memFree=876640/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=155236 CPUtime=28.1
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 61283 0 0 0 2782 28 0 0 25 0 1 0 284080537 158961664 37750 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134557723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 38809 37750 69 118 0 38688 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 168124

[startup+102.305 s]
/proc/loadavg: 1.15 1.29 1.14 2/79 3792
/proc/meminfo: memFree=709984/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=319012 CPUtime=79.28
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 136195 0 0 0 7868 60 0 0 25 0 1 0 284080537 326668288 78716 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 79753 78716 69 118 0 79632 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 331900

[startup+162.301 s]
/proc/loadavg: 1.05 1.23 1.13 2/79 3794
/proc/meminfo: memFree=709152/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=319976 CPUtime=139.26
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 177543 0 0 0 13848 78 0 0 25 0 1 0 284080537 327655424 78957 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 79994 78957 69 118 0 79873 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 332864

[startup+222.301 s]
/proc/loadavg: 1.02 1.19 1.11 2/79 3794
/proc/meminfo: memFree=723872/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=320408 CPUtime=199.24
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 217250 0 0 0 19829 95 0 0 25 0 1 0 284080537 328097792 75913 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 80102 75915 69 118 0 79981 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 333296

[startup+282.301 s]
/proc/loadavg: 1.00 1.15 1.10 2/79 3794
/proc/meminfo: memFree=708576/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=327240 CPUtime=259.22
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 264675 0 0 0 25807 115 0 0 25 0 1 0 284080537 335093760 80326 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 81810 80326 69 118 0 81689 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 340128

[startup+342.301 s]
/proc/loadavg: 1.00 1.12 1.09 2/79 3794
/proc/meminfo: memFree=707936/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=321312 CPUtime=319.2
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 321428 0 0 0 31778 142 0 0 25 0 1 0 284080537 329023488 79291 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 80328 79291 69 118 0 80207 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 334200


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/79 3794
/proc/meminfo: memFree=557152/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=640668 CPUtime=799.05
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 526585 0 0 0 79652 253 0 0 25 0 1 0 284080537 656044032 116877 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 160167 116877 75 118 0 160046 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 653556

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/79 3794
/proc/meminfo: memFree=543712/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=668428 CPUtime=859.04
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 529988 0 0 0 85649 255 0 0 25 0 1 0 284080537 684470272 120193 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 167107 120193 75 118 0 166986 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 681316

[startup+942.302 s]
/proc/loadavg: 1.07 1.02 1.04 2/79 3794
/proc/meminfo: memFree=538208/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=919.02
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531425 0 0 0 91646 256 0 0 25 0 1 0 284080537 697135104 121564 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121564 75 118 0 170078 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 693684

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.03 2/79 3794
/proc/meminfo: memFree=538144/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=978.99
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531425 0 0 0 97643 256 0 0 25 0 1 0 284080537 697135104 121564 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121564 75 118 0 170078 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 693684

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.03 2/79 3794
/proc/meminfo: memFree=538208/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1038.98
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 103641 257 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134571544 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 693684

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3794
/proc/meminfo: memFree=538144/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1098.96
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 109639 257 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 693684

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1158.95
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 115637 258 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 693684

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1166.94
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 116436 258 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134571532 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1189.89
Current children cumulated vsize (KiB) 693684

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1173.34
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 117076 258 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134565276 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1196.29
Current children cumulated vsize (KiB) 693684

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1174.94
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 117236 258 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1197.89
Current children cumulated vsize (KiB) 693684

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1175.74
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 117316 258 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 693684

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1176.54
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 117396 258 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 693684

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=680796 CPUtime=1176.74
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4194304 531426 0 0 0 117416 258 0 0 25 0 1 0 284080537 697135104 121565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 170199 121565 75 118 0 170078 0
Current children cumulated CPU time (s) 1199.69
Current children cumulated vsize (KiB) 693684

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3794
/proc/meminfo: memFree=538272/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=12888 CPUtime=22.95
/proc/3788/stat : 3788 (SATzilla2007_R) S 3786 3788 3119 0 -1 4194304 11779 24358 0 0 1561 9 711 14 25 0 1 0 284078239 13197312 2997 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 3222 2997 157 260 0 2946 0
[pid=3792] ppid=3788 vsize=0 CPUtime=1176.83
/proc/3792/stat : 3792 (march_dl) R 3788 3788 3119 0 -1 4195332 531426 0 0 0 117423 260 0 0 25 0 1 0 284080537 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 0 0 0 0 17 1 0 0
/proc/3792/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.78
Current children cumulated vsize (KiB) 12888

Child status: 1
Real time (s): 1200.25
CPU time (s): 1199.86
CPU user time (s): 1196.97
CPU system time (s): 2.89456
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 693684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.97
system time used= 2.89456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 567572
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= 26
involuntary context switches= 25068

runsolver used 1.14482 second user time and 3.22751 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Feb 28 05:40:38 UTC 2007

IDJOB= 314729
IDBENCH= 20398
IDSOLVER= 134
FILE ID= node13/314729-1172641238

PBS_JOBID= 3980935

Free space on /tmp= 66531 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= /tmp/evaluation/314729-1172641238/SATzilla2007_R /tmp/evaluation/314729-1172641238/instance-314729-1172641238.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-314729-1172641238 -o ROOT/results/node13/solver-314729-1172641238 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314729-1172641238/SATzilla2007_R /tmp/evaluation/314729-1172641238/instance-314729-1172641238.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  65057bcebbeecf6a7f3bc3fcfb2de009

RANDOM SEED= 947522544

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1037512 kB
Buffers:         42176 kB
Cached:         856172 kB
SwapCached:          0 kB
Active:         383972 kB
Inactive:       568768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1037512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11588 kB
Writeback:           0 kB
Mapped:          73304 kB
Slab:            51168 kB
Committed_AS:  1148492 kB
PageTables:       1744 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= 66531 MiB

End job on node13 on Wed Feb 28 06:00:38 UTC 2007