Trace number 304618

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? (exit code) 1199.76 1200.31

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S1617760096-16.cnf
MD5SUM5f3213e2fda965548b3e8a74d5e8ed7c
Bench CategoryRANDOM (random 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 variables160
Number of clauses13600
Sum of the clauses size95200
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 513600

Solver Data (download as text)

10.83/10.86	c run March_dl for 5 seconds ... 
10.83/10.86	c Bin: Executing march_dl
10.83/10.86	c child exit by a signal
10.83/10.86	c march_dl returned code 137.
10.83/10.86	c run saps (UBCSAT implementation) for 2 seconds ... 
10.83/10.86	c Bin: Executing ubcsat2006
10.83/10.86	c child exited successfully
10.83/10.86	c ubcsat2006 returned code 0.
10.83/10.86	c satzilla computing base features
10.83/10.86	c satzilla doing unit-prop probe
10.83/10.86	c satzilla doing local search probe
10.83/10.86	c satzilla doing lobjois search-space size estimate
10.83/10.86	c satzilla's ranking:
10.83/10.86	c 1) march_dl: 3.423325
10.83/10.86	c 2) kcnfs: 4.853603
10.83/10.86	c 3) minisat20+P: 5.508983
10.83/10.86	c 4) kcnfs+P: 999.000000
10.83/10.86	c 5) march_dl+P: 999.000000
10.83/10.86	c 6) vallst+P: 999.000000
10.83/10.86	c 7) zchaff_rand+P: 999.000000
10.83/10.86	c 8) vallst: 999.000000
10.83/10.86	c 9) zchaff_rand: 999.000000
10.83/10.86	c 10) minisat20: 999.000000
10.83/10.86	c satzilla running march_dl ... 
1199.56/1200.23	c Bin: Executing march_dl
1199.56/1200.23	c child exit by a signal
1199.56/1200.23	c march_dl returned code 137.
1199.56/1200.23	c march_dl returned code 137.
1199.56/1200.23	c satzilla running kcnfs ... 
1199.56/1200.23	c Bin: Executing kcnfs
1199.56/1200.23	c kcnfs returned code 1.
1199.56/1200.23	c kcnfs returned code 1.
1199.56/1200.23	c satzilla running minisat20 with preprocessing ... 
1199.67/1200.30	c Preprocessing...
1199.67/1200.30	c Inital problem has 160 variables, 13600 nary clauses (0 binary clauses).
1199.67/1200.30	c Num non-binary clauses 13600, Average non-binary clause length 7.000
1199.67/1200.30	c Theory has no gaps
1199.67/1200.30	c Preprocessor runtime was 0.030 seconds.
1199.67/1200.30	c 
1199.67/1200.30	c Satisfiability of theory still undetermined.
1199.67/1200.30	c See file /tmp/eidJ6N for simplified theory.
1199.67/1200.30	c Bin: Executing minisat20
1199.67/1200.30	c minisat20 returned code 1.
1199.67/1200.30	c minisat20 returned code 1.
1199.67/1200.30	c satzilla running kcnfs with preprocessing ... 
1199.67/1200.30	c Bin: Executing kcnfs
1199.67/1200.30	c kcnfs returned code 1.
1199.67/1200.30	c kcnfs returned code 1.
1199.67/1200.30	c satzilla running march_dl with preprocessing ... 
1199.67/1200.30	c Bin: Executing march_dl
1199.67/1200.30	c march_dl returned code 1.
1199.67/1200.30	c march_dl returned code 1.
1199.67/1200.30	c satzilla running vallst with preprocessing ... 
1199.67/1200.30	c Bin: Executing vallst
1199.67/1200.30	c vallst returned code 1.
1199.67/1200.30	c vallst returned code 1.
1199.67/1200.30	c satzilla running zchaff_rand with preprocessing ... 
1199.67/1200.30	c Bin: Executing zchaff_rand
1199.67/1200.30	c zchaff_rand returned code 1.
1199.67/1200.30	c zchaff_rand returned code 1.
1199.67/1200.30	c satzilla running vallst ... 
1199.67/1200.30	c Bin: Executing vallst
1199.67/1200.30	c vallst returned code 1.
1199.67/1200.30	c vallst returned code 1.
1199.67/1200.30	c satzilla running zchaff_rand ... 
1199.67/1200.30	c Bin: Executing zchaff_rand
1199.67/1200.30	c zchaff_rand returned code 1.
1199.67/1200.30	c zchaff_rand returned code 1.
1199.67/1200.30	c satzilla running minisat20 ... 
1199.67/1200.30	c Bin: Executing minisat20
1199.67/1200.30	c minisat20 returned code 1.
1199.67/1200.30	c minisat20 returned code 1.
1199.67/1200.30	c ERROR: All Failed! 
1199.67/1200.30	c SATZILLA_TIME=1199.910000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-304618-1172062276 -o ROOT/results/node42/solver-304618-1172062276 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304618-1172062276/SATzilla2007_R /tmp/evaluation/304618-1172062276/instance-304618-1172062276.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 8598
/proc/meminfo: memFree=1458088/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=1440 CPUtime=0
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 226183684 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 360 110 95 260 0 84 0
[pid=8599] ppid=8598 vsize=768 CPUtime=0
/proc/8599/stat : 8599 (march_dl) R 8598 8598 8033 0 -1 4194304 89 0 0 0 0 0 0 0 22 0 1 0 226183684 786432 84 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8599/statm: 192 84 50 118 0 71 0

