Trace number 1731759

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.6 1200.14

General information on the benchmark

NameCRAFTED/edgematching/
all/em_11_3_4_all.cnf
MD5SUMb5f22052db8fb297f6b37016642b1821
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.66875
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses414651
Sum of the clauses size965249
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2325818
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

Solver Data

16.58/16.70	c run March_dl for 5 seconds ... 
16.58/16.70	c Bin: Executing march_dl
16.58/16.70	c child exit by a signal
16.58/16.70	c march_dl returned code 137.
16.58/16.70	c run saps (UBCSAT implementation) for 2 seconds ... 
16.58/16.70	c Bin: Executing ubcsat2006
16.58/16.70	c child exited successfully
16.58/16.70	c ubcsat2006 returned code 0.
16.58/16.70	c satzilla computing base features
16.58/16.70	c satzilla doing unit-prop probe
16.58/16.70	c satzilla doing local search probe
16.58/16.70	c satzilla doing lobjois search-space size estimate
16.58/16.70	c satzilla's ranking:
16.58/16.70	c 1) vallst+P: 2.735985
16.58/16.70	c 2) minisat20: 4.121538
16.58/16.70	c 3) march_dl+P: 4.408147
16.58/16.70	c 4) march_dl: 5.822429
16.58/16.70	c 5) minisat20+P: 6.387768
16.58/16.70	c 6) zchaff_rand+P: 7.945533
16.58/16.70	c 7) kcnfs+P: 999.000000
16.58/16.70	c 8) kcnfs: 999.000000
16.58/16.70	c 9) vallst: 999.000000
16.58/16.70	c 10) zchaff_rand: 999.000000
16.58/16.70	c satzilla running vallst with preprocessing ... 
1199.54/1200.12	c Preprocessing...
1199.54/1200.12	c Inital problem has 8713 variables, 88833 nary clauses (325818 binary clauses).
1199.54/1200.12	c Num non-binary clauses 88833, Average non-binary clause length 3.530
1199.54/1200.12	c Theory has no gaps
1199.54/1200.12	c Preprocessor runtime was 5.620 seconds.
1199.54/1200.12	c 
1199.54/1200.12	c Satisfiability of theory still undetermined.
1199.54/1200.12	c See file /tmp/t7pFlf for simplified theory.
1199.54/1200.12	c Bin: Executing vallst
1199.54/1200.12	c child exit by a signal
1199.54/1200.12	c vallst returned code 137.
1199.54/1200.12	c vallst returned code 137.
1199.54/1200.12	c satzilla running minisat20 ... 
1199.54/1200.12	c Bin: Executing minisat20
1199.54/1200.12	c minisat20 returned code 1.
1199.54/1200.12	c minisat20 returned code 1.
1199.54/1200.12	c satzilla running march_dl with preprocessing ... 
1199.54/1200.12	c Bin: Executing march_dl
1199.54/1200.12	c march_dl returned code 1.
1199.54/1200.12	c march_dl returned code 1.
1199.54/1200.12	c satzilla running march_dl ... 
1199.54/1200.12	c Bin: Executing march_dl
1199.54/1200.12	c march_dl returned code 1.
1199.54/1200.12	c march_dl returned code 1.
1199.54/1200.12	c satzilla running minisat20 with preprocessing ... 
1199.54/1200.12	c Bin: Executing minisat20
1199.54/1200.12	c minisat20 returned code 1.
1199.54/1200.12	c minisat20 returned code 1.
1199.54/1200.12	c satzilla running zchaff_rand with preprocessing ... 
1199.54/1200.12	c Bin: Executing zchaff_rand
1199.54/1200.12	c zchaff_rand returned code 1.
1199.54/1200.12	c zchaff_rand returned code 1.
1199.54/1200.12	c satzilla running kcnfs with preprocessing ... 
1199.54/1200.12	c Bin: Executing kcnfs
1199.54/1200.12	c kcnfs returned code 1.
1199.54/1200.12	c kcnfs returned code 1.
1199.54/1200.12	c satzilla running kcnfs ... 
1199.54/1200.12	c Bin: Executing kcnfs
1199.54/1200.12	c kcnfs returned code 1.
1199.54/1200.12	c kcnfs returned code 1.
1199.54/1200.12	c satzilla running vallst ... 
1199.54/1200.12	c Bin: Executing vallst
1199.54/1200.12	c vallst returned code 1.
1199.54/1200.12	c vallst returned code 1.
1199.54/1200.12	c satzilla running zchaff_rand ... 
1199.54/1200.13	c Bin: Executing zchaff_rand
1199.54/1200.13	c zchaff_rand returned code 1.
1199.54/1200.13	c zchaff_rand returned code 1.
1199.54/1200.13	c ERROR: All Failed! 
1199.54/1200.13	c SATZILLA_TIME=1199.760000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731759-1240774135/watcher-1731759-1240774135 -o /tmp/evaluation-result-1731759-1240774135/solver-1731759-1240774135 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1731759-1240774135.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 29981
/proc/meminfo: memFree=1713032/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=0
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105447550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 110 95 260 0 84 0
[pid=29982] ppid=29981 vsize=4308 CPUtime=0
/proc/29982/stat : 29982 (march_dl) R 29981 29981 29465 0 -1 4194304 599 0 0 0 0 0 0 0 18 0 1 0 105447550 4411392 594 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29982/statm: 1077 594 50 118 0 956 0

