Trace number 1731774

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.74 1203.14

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_14_7_3_fbc.cnf
MD5SUM4fe2719d54370e06a454523e5441fbad
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark496.332
Satisfiable
(Un)Satisfiability was proved
Number of variables24356
Number of clauses347216
Sum of the clauses size1043884
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118940
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

Solver Data

15.77/15.80	c run March_dl for 5 seconds ... 
15.77/15.80	c Bin: Executing march_dl
15.77/15.80	c child exit by a signal
15.77/15.80	c march_dl returned code 137.
15.77/15.80	c run saps (UBCSAT implementation) for 2 seconds ... 
15.77/15.80	c Bin: Executing ubcsat2006
15.77/15.80	c child exited successfully
15.77/15.80	c ubcsat2006 returned code 0.
15.77/15.80	c satzilla computing base features
15.77/15.80	c satzilla doing unit-prop probe
15.77/15.80	c satzilla doing local search probe
15.77/15.80	c satzilla doing lobjois search-space size estimate
15.77/15.80	c satzilla's ranking:
15.77/15.80	c 1) vallst+P: 1.452705
15.77/15.80	c 2) minisat20+P: 4.179824
15.77/15.80	c 3) minisat20: 4.638470
15.77/15.80	c 4) march_dl+P: 5.690781
15.77/15.80	c 5) march_dl: 9.395407
15.77/15.80	c 6) zchaff_rand+P: 12.124792
15.77/15.80	c 7) kcnfs+P: 999.000000
15.77/15.80	c 8) kcnfs: 999.000000
15.77/15.80	c 9) vallst: 999.000000
15.77/15.80	c 10) zchaff_rand: 999.000000
15.77/15.80	c satzilla running vallst with preprocessing ... 
1199.68/1203.11	c Preprocessing...
1199.68/1203.11	c Inital problem has 24356 variables, 228276 nary clauses (118940 binary clauses).
1199.68/1203.11	c Num non-binary clauses 228276, Average non-binary clause length 3.531
1199.68/1203.11	c Theory has no gaps
1199.68/1203.11	c Preprocessor runtime was 20.580 seconds.
1199.68/1203.11	c 
1199.68/1203.11	c Satisfiability of theory still undetermined.
1199.68/1203.11	c See file /tmp/beAexl for simplified theory.
1199.68/1203.11	c Bin: Executing vallst
1199.68/1203.11	c child exit by a signal
1199.68/1203.11	c vallst returned code 137.
1199.68/1203.11	c vallst returned code 137.
1199.68/1203.11	c satzilla running minisat20 with preprocessing ... 
1199.68/1203.11	c Bin: Executing minisat20
1199.68/1203.11	c minisat20 returned code 1.
1199.68/1203.11	c minisat20 returned code 1.
1199.68/1203.11	c satzilla running minisat20 ... 
1199.68/1203.11	c Bin: Executing minisat20
1199.68/1203.11	c minisat20 returned code 1.
1199.68/1203.11	c minisat20 returned code 1.
1199.68/1203.11	c satzilla running march_dl with preprocessing ... 
1199.68/1203.11	c Bin: Executing march_dl
1199.68/1203.11	c march_dl returned code 1.
1199.68/1203.11	c march_dl returned code 1.
1199.68/1203.11	c satzilla running march_dl ... 
1199.68/1203.11	c Bin: Executing march_dl
1199.68/1203.11	c march_dl returned code 1.
1199.68/1203.11	c march_dl returned code 1.
1199.68/1203.11	c satzilla running zchaff_rand with preprocessing ... 
1199.68/1203.11	c Bin: Executing zchaff_rand
1199.68/1203.11	c zchaff_rand returned code 1.
1199.68/1203.11	c zchaff_rand returned code 1.
1199.68/1203.11	c satzilla running kcnfs with preprocessing ... 
1199.68/1203.11	c Bin: Executing kcnfs
1199.68/1203.11	c kcnfs returned code 1.
1199.68/1203.11	c kcnfs returned code 1.
1199.68/1203.11	c satzilla running kcnfs ... 
1199.68/1203.11	c Bin: Executing kcnfs
1199.68/1203.11	c kcnfs returned code 1.
1199.68/1203.11	c kcnfs returned code 1.
1199.68/1203.11	c satzilla running vallst ... 
1199.68/1203.11	c Bin: Executing vallst
1199.68/1203.11	c vallst returned code 1.
1199.68/1203.11	c vallst returned code 1.
1199.68/1203.11	c satzilla running zchaff_rand ... 
1199.68/1203.13	c Bin: Executing zchaff_rand
1199.68/1203.13	c zchaff_rand returned code 1.
1199.68/1203.13	c zchaff_rand returned code 1.
1199.68/1203.13	c ERROR: All Failed! 
1199.68/1203.13	c SATZILLA_TIME=1199.880000

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-1731774-1240774241/watcher-1731774-1240774241 -o /tmp/evaluation-result-1731774-1240774241/solver-1731774-1240774241 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1731774-1240774241.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.02 1.02 1.06 3/65 25498
/proc/meminfo: memFree=1408432/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=0
/proc/25498/stat : 25498 (SATzilla2007_C) R 25496 25498 25009 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 105454572 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/25498/statm: 360 110 95 260 0 84 0
[pid=25499] ppid=25498 vsize=4268 CPUtime=0
/proc/25499/stat : 25499 (march_dl) R 25498 25498 25009 0 -1 4194304 571 0 0 0 0 0 0 0 18 0 1 0 105454572 4370432 566 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25499/statm: 1067 569 49 118 0 946 0

