Trace number 314609

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

General information on the benchmark

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

Solver Data (download as text)

18.67/18.75	c run March_dl for 5 seconds ... 
18.67/18.75	c Bin: Executing march_dl
18.67/18.75	c child exit by a signal
18.67/18.75	c march_dl returned code 137.
18.67/18.75	c run saps (UBCSAT implementation) for 2 seconds ... 
18.67/18.75	c Bin: Executing ubcsat2006
18.67/18.75	c child exited successfully
18.67/18.75	c ubcsat2006 returned code 0.
18.67/18.75	c satzilla computing base features
18.67/18.75	c satzilla doing unit-prop probe
18.67/18.75	c satzilla doing local search probe
18.67/18.75	c satzilla doing lobjois search-space size estimate
18.67/18.75	c satzilla's ranking:
18.67/18.75	c 1) march_dl: -647.700905
18.67/18.75	c 2) kcnfs: -105.041417
18.67/18.75	c 3) minisat20+P: 163.040264
18.67/18.75	c 4) kcnfs+P: 999.000000
18.67/18.75	c 5) march_dl+P: 999.000000
18.67/18.75	c 6) vallst+P: 999.000000
18.67/18.75	c 7) zchaff_rand+P: 999.000000
18.67/18.75	c 8) vallst: 999.000000
18.67/18.75	c 9) zchaff_rand: 999.000000
18.67/18.75	c 10) minisat20: 999.000000
18.67/18.75	c satzilla running march_dl ... 
1199.48/1199.96	c Bin: Executing march_dl
1199.48/1199.96	c child exit by a signal
1199.48/1199.96	c march_dl returned code 137.
1199.48/1199.96	c march_dl returned code 137.
1199.48/1199.96	c satzilla running kcnfs ... 
1199.48/1199.96	c Bin: Executing kcnfs
1199.48/1199.96	c kcnfs returned code 1.
1199.48/1199.96	c kcnfs returned code 1.
1199.48/1199.96	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/node65/watcher-314609-1172639495 -o ROOT/results/node65/solver-314609-1172639495 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314609-1172639495/SATzilla2007_R /tmp/evaluation/314609-1172639495/instance-314609-1172639495.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/64 6798
/proc/meminfo: memFree=1708808/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=0
/proc/6798/stat : 6798 (SATzilla2007_R) R 6796 6798 5922 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 283907102 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/6798/statm: 360 110 95 260 0 84 0
[pid=6799] ppid=6798 vsize=6500 CPUtime=0
/proc/6799/stat : 6799 (march_dl) R 6798 6798 5922 0 -1 4194304 724 0 0 0 0 0 0 0 18 0 1 0 283907102 6656000 720 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6799/statm: 1625 723 49 118 0 1504 0