[startup+0.106172 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8598
/proc/meminfo: memFree=1458088/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=1440 CPUtime=0
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 226183684 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 360 110 95 260 0 84 0
[pid=8599] ppid=8598 vsize=1620 CPUtime=0.1
/proc/8599/stat : 8599 (march_dl) R 8598 8598 8033 0 -1 4194304 2099 0 0 0 9 1 0 0 22 0 1 0 226183684 1658880 302 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8599/statm: 405 302 65 118 0 284 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3060

[startup+0.514248 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8598
/proc/meminfo: memFree=1458088/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=1440 CPUtime=0
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 226183684 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 360 110 95 260 0 84 0
[pid=8599] ppid=8598 vsize=4152 CPUtime=0.51
/proc/8599/stat : 8599 (march_dl) R 8598 8598 8033 0 -1 4194304 2580 0 0 0 50 1 0 0 25 0 1 0 226183684 4251648 614 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8599/statm: 1038 614 67 118 0 917 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 5592

[startup+1.3344 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8600
/proc/meminfo: memFree=1455576/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=1440 CPUtime=0
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 226183684 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 360 110 95 260 0 84 0
[pid=8599] ppid=8598 vsize=4284 CPUtime=1.33
/proc/8599/stat : 8599 (march_dl) R 8598 8598 8033 0 -1 4194304 2617 0 0 0 132 1 0 0 25 0 1 0 226183684 4386816 651 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8599/statm: 1071 651 67 118 0 950 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5724

[startup+2.97072 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8600
/proc/meminfo: memFree=1455256/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=1440 CPUtime=0
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 226183684 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 360 110 95 260 0 84 0
[pid=8599] ppid=8598 vsize=4548 CPUtime=2.96
/proc/8599/stat : 8599 (march_dl) R 8598 8598 8033 0 -1 4194304 2686 0 0 0 295 1 0 0 25 0 1 0 226183684 4657152 720 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8599/statm: 1137 720 67 118 0 1016 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5988

[startup+6.25334 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8601
/proc/meminfo: memFree=1456280/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=1440 CPUtime=4.99
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 135 2752 0 0 0 0 498 1 16 0 1 0 226183684 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8598/statm: 360 111 96 260 0 84 0
[pid=8601] ppid=8598 vsize=6188 CPUtime=1.24
/proc/8601/stat : 8601 (ubcsat2006) R 8598 8598 8033 0 -1 4194304 516 0 0 0 120 4 0 0 25 0 1 0 226184185 6336512 499 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8601/statm: 1547 499 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7076 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1453592/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=4416 CPUtime=1.82
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 2639 0 0 0 182 0 0 0 25 0 1 0 226184771 4521984 673 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 1104 673 67 118 0 983 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7408

[startup+25.521 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1439064/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=17940 CPUtime=14.64
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 8124 0 0 0 1440 24 0 0 25 0 1 0 226184771 18370560 4254 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 4485 4254 74 118 0 4364 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20932

[startup+51.1449 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1439064/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=17940 CPUtime=40.25
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 8124 0 0 0 4001 24 0 0 25 0 1 0 226184771 18370560 4254 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 4485 4254 74 118 0 4364 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20932

[startup+102.389 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1439128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=17940 CPUtime=91.47
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 8124 0 0 0 9123 24 0 0 25 0 1 0 226184771 18370560 4254 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 4485 4254 74 118 0 4364 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20932

[startup+162.45 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1439128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=17940 CPUtime=151.51
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 8124 0 0 0 15127 24 0 0 25 0 1 0 226184771 18370560 4254 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526926 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 4485 4254 74 118 0 4364 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 20932

[startup+222.506 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1439128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=17940 CPUtime=211.55
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 8124 0 0 0 21130 25 0 0 25 0 1 0 226184771 18370560 4254 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 4485 4254 74 118 0 4364 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 20932

[startup+282.571 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1439128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=17940 CPUtime=271.59
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 8124 0 0 0 27134 25 0 0 25 0 1 0 226184771 18370560 4254 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 4485 4254 74 118 0 4364 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 20932

[startup+342.632 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1437592/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=21188 CPUtime=331.63
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 8859 0 0 0 33138 25 0 0 25 0 1 0 226184771 21696512 4989 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 5297 4989 74 118 0 5176 0
Current children cumulated CPU time (s) 342.47
Current children cumulated vsize (KiB) 24180

[startup+402.699 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1413016/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=44236 CPUtime=391.67
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 14663 0 0 0 39137 30 0 0 25 0 1 0 226184771 45297664 10793 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551668 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 11059 10793 74 118 0 10938 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 47228

[startup+462.756 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8602
/proc/meminfo: memFree=1409752/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=47404 CPUtime=451.71
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 15472 0 0 0 45139 32 0 0 25 0 1 0 226184771 48541696 11602 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528141 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 11851 11602 74 118 0 11730 0
Current children cumulated CPU time (s) 462.55

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

/proc/8602/statm: 13073 12822 74 118 0 12952 0
Current children cumulated CPU time (s) 702.64
Current children cumulated vsize (KiB) 55284

[startup+763.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1403416/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=53484 CPUtime=751.85
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 16992 0 0 0 75150 35 0 0 25 0 1 0 226184771 54767616 13122 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 13371 13122 74 118 0 13250 0
Current children cumulated CPU time (s) 762.69
Current children cumulated vsize (KiB) 56476

[startup+823.172 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1402648/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=54276 CPUtime=811.89
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 17181 0 0 0 81154 35 0 0 25 0 1 0 226184771 55578624 13311 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 13569 13311 74 118 0 13448 0
Current children cumulated CPU time (s) 822.73
Current children cumulated vsize (KiB) 57268

[startup+883.233 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1402200/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=54936 CPUtime=871.94
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 17335 0 0 0 87158 36 0 0 25 0 1 0 226184771 56254464 13465 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 13734 13465 74 118 0 13613 0
Current children cumulated CPU time (s) 882.78
Current children cumulated vsize (KiB) 57928

[startup+943.289 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1401304/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=55728 CPUtime=931.96
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 17545 0 0 0 93160 36 0 0 25 0 1 0 226184771 57065472 13675 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134566971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 13932 13675 74 118 0 13811 0
Current children cumulated CPU time (s) 942.8
Current children cumulated vsize (KiB) 58720

[startup+1003.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1400664/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=56388 CPUtime=992
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 17701 0 0 0 99164 36 0 0 25 0 1 0 226184771 57741312 13831 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528303 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14097 13831 74 118 0 13976 0
Current children cumulated CPU time (s) 1002.84
Current children cumulated vsize (KiB) 59380

[startup+1063.41 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1400216/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=56916 CPUtime=1052.05
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 17823 0 0 0 105168 37 0 0 25 0 1 0 226184771 58281984 13953 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14229 13953 74 118 0 14108 0
Current children cumulated CPU time (s) 1062.89
Current children cumulated vsize (KiB) 59908

[startup+1123.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399704/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=57444 CPUtime=1112.08
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 17965 0 0 0 111171 37 0 0 25 0 1 0 226184771 58822656 14095 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14361 14095 74 118 0 14240 0
Current children cumulated CPU time (s) 1122.92
Current children cumulated vsize (KiB) 60436

[startup+1183.53 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399256/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=57840 CPUtime=1172.12
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 18068 0 0 0 117175 37 0 0 25 0 1 0 226184771 59228160 14198 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532983 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14460 14198 74 118 0 14339 0
Current children cumulated CPU time (s) 1182.96
Current children cumulated vsize (KiB) 60832

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

[startup+1193.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399192/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=57840 CPUtime=1182.47
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 18086 0 0 0 118210 37 0 0 25 0 1 0 226184771 59228160 14216 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14460 14216 74 118 0 14339 0
Current children cumulated CPU time (s) 1193.31
Current children cumulated vsize (KiB) 60832

[startup+1197.16 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399192/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=57972 CPUtime=1185.74
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 18091 0 0 0 118537 37 0 0 25 0 1 0 226184771 59363328 14221 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14493 14221 74 118 0 14372 0
Current children cumulated CPU time (s) 1196.58
Current children cumulated vsize (KiB) 60964

[startup+1198.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=57972 CPUtime=1187.39
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 18095 0 0 0 118702 37 0 0 25 0 1 0 226184771 59363328 14225 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14493 14225 74 118 0 14372 0
Current children cumulated CPU time (s) 1198.23
Current children cumulated vsize (KiB) 60964

[startup+1199.62 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=57972 CPUtime=1188.21
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 18096 0 0 0 118784 37 0 0 25 0 1 0 226184771 59363328 14226 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134513989 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14493 14226 74 118 0 14372 0
Current children cumulated CPU time (s) 1199.05
Current children cumulated vsize (KiB) 60964

[startup+1200.03 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2992 CPUtime=10.84
/proc/8598/stat : 8598 (SATzilla2007_R) S 8596 8598 8033 0 -1 4194304 1494 3274 0 0 369 6 701 8 25 0 1 0 226183684 3063808 577 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8598/statm: 748 577 157 260 0 472 0
[pid=8602] ppid=8598 vsize=57972 CPUtime=1188.61
/proc/8602/stat : 8602 (march_dl) R 8598 8598 8033 0 -1 4194304 18099 0 0 0 118824 37 0 0 25 0 1 0 226184771 59363328 14229 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8602/statm: 14493 14229 74 118 0 14372 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 60964

[startup+1200.24 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8800
/proc/meminfo: memFree=1399128/2055920 swapFree=4122796/4192956
[pid=8598] ppid=8596 vsize=2996 CPUtime=1199.67
/proc/8598/stat : 8598 (SATzilla2007_R) R 8596 8598 8033 0 -1 4194304 1624 21375 0 0 369 6 119545 47 16 0 1 0 226183684 3067904 578 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135063428 0 0 4096 0 0 0 0 17 0 0 0
/proc/8598/statm: 749 578 157 260 0 473 0
Current children cumulated CPU time (s) 1199.67
Current children cumulated vsize (KiB) 2996

Child status: 17
Real time (s): 1200.31
CPU time (s): 1199.76
CPU user time (s): 1199.21
CPU system time (s): 0.546916
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 60964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.21
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23648
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= 25
involuntary context switches= 1670

runsolver used 1.06084 second user time and 2.52162 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Wed Feb 21 12:51:16 UTC 2007

IDJOB= 304618
IDBENCH= 20136
IDSOLVER= 134
FILE ID= node42/304618-1172062276

PBS_JOBID= 3892787

Free space on /tmp= 66551 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S1617760096-16.cnf
COMMAND LINE= /tmp/evaluation/304618-1172062276/SATzilla2007_R /tmp/evaluation/304618-1172062276/instance-304618-1172062276.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-304618-1172062276 -o ROOT/results/node42/solver-304618-1172062276 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304618-1172062276/SATzilla2007_R /tmp/evaluation/304618-1172062276/instance-304618-1172062276.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  5f3213e2fda965548b3e8a74d5e8ed7c

RANDOM SEED= 259303140

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.261
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.261
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:       1458432 kB
Buffers:         37152 kB
Cached:         440628 kB
SwapCached:      64860 kB
Active:         426880 kB
Inactive:       122408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458432 kB
SwapTotal:     4192956 kB
SwapFree:      4122796 kB
Dirty:            8736 kB
Writeback:           0 kB
Mapped:          15544 kB
Slab:            34208 kB
Committed_AS:   854044 kB
PageTables:       1408 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= 66551 MiB

End job on node42 on Wed Feb 21 13:11:17 UTC 2007