[startup+0.037142 s]
/proc/loadavg: 1.02 1.02 1.06 3/65 25498
/proc/meminfo: memFree=1408432/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=0
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105454572 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 360 110 95 260 0 84 0
[pid=25499] ppid=25498 vsize=5148 CPUtime=0.03
/proc/25499/stat : 25499 (march_dl) R 25498 25498 25009 0 -1 4194304 865 0 0 0 3 0 0 0 19 0 1 0 105454572 5271552 860 1992294400 134512640 134996440 4294956240 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25499/statm: 1287 860 50 118 0 1166 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6588

[startup+0.101152 s]
/proc/loadavg: 1.02 1.02 1.06 3/65 25498
/proc/meminfo: memFree=1408432/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=0
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105454572 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 360 110 95 260 0 84 0
[pid=25499] ppid=25498 vsize=5940 CPUtime=0.09
/proc/25499/stat : 25499 (march_dl) R 25498 25498 25009 0 -1 4194304 1090 0 0 0 9 0 0 0 19 0 1 0 105454572 6082560 1085 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25499/statm: 1485 1085 50 118 0 1364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7380

[startup+0.301191 s]
/proc/loadavg: 1.02 1.02 1.06 3/65 25498
/proc/meminfo: memFree=1408432/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=0
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105454572 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 360 110 95 260 0 84 0
[pid=25499] ppid=25498 vsize=8184 CPUtime=0.29
/proc/25499/stat : 25499 (march_dl) R 25498 25498 25009 0 -1 4194304 1796 0 0 0 28 1 0 0 21 0 1 0 105454572 8380416 1791 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25499/statm: 2046 1791 50 118 0 1925 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9624

[startup+0.701271 s]
/proc/loadavg: 1.02 1.02 1.06 3/65 25498
/proc/meminfo: memFree=1408432/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=0
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105454572 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 360 110 95 260 0 84 0
[pid=25499] ppid=25498 vsize=20348 CPUtime=0.69
/proc/25499/stat : 25499 (march_dl) R 25498 25498 25009 0 -1 4194304 5063 0 0 0 67 2 0 0 25 0 1 0 105454572 20836352 3495 1992294400 134512640 134996440 4294956240 18446744073709551615 134544598 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25499/statm: 5087 3495 53 118 0 4966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21788