[startup+0.0426839 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 29981
/proc/meminfo: memFree=1713032/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=0
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105447550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 110 95 260 0 84 0
[pid=29982] ppid=29981 vsize=4968 CPUtime=0.03
/proc/29982/stat : 29982 (march_dl) R 29981 29981 29465 0 -1 4194304 780 0 0 0 3 0 0 0 18 0 1 0 105447550 5087232 775 1992294400 134512640 134996440 4294956240 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29982/statm: 1242 777 50 118 0 1121 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6408

[startup+0.101694 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 29981
/proc/meminfo: memFree=1713032/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=0
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105447550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 110 95 260 0 84 0
[pid=29982] ppid=29981 vsize=5892 CPUtime=0.09
/proc/29982/stat : 29982 (march_dl) R 29981 29981 29465 0 -1 4194304 1070 0 0 0 9 0 0 0 18 0 1 0 105447550 6033408 1065 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29982/statm: 1473 1065 50 118 0 1352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7332

[startup+0.301728 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 29981
/proc/meminfo: memFree=1713032/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=0
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105447550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 110 95 260 0 84 0
[pid=29982] ppid=29981 vsize=9060 CPUtime=0.29
/proc/29982/stat : 29982 (march_dl) R 29981 29981 29465 0 -1 4194304 2044 0 0 0 28 1 0 0 19 0 1 0 105447550 9277440 2039 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29982/statm: 2265 2039 50 118 0 2144 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10500

[startup+0.701798 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 29981
/proc/meminfo: memFree=1713032/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=0
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105447550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 110 95 260 0 84 0
[pid=29982] ppid=29981 vsize=20228 CPUtime=0.69
/proc/29982/stat : 29982 (march_dl) R 29981 29981 29465 0 -1 4194304 5032 0 0 0 67 2 0 0 23 0 1 0 105447550 20713472 3223 1992294400 134512640 134996440 4294956240 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29982/statm: 5057 3224 53 118 0 4936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21668

[startup+1.50194 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 29983
/proc/meminfo: memFree=1693432/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=0
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105447550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 110 95 260 0 84 0
[pid=29982] ppid=29981 vsize=33544 CPUtime=1.49
/proc/29982/stat : 29982 (march_dl) R 29981 29981 29465 0 -1 4194304 22918 0 0 0 138 11 0 0 25 0 1 0 105447550 34349056 6664 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29982/statm: 8386 6664 65 118 0 8265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34984

[startup+3.10122 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 29983
/proc/meminfo: memFree=1687416/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=0
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105447550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 110 95 260 0 84 0
[pid=29982] ppid=29981 vsize=44876 CPUtime=3.09
/proc/29982/stat : 29982 (march_dl) R 29981 29981 29465 0 -1 4194304 37314 0 0 0 292 17 0 0 25 0 1 0 105447550 45953024 9500 1992294400 134512640 134996440 4294956240 18446744073709551615 134543118 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29982/statm: 11219 9500 65 118 0 11098 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46316

[startup+6.30178 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 29984
/proc/meminfo: memFree=1706232/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=1440 CPUtime=5
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 135 48595 0 0 0 0 477 23 16 0 1 0 105447550 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 360 111 96 260 0 84 0
[pid=29984] ppid=29981 vsize=30788 CPUtime=1.28
/proc/29984/stat : 29984 (ubcsat2006) R 29981 29981 29465 0 -1 4194304 5163 0 0 0 125 3 0 0 25 0 1 0 105448051 31526912 5146 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29984/statm: 7697 5146 156 64 0 7278 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32228

[startup+12.7019 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 29984
/proc/meminfo: memFree=1694656/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=19668 CPUtime=12.68
/proc/29981/stat : 29981 (SATzilla2007_C) R 29979 29981 29465 0 -1 4194304 10493 53764 0 0 512 4 723 29 25 0 1 0 105447550 20140032 4705 1992294400 134512640 135579813 4294956208 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 0 0 0
/proc/29981/statm: 4917 4705 124 260 0 4641 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19668

[startup+25.5011 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 29985
/proc/meminfo: memFree=1636536/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=15528 CPUtime=2.71
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 3331 0 0 0 265 6 0 0 25 0 1 0 105449828 15900672 3315 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 3882 3315 135 55 0 3472 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 71128

[startup+51.1016 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 29985
/proc/meminfo: memFree=1635384/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=22624 CPUtime=28.3
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 3648 0 0 0 2785 45 0 0 25 0 1 0 105449828 23166976 3632 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 5656 3632 150 55 0 5246 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 78224

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29985
/proc/meminfo: memFree=1634296/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=22956 CPUtime=79.47
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 3915 0 0 0 7852 95 0 0 25 0 1 0 105449828 23506944 3897 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 5739 3897 150 55 0 5329 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 78556

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29985
/proc/meminfo: memFree=1633528/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=24188 CPUtime=139.44
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 4132 0 0 0 13799 145 0 0 25 0 1 0 105449828 24768512 4114 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 6047 4114 151 55 0 5637 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 79788

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29985
/proc/meminfo: memFree=1632440/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=24896 CPUtime=199.42
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 4388 0 0 0 19746 196 0 0 25 0 1 0 105449828 25493504 4370 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 6224 4370 151 55 0 5814 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 80496

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29985
/proc/meminfo: memFree=1630840/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=26244 CPUtime=259.41
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 4793 0 0 0 25700 241 0 0 25 0 1 0 105449828 26873856 4774 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 6561 4774 151 55 0 6151 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 81844

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29985
/proc/meminfo: memFree=1630072/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=27476 CPUtime=319.38
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 4994 0 0 0 31664 274 0 0 25 0 1 0 105449828 28135424 4975 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 6869 4975 151 55 0 6459 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 83076


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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29987
/proc/meminfo: memFree=1627704/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=28172 CPUtime=739.21
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 5536 0 0 0 73423 498 0 0 25 0 1 0 105449828 28848128 5511 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7043 5511 151 55 0 6633 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 83772

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29987
/proc/meminfo: memFree=1627640/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=28212 CPUtime=799.18
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 5546 0 0 0 79394 524 0 0 25 0 1 0 105449828 28889088 5521 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7053 5521 151 55 0 6643 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 83812

[startup+882.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1627064/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29200 CPUtime=859.15
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 5688 0 0 0 85367 548 0 0 25 0 1 0 105449828 29900800 5663 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7300 5663 151 55 0 6890 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 84800

[startup+942.303 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 29987
/proc/meminfo: memFree=1626552/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29328 CPUtime=919.12
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 5819 0 0 0 91340 572 0 0 25 0 1 0 105449828 30031872 5794 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7332 5794 151 55 0 6922 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 84928

[startup+1002.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 29987
/proc/meminfo: memFree=1626360/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29476 CPUtime=979.08
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 5858 0 0 0 97311 597 0 0 25 0 1 0 105449828 30183424 5833 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7369 5833 151 55 0 6959 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 85076

[startup+1062.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 29987
/proc/meminfo: memFree=1625912/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29572 CPUtime=1039.06
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 5982 0 0 0 103284 622 0 0 25 0 1 0 105449828 30281728 5957 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7393 5957 151 55 0 6983 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 85172

[startup+1122.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 29987
/proc/meminfo: memFree=1625656/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29656 CPUtime=1099.03
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6042 0 0 0 109254 649 0 0 25 0 1 0 105449828 30367744 6017 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7414 6017 151 55 0 7004 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 85256

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1625336/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29728 CPUtime=1159
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6139 0 0 0 115231 669 0 0 25 0 1 0 105449828 30441472 6114 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7432 6114 151 55 0 7022 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 85328

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

[startup+1190.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1625272/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29788 CPUtime=1166.99
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6143 0 0 0 116027 672 0 0 25 0 1 0 105449828 30502912 6118 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7447 6118 151 55 0 7037 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 85388

[startup+1196.7 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1625208/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29788 CPUtime=1173.39
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6144 0 0 0 116665 674 0 0 25 0 1 0 105449828 30502912 6119 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7447 6119 151 55 0 7037 0
Current children cumulated CPU time (s) 1196.13
Current children cumulated vsize (KiB) 85388

[startup+1198.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1625208/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29788 CPUtime=1174.99
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6148 0 0 0 116824 675 0 0 25 0 1 0 105449828 30502912 6123 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7447 6123 151 55 0 7037 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 85388

[startup+1199.1 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1625208/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29788 CPUtime=1175.8
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6148 0 0 0 116904 676 0 0 25 0 1 0 105449828 30502912 6123 1992294400 134512640 134738160 4294956272 18446744073709551615 134588727 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7447 6123 151 55 0 7037 0
Current children cumulated CPU time (s) 1198.54
Current children cumulated vsize (KiB) 85388

[startup+1199.9 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1625208/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29788 CPUtime=1176.59
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6148 0 0 0 116983 676 0 0 25 0 1 0 105449828 30502912 6123 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7447 6123 151 55 0 7037 0
Current children cumulated CPU time (s) 1199.33
Current children cumulated vsize (KiB) 85388

[startup+1200.11 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29987
/proc/meminfo: memFree=1625208/2055920 swapFree=4181848/4192956
[pid=29981] ppid=29979 vsize=55600 CPUtime=22.74
/proc/29981/stat : 29981 (SATzilla2007_C) S 29979 29981 29465 0 -1 4194304 29174 53764 0 0 1501 21 723 29 25 0 1 0 105447550 56934400 13593 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29981/statm: 13900 13593 165 260 0 13624 0
[pid=29985] ppid=29981 vsize=29788 CPUtime=1176.8
/proc/29985/stat : 29985 (vallst) R 29981 29981 29465 0 -1 4194304 6148 0 0 0 117004 676 0 0 25 0 1 0 105449828 30502912 6123 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/29985/statm: 7447 6123 151 55 0 7037 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 85388

Child status: 17
Real time (s): 1200.14
CPU time (s): 1199.6
CPU user time (s): 1192.31
CPU system time (s): 7.29189
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 85488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1192.31
system time used= 7.29189
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89099
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= 11
involuntary context switches= 1961

runsolver used 0.98285 second user time and 3.39148 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-26 21:28:56
IDJOB=1731759
IDBENCH=70927
IDSOLVER=558
FILE ID=node4/1731759-1240774135
PBS_JOBID= 9187169
Free space on /tmp= 66252 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/edgematching/all/em_11_3_4_all.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731759-1240774135/watcher-1731759-1240774135 -o /tmp/evaluation-result-1731759-1240774135/solver-1731759-1240774135 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1731759-1240774135.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b5f22052db8fb297f6b37016642b1821
RANDOM SEED=1664076874

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.265
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.265
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:       1713576 kB
Buffers:         43632 kB
Cached:         235008 kB
SwapCached:       5192 kB
Active:          99216 kB
Inactive:       187588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713576 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:           14768 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            41580 kB
Committed_AS:   534696 kB
PageTables:       1468 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= 66244 MiB
End job on node4 at 2009-04-26 21:48:56