Trace number 319917

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.04 1200.51

General information on the benchmark

Nameindustrial/grieu/
vmpc_31.cnf
MD5SUMe9d9fc0e7d6d0176942c54e1a7f7ef59
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark239.644
Satisfiable
(Un)Satisfiability was proved
Number of variables961
Number of clauses146909
Sum of the clauses size384710
Maximum clause length31
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 257753
Number of clauses of size 389094
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 562

Solver Data (download as text)

34.46/34.53	c run March_dl for 5 seconds ... 
34.46/34.53	c Bin: Executing march_dl
34.46/34.53	c child exit by a signal
34.46/34.53	c march_dl returned code 137.
34.46/34.53	c run saps (UBCSAT implementation) for 2 seconds ... 
34.46/34.53	c Bin: Executing ubcsat2006
34.46/34.53	c child exited successfully
34.46/34.53	c ubcsat2006 returned code 0.
34.46/34.53	c satzilla computing base features
34.46/34.53	c satzilla doing unit-prop probe
34.46/34.53	c satzilla doing local search probe
34.46/34.53	c satzilla doing lobjois search-space size estimate
34.46/34.53	c satzilla's ranking:
34.46/34.53	c 1) march_dl: -338.197039
34.46/34.53	c 2) kcnfs: -331.069911
34.46/34.53	c 3) minisat20+P: 17.457361
34.46/34.53	c 4) kcnfs+P: 999.000000
34.46/34.53	c 5) march_dl+P: 999.000000
34.46/34.53	c 6) vallst+P: 999.000000
34.46/34.53	c 7) zchaff_rand+P: 999.000000
34.46/34.53	c 8) vallst: 999.000000
34.46/34.53	c 9) zchaff_rand: 999.000000
34.46/34.53	c 10) minisat20: 999.000000
34.46/34.53	c satzilla running march_dl ... 
1199.30/1199.80	c Bin: Executing march_dl
1199.30/1199.80	c child exit by a signal
1199.30/1199.80	c march_dl returned code 137.
1199.30/1199.80	c march_dl returned code 137.
1199.30/1199.80	c satzilla running kcnfs ... 
1199.30/1199.80	c Bin: Executing kcnfs
1199.30/1199.80	c kcnfs returned code 1.
1199.30/1199.80	c kcnfs returned code 1.
1199.30/1199.80	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/node13/watcher-319917-1173037812 -o ROOT/results/node13/solver-319917-1173037812 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319917-1173037812/SATzilla2007_R /tmp/evaluation/319917-1173037812/instance-319917-1173037812.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.92 0.98 0.99 3/77 11701
/proc/meminfo: memFree=996624/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=0
/proc/11701/stat : 11701 (SATzilla2007_R) R 11699 11701 10800 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 323735700 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/11701/statm: 360 110 95 260 0 84 0
[pid=11702] ppid=11701 vsize=1788 CPUtime=0
/proc/11702/stat : 11702 (march_dl) R 11701 11701 10800 0 -1 4194304 232 0 0 0 0 0 0 0 18 0 1 0 323735700 1830912 227 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134778057 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11702/statm: 447 227 50 118 0 326 0