[startup+1.50143 s]
/proc/loadavg: 1.02 1.02 1.06 2/67 25500
/proc/meminfo: memFree=1386336/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=0
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105454572 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 360 110 95 260 0 84 0
[pid=25499] ppid=25498 vsize=37712 CPUtime=1.49
/proc/25499/stat : 25499 (march_dl) R 25498 25498 25009 0 -1 4194304 19574 0 0 0 141 8 0 0 25 0 1 0 105454572 38617088 7772 1992294400 134512640 134996440 4294956240 18446744073709551615 134551720 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25499/statm: 9428 7772 64 118 0 9307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39152

[startup+3.10174 s]
/proc/loadavg: 1.02 1.02 1.06 2/67 25500
/proc/meminfo: memFree=1370208/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=0
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105454572 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 360 110 95 260 0 84 0
[pid=25499] ppid=25498 vsize=86356 CPUtime=3.09
/proc/25499/stat : 25499 (march_dl) R 25498 25498 25009 0 -1 4194304 33114 0 0 0 295 14 0 0 25 0 1 0 105454572 88428544 20097 1992294400 134512640 134996440 4294956240 18446744073709551615 134543129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25499/statm: 21589 20097 65 118 0 21468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87796

[startup+6.30137 s]
/proc/loadavg: 1.02 1.02 1.06 2/67 25501
/proc/meminfo: memFree=1401696/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=1440 CPUtime=5
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 135 33257 0 0 0 0 485 15 16 0 1 0 105454572 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 360 111 96 260 0 84 0
[pid=25501] ppid=25498 vsize=26688 CPUtime=1.27
/proc/25501/stat : 25501 (ubcsat2006) R 25498 25498 25009 0 -1 4194304 5028 0 0 0 125 2 0 0 25 0 1 0 105455074 27328512 5011 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25501/statm: 6672 5011 156 64 0 6253 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28128

[startup+12.7016 s]
/proc/loadavg: 1.18 1.05 1.07 2/66 25501
/proc/meminfo: memFree=1387824/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=44380 CPUtime=12.67
/proc/25498/stat : 25498 (SATzilla2007_C) R 25496 25498 25009 0 -1 4194304 14777 38292 0 0 509 7 732 19 25 0 1 0 105454572 45445120 9679 1992294400 134512640 135579813 4294956208 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/25498/statm: 11095 9679 150 260 0 10819 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44380

[startup+25.5011 s]
/proc/loadavg: 1.20 1.07 1.08 2/66 25501
/proc/meminfo: memFree=1336816/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=74380 CPUtime=25.46
/proc/25498/stat : 25498 (SATzilla2007_C) R 25496 25498 25009 0 -1 4194304 32180 38292 0 0 1775 20 732 19 25 0 1 0 105454572 76165120 17878 1992294400 134512640 135579813 4294956208 18446744073709551615 134589832 0 0 4096 0 0 0 0 17 0 0 0
/proc/25498/statm: 18595 17878 164 260 0 18319 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 74380

[startup+51.1012 s]
/proc/loadavg: 1.29 1.09 1.08 2/67 25502
/proc/meminfo: memFree=1281128/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=50416 CPUtime=11.52
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 7779 0 2 0 1129 23 0 0 25 0 1 0 105458263 51625984 7764 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 12604 7764 150 55 0 12194 0
Current children cumulated CPU time (s) 48.39
Current children cumulated vsize (KiB) 125660

[startup+102.305 s]
/proc/loadavg: 1.28 1.13 1.10 2/67 25502
/proc/meminfo: memFree=1277416/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=51204 CPUtime=62.71
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 8941 0 2 0 6188 83 0 0 25 0 1 0 105458263 52432896 8910 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 12801 8910 151 55 0 12391 0
Current children cumulated CPU time (s) 99.58
Current children cumulated vsize (KiB) 126448

[startup+162.301 s]
/proc/loadavg: 1.10 1.11 1.09 2/67 25502
/proc/meminfo: memFree=1276008/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=51796 CPUtime=122.67
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 9329 0 2 0 12120 147 0 0 25 0 1 0 105458263 53039104 9291 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 12949 9291 151 55 0 12539 0
Current children cumulated CPU time (s) 159.54
Current children cumulated vsize (KiB) 127040