[startup+0.0850479 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6798
/proc/meminfo: memFree=1708808/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=0
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283907102 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6798/statm: 360 110 95 260 0 84 0
[pid=6799] ppid=6798 vsize=9436 CPUtime=0.07
/proc/6799/stat : 6799 (march_dl) R 6798 6798 5922 0 -1 4194304 1695 0 0 0 7 0 0 0 19 0 1 0 283907102 9662464 1690 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6799/statm: 2359 1690 50 118 0 2238 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10876

[startup+0.101049 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6798
/proc/meminfo: memFree=1708808/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=0
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283907102 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6798/statm: 360 110 95 260 0 84 0
[pid=6799] ppid=6798 vsize=9700 CPUtime=0.08
/proc/6799/stat : 6799 (march_dl) R 6798 6798 5922 0 -1 4194304 1763 0 0 0 8 0 0 0 19 0 1 0 283907102 9932800 1758 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6799/statm: 2425 1758 50 118 0 2304 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11140

[startup+0.301082 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6798
/proc/meminfo: memFree=1708808/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=0
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283907102 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6798/statm: 360 110 95 260 0 84 0
[pid=6799] ppid=6798 vsize=12472 CPUtime=0.29
/proc/6799/stat : 6799 (march_dl) R 6798 6798 5922 0 -1 4194304 2602 0 0 0 28 1 0 0 21 0 1 0 283907102 12771328 2597 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6799/statm: 3118 2597 50 118 0 2997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13912

[startup+0.701148 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6798
/proc/meminfo: memFree=1708808/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=0
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283907102 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6798/statm: 360 110 95 260 0 84 0
[pid=6799] ppid=6798 vsize=17752 CPUtime=0.69
/proc/6799/stat : 6799 (march_dl) R 6798 6798 5922 0 -1 4194304 4198 0 0 0 67 2 0 0 24 0 1 0 283907102 18178048 4193 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6799/statm: 4438 4193 50 118 0 4317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19192

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 6800
/proc/meminfo: memFree=1684408/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=0
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283907102 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6798/statm: 360 110 95 260 0 84 0
[pid=6799] ppid=6798 vsize=34588 CPUtime=1.49
/proc/6799/stat : 6799 (march_dl) R 6798 6798 5922 0 -1 4194304 6130 0 0 0 146 3 0 0 25 0 1 0 283907102 35418112 6088 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6799/statm: 8647 6088 52 118 0 8526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36028

[startup+3.10154 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 6800
/proc/meminfo: memFree=1684280/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=0
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283907102 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6798/statm: 360 110 95 260 0 84 0
[pid=6799] ppid=6798 vsize=34588 CPUtime=3.09
/proc/6799/stat : 6799 (march_dl) R 6798 6798 5922 0 -1 4194304 6130 0 0 0 305 4 0 0 25 0 1 0 283907102 35418112 6088 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544371 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6799/statm: 8647 6088 52 118 0 8526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36028

[startup+6.30107 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 6801
/proc/meminfo: memFree=1702392/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=1440 CPUtime=5
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 135 8570 0 0 0 0 494 6 16 0 1 0 283907102 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6798/statm: 360 111 96 260 0 84 0
[pid=6801] ppid=6798 vsize=55120 CPUtime=1.28
/proc/6801/stat : 6801 (ubcsat2006) R 6798 6798 5922 0 -1 4194304 8813 0 0 0 125 3 0 0 25 0 1 0 283907602 56442880 8796 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6801/statm: 13780 8796 156 64 0 13361 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56560

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 6801
/proc/meminfo: memFree=1656904/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=54220 CPUtime=12.67
/proc/6798/stat : 6798 (SATzilla2007_R) R 6796 6798 5922 0 -1 4194304 13235 17407 0 0 472 6 778 11 25 0 1 0 283907102 55521280 13136 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/6798/statm: 13555 13136 121 260 0 13279 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 54220

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 6802
/proc/meminfo: memFree=1642112/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=43972 CPUtime=6.73
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 10537 0 0 0 668 5 0 0 25 0 1 0 283908977 45027328 8487 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134649569 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 10993 8487 69 118 0 10872 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 78564

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 6802
/proc/meminfo: memFree=1624704/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=63084 CPUtime=32.33
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 18800 0 0 0 3187 46 0 0 25 0 1 0 283908977 64598016 12872 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527473 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 15771 12872 75 118 0 15650 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 97676

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 6802
/proc/meminfo: memFree=1621184/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=66708 CPUtime=83.51
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 19702 0 0 0 8304 47 0 0 25 0 1 0 283908977 68308992 13774 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 16677 13774 75 118 0 16556 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 101300

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6802
/proc/meminfo: memFree=1619840/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=67944 CPUtime=143.48
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20026 0 0 0 14301 47 0 0 25 0 1 0 283908977 69574656 14098 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 16986 14098 75 118 0 16865 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 102536

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6802
/proc/meminfo: memFree=1619008/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=68820 CPUtime=203.46
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20244 0 0 0 20299 47 0 0 25 0 1 0 283908977 70471680 14316 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134571526 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 17205 14316 75 118 0 17084 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 103412

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6802
/proc/meminfo: memFree=1618304/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=69440 CPUtime=263.45
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20409 0 0 0 26297 48 0 0 25 0 1 0 283908977 71106560 14481 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 17360 14481 75 118 0 17239 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 104032

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6802
/proc/meminfo: memFree=1617856/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=69932 CPUtime=323.43
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20518 0 0 0 32295 48 0 0 25 0 1 0 283908977 71610368 14590 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 17483 14590 75 118 0 17362 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 104524


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

[startup+522.302 s]
/proc/loadavg: 1.42 1.12 1.03 2/66 6802
/proc/meminfo: memFree=1617024/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=70668 CPUtime=503.37
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20716 0 0 0 50289 48 0 0 25 0 1 0 283908977 72364032 14788 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 17667 14788 75 118 0 17546 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 105260

[startup+582.302 s]
/proc/loadavg: 1.18 1.11 1.03 2/66 6802
/proc/meminfo: memFree=1616576/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=71172 CPUtime=563.36
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20829 0 0 0 56287 49 0 0 25 0 1 0 283908977 72880128 14901 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 17793 14901 75 118 0 17672 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 105764

[startup+642.303 s]
/proc/loadavg: 1.07 1.08 1.03 2/66 6802
/proc/meminfo: memFree=1616256/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=71428 CPUtime=623.34
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20897 0 0 0 62285 49 0 0 25 0 1 0 283908977 73142272 14969 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527853 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 17857 14969 75 118 0 17736 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 106020

[startup+702.301 s]
/proc/loadavg: 1.02 1.07 1.02 2/66 6802
/proc/meminfo: memFree=1615872/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=71800 CPUtime=683.32
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 20998 0 0 0 68283 49 0 0 25 0 1 0 283908977 73523200 15070 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 17950 15070 75 118 0 17829 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 106392

[startup+762.305 s]
/proc/loadavg: 1.01 1.05 1.01 2/66 6802
/proc/meminfo: memFree=1615616/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=72048 CPUtime=743.3
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21058 0 0 0 74281 49 0 0 25 0 1 0 283908977 73777152 15130 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527862 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18012 15130 75 118 0 17891 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 106640

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.01 2/66 6802
/proc/meminfo: memFree=1615424/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=72292 CPUtime=803.28
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21100 0 0 0 80279 49 0 0 25 0 1 0 283908977 74027008 15172 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18073 15172 75 118 0 17952 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 106884

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 6802
/proc/meminfo: memFree=1615232/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=72412 CPUtime=863.26
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21132 0 0 0 86277 49 0 0 25 0 1 0 283908977 74149888 15204 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18103 15204 75 118 0 17982 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 107004

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 6802
/proc/meminfo: memFree=1614976/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=72676 CPUtime=923.24
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21199 0 0 0 92275 49 0 0 25 0 1 0 283908977 74420224 15271 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18169 15271 75 118 0 18048 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 107268

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 6802
/proc/meminfo: memFree=1614784/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=72804 CPUtime=983.23
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21251 0 0 0 98273 50 0 0 25 0 1 0 283908977 74551296 15323 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527365 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18201 15323 75 118 0 18080 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 107396

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 6802
/proc/meminfo: memFree=1614528/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=73048 CPUtime=1043.21
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21299 0 0 0 104271 50 0 0 25 0 1 0 283908977 74801152 15371 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134564424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18262 15371 75 118 0 18141 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 107640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 6802
/proc/meminfo: memFree=1614336/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=73296 CPUtime=1103.19
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21352 0 0 0 110269 50 0 0 25 0 1 0 283908977 75055104 15424 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18324 15424 75 118 0 18203 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 107888

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6802
/proc/meminfo: memFree=1614144/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34592 CPUtime=18.72
/proc/6798/stat : 6798 (SATzilla2007_R) S 6796 6798 5922 0 -1 4194304 29841 17407 0 0 1067 16 778 11 25 0 1 0 283907102 35422208 8314 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6798/statm: 8648 8314 157 260 0 8372 0
[pid=6802] ppid=6798 vsize=73416 CPUtime=1163.16
/proc/6802/stat : 6802 (march_dl) R 6798 6798 5922 0 -1 4194304 21402 0 0 0 116266 50 0 0 25 0 1 0 283908977 75177984 15474 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6802/statm: 18354 15474 75 118 0 18233 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 108008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6802
/proc/meminfo: memFree=1675720/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34596 CPUtime=1200.09
/proc/6798/stat : 6798 (SATzilla2007_R) R 6796 6798 5922 0 -1 4194304 29853 38824 0 0 1076 61 118810 62 23 0 1 0 283907102 35426304 8316 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134586828 0 0 4096 0 0 0 0 17 1 0 0
/proc/6798/statm: 8649 8316 157 260 0 8373 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 34596

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6802
/proc/meminfo: memFree=1675720/2055920 swapFree=4184008/4192956
[pid=6798] ppid=6796 vsize=34596 CPUtime=1200.09
/proc/6798/stat : 6798 (SATzilla2007_R) R 6796 6798 5922 0 -1 4194304 29853 38824 0 0 1076 61 118810 62 23 0 1 0 283907102 35426304 8316 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134586828 0 0 4096 0 0 0 0 17 1 0 0
/proc/6798/statm: 8649 8316 157 260 0 8373 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 34596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1198.87
CPU system time (s): 1.24881
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 108140

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

runsolver used 1.18882 second user time and 2.48562 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Feb 28 05:11:36 UTC 2007

IDJOB= 314609
IDBENCH= 20395
IDSOLVER= 134
FILE ID= node65/314609-1172639495

PBS_JOBID= 3981157

Free space on /tmp= 66492 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 633268592

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:       1709152 kB
Buffers:         11688 kB
Cached:         284232 kB
SwapCached:       2668 kB
Active:          63756 kB
Inactive:       241584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709152 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:           20168 kB
Writeback:           0 kB
Mapped:          15352 kB
Slab:            27364 kB
Committed_AS:   691872 kB
PageTables:       1456 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= 66492 MiB

End job on node65 on Wed Feb 28 05:31:38 UTC 2007