[startup+0.0383649 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11701
/proc/meminfo: memFree=996624/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=0
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 323735700 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 360 110 95 260 0 84 0
[pid=11702] ppid=11701 vsize=2316 CPUtime=0.03
/proc/11702/stat : 11702 (march_dl) R 11701 11701 10800 0 -1 4194304 371 0 0 0 3 0 0 0 19 0 1 0 323735700 2371584 366 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11702/statm: 579 366 50 118 0 458 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3756

[startup+0.101374 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11701
/proc/meminfo: memFree=996624/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=0
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 323735700 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 360 110 95 260 0 84 0
[pid=11702] ppid=11701 vsize=3108 CPUtime=0.09
/proc/11702/stat : 11702 (march_dl) R 11701 11701 10800 0 -1 4194304 625 0 0 0 9 0 0 0 19 0 1 0 323735700 3182592 620 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11702/statm: 777 621 50 118 0 656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4548

[startup+0.3014 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11701
/proc/meminfo: memFree=996624/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=0
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 323735700 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 360 110 95 260 0 84 0
[pid=11702] ppid=11701 vsize=7732 CPUtime=0.28
/proc/11702/stat : 11702 (march_dl) R 11701 11701 10800 0 -1 4194304 1880 0 0 0 28 0 0 0 21 0 1 0 323735700 7917568 1231 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134644045 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11702/statm: 1933 1231 53 118 0 1812 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9172

[startup+0.701453 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11701
/proc/meminfo: memFree=996624/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=0
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 323735700 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 360 110 95 260 0 84 0
[pid=11702] ppid=11701 vsize=7600 CPUtime=0.68
/proc/11702/stat : 11702 (march_dl) R 11701 11701 10800 0 -1 4194304 7870 0 0 0 66 2 0 0 24 0 1 0 323735700 7782400 1185 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134617270 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11702/statm: 1900 1185 65 118 0 1779 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9040

[startup+1.50256 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 11703
/proc/meminfo: memFree=991424/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=0
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 323735700 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 360 110 95 260 0 84 0
[pid=11702] ppid=11701 vsize=13708 CPUtime=1.49
/proc/11702/stat : 11702 (march_dl) R 11701 11701 10800 0 -1 4194304 13247 0 0 0 141 8 0 0 25 0 1 0 323735700 14036992 2659 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11702/statm: 3427 2659 73 118 0 3306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15148

[startup+3.10178 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 11703
/proc/meminfo: memFree=984192/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=0
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 323735700 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 360 110 95 260 0 84 0
[pid=11702] ppid=11701 vsize=16820 CPUtime=3.09
/proc/11702/stat : 11702 (march_dl) R 11701 11701 10800 0 -1 4194304 13919 0 0 0 284 25 0 0 25 0 1 0 323735700 17223680 3239 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11702/statm: 4205 3239 73 118 0 4084 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18260

[startup+6.30121 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 11704
/proc/meminfo: memFree=988736/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=1440 CPUtime=4.99
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 135 13919 0 0 0 0 472 27 16 0 1 0 323735700 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 360 111 96 260 0 84 0
[pid=11704] ppid=11701 vsize=14388 CPUtime=1.29
/proc/11704/stat : 11704 (ubcsat2006) R 11701 11701 10800 0 -1 4194304 2026 0 0 0 128 1 0 0 25 0 1 0 323736201 14733312 2009 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11704/statm: 3597 2009 156 64 0 3178 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15828

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 11704
/proc/meminfo: memFree=988680/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=8856 CPUtime=12.67
/proc/11701/stat : 11701 (SATzilla2007_R) R 11699 11701 10800 0 -1 4194304 4047 15951 0 0 547 1 690 29 25 0 1 0 323735700 9068544 2000 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 1 0 0
/proc/11701/statm: 2214 2000 124 260 0 1938 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8856

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 11704
/proc/meminfo: memFree=988424/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9124 CPUtime=25.47
/proc/11701/stat : 11701 (SATzilla2007_R) R 11699 11701 10800 0 -1 4194304 4346 15951 0 0 1826 2 690 29 25 0 1 0 323735700 9342976 2088 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134541534 0 0 4096 0 0 0 0 17 1 0 0
/proc/11701/statm: 2281 2088 124 260 0 2005 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9124

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 11705
/proc/meminfo: memFree=975744/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=16820 CPUtime=16.55
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 13919 0 0 0 1626 29 0 0 25 0 1 0 323739153 17223680 3239 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 4205 3239 73 118 0 4084 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 26060

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 11705
/proc/meminfo: memFree=975744/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=16820 CPUtime=67.74
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 13919 0 0 0 6734 40 0 0 25 0 1 0 323739153 17223680 3239 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 4205 3239 73 118 0 4084 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 26060

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11705
/proc/meminfo: memFree=975680/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=16820 CPUtime=127.72
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 13919 0 0 0 12700 72 0 0 25 0 1 0 323739153 17223680 3239 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 4205 3239 73 118 0 4084 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 26060

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11705
/proc/meminfo: memFree=975680/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=16820 CPUtime=187.7
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 13919 0 0 0 18684 86 0 0 25 0 1 0 323739153 17223680 3239 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 4205 3239 73 118 0 4084 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 26060

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11705
/proc/meminfo: memFree=973376/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=20628 CPUtime=247.68
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 17578 0 0 0 24667 101 0 0 25 0 1 0 323739153 21123072 3792 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514040 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 5157 3792 74 118 0 5036 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 29868

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11705
/proc/meminfo: memFree=973440/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=20628 CPUtime=307.66
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 17578 0 0 0 30665 101 0 0 25 0 1 0 323739153 21123072 3792 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 5157 3792 74 118 0 5036 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 29868

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11705
/proc/meminfo: memFree=970368/2055920 swapFree=4192812/4192956

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

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 11705
/proc/meminfo: memFree=965824/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=28564 CPUtime=487.6
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 19504 0 0 0 48656 104 0 0 25 0 1 0 323739153 29249536 5718 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 7141 5718 75 118 0 7020 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 37804

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11705
/proc/meminfo: memFree=964288/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=30308 CPUtime=547.59
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 19885 0 0 0 54654 105 0 0 25 0 1 0 323739153 31035392 6099 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527877 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 7577 6099 75 118 0 7456 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 39548

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11705
/proc/meminfo: memFree=963328/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=31516 CPUtime=607.58
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20124 0 0 0 60652 106 0 0 25 0 1 0 323739153 32272384 6338 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528036 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 7879 6338 75 118 0 7758 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 40756

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/85 11843
/proc/meminfo: memFree=961160/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=32460 CPUtime=667.5
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20321 0 0 0 66642 108 0 0 25 0 1 0 323739153 33239040 6535 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134565263 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8115 6535 75 118 0 7994 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 41700

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=961664/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=33132 CPUtime=727.45
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20488 0 0 0 72637 108 0 0 25 0 1 0 323739153 33927168 6702 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8283 6702 75 118 0 8162 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 42372

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=961152/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=33808 CPUtime=787.43
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20616 0 0 0 78634 109 0 0 25 0 1 0 323739153 34619392 6830 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8452 6830 75 118 0 8331 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 43048

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=960832/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=34216 CPUtime=847.41
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20706 0 0 0 84632 109 0 0 25 0 1 0 323739153 35037184 6920 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8554 6920 75 118 0 8433 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 43456

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=960448/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=34632 CPUtime=907.4
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20798 0 0 0 90630 110 0 0 25 0 1 0 323739153 35463168 7012 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134564358 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8658 7012 75 118 0 8537 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 43872

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=960128/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=35032 CPUtime=967.37
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20876 0 0 0 96627 110 0 0 25 0 1 0 323739153 35872768 7090 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8758 7090 75 118 0 8637 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 44272

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=959872/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=35304 CPUtime=1027.36
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20949 0 0 0 102625 111 0 0 25 0 1 0 323739153 36151296 7163 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527907 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8826 7163 75 118 0 8705 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 44544

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=959808/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=35444 CPUtime=1087.33
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 20988 0 0 0 108622 111 0 0 25 0 1 0 323739153 36294656 7202 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134566693 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8861 7202 75 118 0 8740 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 44684

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11903
/proc/meminfo: memFree=959616/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=9240 CPUtime=34.49
/proc/11701/stat : 11701 (SATzilla2007_R) S 11699 11701 10800 0 -1 4194304 9443 15951 0 0 2722 8 690 29 25 0 1 0 323735700 9461760 2135 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11701/statm: 2310 2135 156 260 0 2034 0
[pid=11705] ppid=11701 vsize=35844 CPUtime=1147.32
/proc/11705/stat : 11705 (march_dl) R 11701 11701 10800 0 -1 4194304 21053 0 0 0 114620 112 0 0 25 0 1 0 323739153 36704256 7267 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134567057 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11705/statm: 8961 7267 75 118 0 8840 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 45084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11903
/proc/meminfo: memFree=974792/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=24048 CPUtime=1200.02
/proc/11701/stat : 11701 (SATzilla2007_R) R 11699 11701 10800 0 -1 4194304 13058 37021 0 0 2791 9 117060 142 23 0 1 0 323735700 24625152 5522 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/11701/statm: 6012 5522 162 260 0 5736 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 24048

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11903
/proc/meminfo: memFree=974792/2055920 swapFree=4192812/4192956
[pid=11701] ppid=11699 vsize=24048 CPUtime=1200.02
/proc/11701/stat : 11701 (SATzilla2007_R) R 11699 11701 10800 0 -1 4194304 13058 37021 0 0 2791 9 117060 142 23 0 1 0 323735700 24625152 5522 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/11701/statm: 6012 5522 162 260 0 5736 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 24048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.04
CPU user time (s): 1198.52
CPU system time (s): 1.51877
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 45084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.52
system time used= 1.51877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50079
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= 2891

runsolver used 1.24881 second user time and 3.12852 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Mar  4 19:50:12 UTC 2007

IDJOB= 319917
IDBENCH= 20490
IDSOLVER= 134
FILE ID= node13/319917-1173037812

PBS_JOBID= 4012240

Free space on /tmp= 66363 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  e9d9fc0e7d6d0176942c54e1a7f7ef59

RANDOM SEED= 584311451

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:        997032 kB
Buffers:         48896 kB
Cached:         881888 kB
SwapCached:          0 kB
Active:         565656 kB
Inactive:       422868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        997032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10408 kB
Writeback:           0 kB
Mapped:          76692 kB
Slab:            55940 kB
Committed_AS:  1528112 kB
PageTables:       1748 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= 66363 MiB

End job on node13 on Sun Mar  4 20:10:15 UTC 2007