[startup+222.303 s]
/proc/loadavg: 1.04 1.08 1.08 2/67 25502
/proc/meminfo: memFree=1271848/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=52480 CPUtime=182.64
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 10375 0 2 0 18058 206 0 0 25 0 1 0 105458263 53739520 10331 1992294400 134512640 134738160 4294956272 18446744073709551615 134585823 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 13120 10331 151 55 0 12710 0
Current children cumulated CPU time (s) 219.51
Current children cumulated vsize (KiB) 127724

[startup+282.302 s]
/proc/loadavg: 1.01 1.07 1.08 2/67 25502
/proc/meminfo: memFree=1270952/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=53028 CPUtime=242.61
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 10609 0 2 0 24006 255 0 0 25 0 1 0 105458263 54300672 10563 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 13257 10563 151 55 0 12847 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 128272

[startup+342.301 s]
/proc/loadavg: 1.00 1.05 1.07 2/67 25502
/proc/meminfo: memFree=1261992/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=53604 CPUtime=302.57
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 12876 0 2 0 29955 302 0 0 25 0 1 0 105458263 54890496 12827 1992294400 134512640 134738160 4294956272 18446744073709551615 134585875 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/25502/statm: 13401 12827 151 55 0 12991 0
Current children cumulated CPU time (s) 339.44
Current children cumulated vsize (KiB) 128848

[startup+402.301 s]
/proc/loadavg: 1.00 1.04 1.06 2/67 25502
/proc/meminfo: memFree=1261160/2055920 swapFree=4181424/4192956

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 25504
/proc/meminfo: memFree=1255080/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=60824 CPUtime=782.24
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 14584 0 2 0 77611 613 0 0 25 0 1 0 105458263 62283776 14530 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15206 14530 151 55 0 14796 0
Current children cumulated CPU time (s) 819.11
Current children cumulated vsize (KiB) 136068

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 25504
/proc/meminfo: memFree=1254440/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=61424 CPUtime=842.21
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 14757 0 2 0 83574 647 0 0 25 0 1 0 105458263 62898176 14702 1992294400 134512640 134738160 4294956272 18446744073709551615 134585861 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15356 14702 151 55 0 14946 0
Current children cumulated CPU time (s) 879.08
Current children cumulated vsize (KiB) 136668

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 25504
/proc/meminfo: memFree=1253800/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=61700 CPUtime=902.17
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 14909 0 2 0 89536 681 0 0 25 0 1 0 105458263 63180800 14853 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15425 14853 151 55 0 15015 0
Current children cumulated CPU time (s) 939.04
Current children cumulated vsize (KiB) 136944

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 25504
/proc/meminfo: memFree=1253032/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=62228 CPUtime=962.13
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15101 0 2 0 95500 713 0 0 25 0 1 0 105458263 63721472 15045 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15557 15045 151 55 0 15147 0
Current children cumulated CPU time (s) 999
Current children cumulated vsize (KiB) 137472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1252328/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=62728 CPUtime=1022.09
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15288 0 2 0 101465 744 0 0 25 0 1 0 105458263 64233472 15232 1992294400 134512640 134738160 4294956272 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/25502/statm: 15682 15232 151 55 0 15272 0
Current children cumulated CPU time (s) 1058.96
Current children cumulated vsize (KiB) 137972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1251624/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=63280 CPUtime=1082.05
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15448 0 2 0 107424 781 0 0 25 0 1 0 105458263 64798720 15390 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15820 15390 151 55 0 15410 0
Current children cumulated CPU time (s) 1118.92
Current children cumulated vsize (KiB) 138524

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250920/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=63908 CPUtime=1142.02
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15634 0 2 0 113389 813 0 0 25 0 1 0 105458263 65441792 15576 1992294400 134512640 134738160 4294956272 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15977 15576 151 55 0 15567 0
Current children cumulated CPU time (s) 1178.89
Current children cumulated vsize (KiB) 139152

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250792/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=63908 CPUtime=1150.02
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15660 0 2 0 114184 818 0 0 25 0 1 0 105458263 65441792 15602 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15977 15602 151 55 0 15567 0
Current children cumulated CPU time (s) 1186.89
Current children cumulated vsize (KiB) 139152

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250664/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=63908 CPUtime=1156.41
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15685 0 2 0 114821 820 0 0 25 0 1 0 105458263 65441792 15627 1992294400 134512640 134738160 4294956272 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 15977 15627 151 55 0 15567 0
Current children cumulated CPU time (s) 1193.28
Current children cumulated vsize (KiB) 139152

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250664/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=64040 CPUtime=1159.6
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15692 0 2 0 115139 821 0 0 25 0 1 0 105458263 65576960 15634 1992294400 134512640 134738160 4294956272 18446744073709551615 134585297 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 16010 15634 151 55 0 15600 0
Current children cumulated CPU time (s) 1196.47
Current children cumulated vsize (KiB) 139284

