Trace number 314969

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

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

Solver Data (download as text)

10.77/10.87	c run March_dl for 5 seconds ... 
10.77/10.87	c Bin: Executing march_dl
10.77/10.87	c child exit by a signal
10.77/10.87	c march_dl returned code 137.
10.77/10.87	c run saps (UBCSAT implementation) for 2 seconds ... 
10.77/10.87	c Bin: Executing ubcsat2006
10.77/10.87	c child exited successfully
10.77/10.87	c ubcsat2006 returned code 0.
10.77/10.87	c satzilla computing base features
10.77/10.87	c satzilla doing unit-prop probe
10.77/10.87	c satzilla doing local search probe
10.77/10.87	c satzilla doing lobjois search-space size estimate
10.77/10.87	c satzilla's ranking:
10.77/10.87	c 1) kcnfs: -648.070973
10.77/10.87	c 2) march_dl: -189.116896
10.77/10.87	c 3) minisat20+P: 24.049745
10.77/10.87	c 4) kcnfs+P: 999.000000
10.77/10.87	c 5) march_dl+P: 999.000000
10.77/10.87	c 6) vallst+P: 999.000000
10.77/10.87	c 7) zchaff_rand+P: 999.000000
10.77/10.87	c 8) vallst: 999.000000
10.77/10.87	c 9) zchaff_rand: 999.000000
10.77/10.87	c 10) minisat20: 999.000000
10.77/10.87	c satzilla running kcnfs ... 
10.87/10.94	c Bin: Executing kcnfs
10.87/10.94	c child exited successfully
10.87/10.94	c kcnfs returned code 0.
10.87/10.94	c kcnfs returned code 0.
10.87/10.94	c satzilla running march_dl ... 
1199.68/1200.24	c Bin: Executing march_dl
1199.68/1200.24	c child exit by a signal
1199.68/1200.24	c march_dl returned code 137.
1199.68/1200.24	c march_dl returned code 137.
1199.68/1200.24	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/node71/watcher-314969-1172646369 -o ROOT/results/node71/solver-314969-1172646369 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314969-1172646369/SATzilla2007_R /tmp/evaluation/314969-1172646369/instance-314969-1172646369.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5079
/proc/meminfo: memFree=1417080/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=0
/proc/5079/stat : 5079 (SATzilla2007_R) R 5077 5079 3485 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 284594686 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/5079/statm: 360 110 95 260 0 84 0
[pid=5080] ppid=5079 vsize=1352 CPUtime=0
/proc/5080/stat : 5080 (march_dl) R 5079 5079 3485 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 284594686 1384448 212 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5080/statm: 338 212 50 118 0 217 0