[startup+1201.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250664/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=64040 CPUtime=1161.21
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15696 0 2 0 115299 822 0 0 25 0 1 0 105458263 65576960 15638 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 16010 15638 151 55 0 15600 0
Current children cumulated CPU time (s) 1198.08
Current children cumulated vsize (KiB) 139284

[startup+1202.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250664/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=64040 CPUtime=1162.01
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15698 0 2 0 115379 822 0 0 25 0 1 0 105458263 65576960 15640 1992294400 134512640 134738160 4294956272 18446744073709551615 134589831 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 16010 15640 151 55 0 15600 0
Current children cumulated CPU time (s) 1198.88
Current children cumulated vsize (KiB) 139284

[startup+1202.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250664/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=64040 CPUtime=1162.4
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15698 0 2 0 115418 822 0 0 25 0 1 0 105458263 65576960 15640 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 16010 15640 151 55 0 15600 0
Current children cumulated CPU time (s) 1199.27
Current children cumulated vsize (KiB) 139284

[startup+1203.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25504
/proc/meminfo: memFree=1250664/2055920 swapFree=4181424/4192956
[pid=25498] ppid=25496 vsize=75244 CPUtime=36.87
/proc/25498/stat : 25498 (SATzilla2007_C) S 25496 25498 25009 0 -1 4194304 32666 38292 0 0 2902 34 732 19 25 0 1 0 105454572 77049856 18095 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 18811 18095 165 260 0 18535 0
[pid=25502] ppid=25498 vsize=64040 CPUtime=1162.81
/proc/25502/stat : 25502 (vallst) R 25498 25498 25009 0 -1 4194304 15699 0 2 0 115458 823 0 0 25 0 1 0 105458263 65576960 15641 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25502/statm: 16010 15641 151 55 0 15600 0
Current children cumulated CPU time (s) 1199.68
Current children cumulated vsize (KiB) 139284

Child status: 17
Real time (s): 1203.14
CPU time (s): 1199.74
CPU user time (s): 1190.94
CPU system time (s): 8.79966
CPU usage (%): 99.7172
Max. virtual memory (cumulated for all children) (KiB): 139284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1190.94
system time used= 8.79966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86670
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 4626

runsolver used 1.03284 second user time and 3.34649 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-26 21:30:42
IDJOB=1731774
IDBENCH=70932
IDSOLVER=558
FILE ID=node77/1731774-1240774241
PBS_JOBID= 9187199
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= 4fe2719d54370e06a454523e5441fbad
RANDOM SEED=1533457206

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1408976 kB
Buffers:         67716 kB
Cached:         500164 kB
SwapCached:       5496 kB
Active:         230272 kB
Inactive:       345632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408976 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:           15520 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            57076 kB
Committed_AS:   472464 kB
PageTables:       1372 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= 66204 MiB
End job on node77 at 2009-04-26 21:50:45