[startup+0.077368 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5079
/proc/meminfo: memFree=1417080/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=0
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284594686 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 360 110 95 260 0 84 0
[pid=5080] ppid=5079 vsize=3704 CPUtime=0.07
/proc/5080/stat : 5080 (march_dl) R 5079 5079 3485 0 -1 4194304 1017 0 0 0 7 0 0 0 19 0 1 0 284594686 3792896 738 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5080/statm: 926 738 55 118 0 805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5144

[startup+0.101373 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5079
/proc/meminfo: memFree=1417080/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=0
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284594686 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 360 110 95 260 0 84 0
[pid=5080] ppid=5079 vsize=3176 CPUtime=0.09
/proc/5080/stat : 5080 (march_dl) R 5079 5079 3485 0 -1 4194304 1061 0 0 0 9 0 0 0 19 0 1 0 284594686 3252224 598 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5080/statm: 794 601 55 118 0 673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4616

[startup+0.301416 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5079
/proc/meminfo: memFree=1417080/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=0
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284594686 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 360 110 95 260 0 84 0
[pid=5080] ppid=5079 vsize=6700 CPUtime=0.29
/proc/5080/stat : 5080 (march_dl) R 5079 5079 3485 0 -1 4194304 3316 0 0 0 28 1 0 0 21 0 1 0 284594686 6860800 1484 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560234 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5080/statm: 1675 1484 69 118 0 1554 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8140

[startup+0.701503 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5079
/proc/meminfo: memFree=1417080/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=0
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284594686 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 360 110 95 260 0 84 0
[pid=5080] ppid=5079 vsize=8132 CPUtime=0.69
/proc/5080/stat : 5080 (march_dl) R 5079 5079 3485 0 -1 4194304 3682 0 0 0 68 1 0 0 24 0 1 0 284594686 8327168 1848 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559714 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5080/statm: 2033 1848 69 118 0 1912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9572

[startup+1.50268 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 5081
/proc/meminfo: memFree=1409448/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=0
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284594686 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 360 110 95 260 0 84 0
[pid=5080] ppid=5079 vsize=8408 CPUtime=1.49
/proc/5080/stat : 5080 (march_dl) R 5079 5079 3485 0 -1 4194304 4038 0 0 0 148 1 0 0 25 0 1 0 284594686 8609792 1932 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5080/statm: 2102 1932 69 118 0 1981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9848

[startup+3.10202 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 5081
/proc/meminfo: memFree=1404968/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=0
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284594686 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 360 110 95 260 0 84 0
[pid=5080] ppid=5079 vsize=14476 CPUtime=3.09
/proc/5080/stat : 5080 (march_dl) R 5079 5079 3485 0 -1 4194304 6008 0 0 0 306 3 0 0 25 0 1 0 284594686 14823424 3046 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134514254 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5080/statm: 3619 3046 75 118 0 3498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15916

[startup+6.30272 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 5082
/proc/meminfo: memFree=1414504/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=1440 CPUtime=4.99
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 135 6008 0 0 0 0 496 3 16 0 1 0 284594686 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 360 111 96 260 0 84 0
[pid=5082] ppid=5079 vsize=6188 CPUtime=1.29
/proc/5082/stat : 5082 (ubcsat2006) R 5079 5079 3485 0 -1 4194304 696 0 0 0 118 11 0 0 25 0 1 0 284595187 6336512 679 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 134556259 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5082/statm: 1547 679 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1406376/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=8408 CPUtime=1.75
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 4140 0 0 0 174 1 0 0 25 0 1 0 284595780 8609792 1889 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 2102 1889 69 118 0 1981 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12496

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1398896/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=18004 CPUtime=14.54
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 6803 0 0 0 1451 3 0 0 25 0 1 0 284595780 18436096 3841 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4501 3841 75 118 0 4380 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 22092

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1398064/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=18928 CPUtime=40.12
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7010 0 0 0 4008 4 0 0 25 0 1 0 284595780 19382272 4048 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134575710 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4732 4048 75 118 0 4611 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 23016

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1397872/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19192 CPUtime=91.31
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7090 0 0 0 9127 4 0 0 25 0 1 0 284595780 19652608 4128 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134565993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4798 4128 75 118 0 4677 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 23280

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1397744/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19324 CPUtime=151.28
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7118 0 0 0 15124 4 0 0 25 0 1 0 284595780 19787776 4156 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4831 4156 75 118 0 4710 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 23412

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1397616/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19456 CPUtime=211.25
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7140 0 0 0 21121 4 0 0 25 0 1 0 284595780 19922944 4178 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4864 4178 75 118 0 4743 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 23544

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1397488/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19456 CPUtime=271.24
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7168 0 0 0 27119 5 0 0 25 0 1 0 284595780 19922944 4206 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4864 4206 75 118 0 4743 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 23544

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1397296/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19720 CPUtime=331.21
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7203 0 0 0 33116 5 0 0 25 0 1 0 284595780 20193280 4241 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551836 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4930 4241 75 118 0 4809 0

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

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1397040/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19852 CPUtime=511.14
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7258 0 0 0 51109 5 0 0 25 0 1 0 284595780 20328448 4296 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4963 4296 75 118 0 4842 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 23940

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396976/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19984 CPUtime=571.11
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7268 0 0 0 57106 5 0 0 25 0 1 0 284595780 20463616 4306 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134553310 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4996 4306 75 118 0 4875 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 24072

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396848/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=19984 CPUtime=631.09
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7277 0 0 0 63104 5 0 0 25 0 1 0 284595780 20463616 4315 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134550973 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 4996 4315 75 118 0 4875 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 24072

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396656/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20116 CPUtime=691.07
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7315 0 0 0 69102 5 0 0 25 0 1 0 284595780 20598784 4353 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551897 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5029 4353 75 118 0 4908 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 24204

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396656/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20116 CPUtime=751.04
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7325 0 0 0 75099 5 0 0 25 0 1 0 284595780 20598784 4363 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134570165 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5029 4363 75 118 0 4908 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 24204

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396592/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20116 CPUtime=811.02
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7333 0 0 0 81097 5 0 0 25 0 1 0 284595780 20598784 4371 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552072 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5029 4371 75 118 0 4908 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 24204

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396336/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20380 CPUtime=871
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7383 0 0 0 87094 6 0 0 25 0 1 0 284595780 20869120 4421 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5095 4421 75 118 0 4974 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 24468

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396272/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20512 CPUtime=930.98
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7413 0 0 0 93092 6 0 0 25 0 1 0 284595780 21004288 4451 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5128 4451 75 118 0 5007 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 24600

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396144/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20512 CPUtime=990.95
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7433 0 0 0 99089 6 0 0 25 0 1 0 284595780 21004288 4471 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5128 4471 75 118 0 5007 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 24600

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396080/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20644 CPUtime=1050.93
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7438 0 0 0 105087 6 0 0 25 0 1 0 284595780 21139456 4476 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552079 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5161 4476 75 118 0 5040 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 24732

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396144/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20644 CPUtime=1110.9
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7440 0 0 0 111084 6 0 0 25 0 1 0 284595780 21139456 4478 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134565173 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5161 4478 75 118 0 5040 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 24732

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5084
/proc/meminfo: memFree=1396080/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=4088 CPUtime=10.91
/proc/5079/stat : 5079 (SATzilla2007_R) S 5077 5079 3485 0 -1 4194304 2048 7793 0 1 356 4 705 26 16 0 1 0 284594686 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5079/statm: 1022 839 157 260 0 746 0
[pid=5084] ppid=5079 vsize=20644 CPUtime=1170.88
/proc/5084/stat : 5084 (march_dl) R 5079 5079 3485 0 -1 4194304 7442 0 0 0 117082 6 0 0 25 0 1 0 284595780 21139456 4480 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5084/statm: 5161 4480 75 118 0 5040 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 24732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5084
/proc/meminfo: memFree=1409400/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=11420 CPUtime=1200
/proc/5079/stat : 5079 (SATzilla2007_R) R 5077 5079 3485 0 -1 4194304 3365 15235 0 1 382 5 119580 33 20 0 1 0 284594686 11694080 1934 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134598197 0 0 4096 0 0 0 0 17 1 0 0
/proc/5079/statm: 2855 1934 163 260 0 2579 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 11420

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.97 0.99 2/65 5084
/proc/meminfo: memFree=1409400/2055920 swapFree=4183080/4192956
[pid=5079] ppid=5077 vsize=11420 CPUtime=1200
/proc/5079/stat : 5079 (SATzilla2007_R) R 5077 5079 3485 0 -1 4194304 3365 15235 0 1 382 5 119580 33 20 0 1 0 284594686 11694080 1934 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134598197 0 0 4096 0 0 0 0 17 1 0 0
/proc/5079/statm: 2855 1934 163 260 0 2579 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 11420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.01
CPU user time (s): 1199.62
CPU system time (s): 0.386941
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 186900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.62
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18600
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 1966

runsolver used 0.794879 second user time and 2.57861 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Wed Feb 28 07:06:09 UTC 2007

IDJOB= 314969
IDBENCH= 20404
IDSOLVER= 134
FILE ID= node71/314969-1172646369

PBS_JOBID= 3981148

Free space on /tmp= 66482 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  a948576641dd03cc33abaca38a6e7e4c

RANDOM SEED= 327203045

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1417552 kB
Buffers:         15444 kB
Cached:         571600 kB
SwapCached:       3604 kB
Active:         128092 kB
Inactive:       468856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417552 kB
SwapTotal:     4192956 kB
SwapFree:      4183080 kB
Dirty:            8804 kB
Writeback:           0 kB
Mapped:          15872 kB
Slab:            27448 kB
Committed_AS:   812368 kB
PageTables:       1452 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= 66482 MiB

End job on node71 on Wed Feb 28 07:26:11 UTC 2007