Trace number 1785525

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) 4999.11 5001.46

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_14_7_3_fbc.cnf
MD5SUM4fe2719d54370e06a454523e5441fbad
Bench CategoryCRAFTED (crafted 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 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.489058
15.77/15.80	c 2) minisat20+P: 3.905342
15.77/15.80	c 3) minisat20: 4.417643
15.77/15.80	c 4) march_dl+P: 5.867771
15.77/15.80	c 5) march_dl: 9.625102
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 ... 
4999.02/5001.43	c Preprocessing...
4999.02/5001.43	c Inital problem has 24356 variables, 228276 nary clauses (118940 binary clauses).
4999.02/5001.43	c Num non-binary clauses 228276, Average non-binary clause length 3.531
4999.02/5001.43	c Theory has no gaps
4999.02/5001.43	c Preprocessor runtime was 20.530 seconds.
4999.02/5001.43	c 
4999.02/5001.43	c Satisfiability of theory still undetermined.
4999.02/5001.43	c See file /tmp/VYR8SZ for simplified theory.
4999.02/5001.43	c Bin: Executing vallst
4999.02/5001.43	c child exit by a signal
4999.02/5001.43	c vallst returned code 137.
4999.02/5001.43	c vallst returned code 137.
4999.02/5001.43	c satzilla running minisat20 with preprocessing ... 
4999.02/5001.43	c Bin: Executing minisat20
4999.02/5001.43	c minisat20 returned code 1.
4999.02/5001.43	c minisat20 returned code 1.
4999.02/5001.43	c satzilla running minisat20 ... 
4999.02/5001.43	c Bin: Executing minisat20
4999.02/5001.43	c minisat20 returned code 1.
4999.02/5001.43	c minisat20 returned code 1.
4999.02/5001.43	c satzilla running march_dl with preprocessing ... 
4999.02/5001.43	c Bin: Executing march_dl
4999.02/5001.43	c march_dl returned code 1.
4999.02/5001.43	c march_dl returned code 1.
4999.02/5001.43	c satzilla running march_dl ... 
4999.02/5001.43	c Bin: Executing march_dl
4999.02/5001.43	c march_dl returned code 1.
4999.02/5001.43	c march_dl returned code 1.
4999.02/5001.43	c satzilla running zchaff_rand with preprocessing ... 
4999.02/5001.43	c Bin: Executing zchaff_rand
4999.02/5001.43	c zchaff_rand returned code 1.
4999.02/5001.43	c zchaff_rand returned code 1.
4999.02/5001.43	c satzilla running kcnfs with preprocessing ... 
4999.02/5001.43	c Bin: Executing kcnfs
4999.02/5001.43	c kcnfs returned code 1.
4999.02/5001.43	c kcnfs returned code 1.
4999.02/5001.43	c satzilla running kcnfs ... 
4999.02/5001.43	c Bin: Executing kcnfs
4999.02/5001.43	c kcnfs returned code 1.
4999.02/5001.43	c kcnfs returned code 1.
4999.02/5001.43	c satzilla running vallst ... 
4999.02/5001.43	c Bin: Executing vallst
4999.02/5001.43	c vallst returned code 1.
4999.02/5001.43	c vallst returned code 1.
4999.02/5001.43	c satzilla running zchaff_rand ... 
4999.02/5001.44	c Bin: Executing zchaff_rand
4999.02/5001.44	c zchaff_rand returned code 1.
4999.02/5001.44	c zchaff_rand returned code 1.
4999.02/5001.44	c ERROR: All Failed! 
4999.02/5001.44	c SATZILLA_TIME=4999.830000

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-1785525-1241915180/watcher-1785525-1241915180 -o /tmp/evaluation-result-1785525-1241915180/solver-1785525-1241915180 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785525-1241915180.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.01 1.00 1.00 3/64 5143
/proc/meminfo: memFree=1866028/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=0
/proc/5143/stat : 5143 (SATzilla2007_C) R 5141 5143 5106 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 219550648 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/5143/statm: 360 110 95 260 0 84 0
[pid=5144] ppid=5143 vsize=4268 CPUtime=0
/proc/5144/stat : 5144 (march_dl) R 5143 5143 5106 0 -1 4194304 593 0 0 0 0 0 0 0 18 0 1 0 219550648 4370432 588 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5144/statm: 1067 590 49 118 0 946 0

[startup+0.07023 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 5143
/proc/meminfo: memFree=1866028/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=0
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 219550648 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5143/statm: 360 110 95 260 0 84 0
[pid=5144] ppid=5143 vsize=5544 CPUtime=0.06
/proc/5144/stat : 5144 (march_dl) R 5143 5143 5106 0 -1 4194304 983 0 0 0 6 0 0 0 19 0 1 0 219550648 5677056 978 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5144/statm: 1386 978 50 118 0 1265 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6984

[startup+0.101232 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 5143
/proc/meminfo: memFree=1866028/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=0
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 219550648 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5143/statm: 360 110 95 260 0 84 0
[pid=5144] ppid=5143 vsize=5940 CPUtime=0.09
/proc/5144/stat : 5144 (march_dl) R 5143 5143 5106 0 -1 4194304 1097 0 0 0 9 0 0 0 19 0 1 0 219550648 6082560 1092 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5144/statm: 1485 1092 50 118 0 1364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7380

[startup+0.301254 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 5143
/proc/meminfo: memFree=1866028/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=0
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 219550648 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5143/statm: 360 110 95 260 0 84 0
[pid=5144] ppid=5143 vsize=8316 CPUtime=0.28
/proc/5144/stat : 5144 (march_dl) R 5143 5143 5106 0 -1 4194304 1822 0 0 0 28 0 0 0 21 0 1 0 219550648 8515584 1817 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5144/statm: 2079 1817 50 118 0 1958 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9756

[startup+0.701298 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 5143
/proc/meminfo: memFree=1866028/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=0
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 219550648 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5143/statm: 360 110 95 260 0 84 0
[pid=5144] ppid=5143 vsize=20348 CPUtime=0.68
/proc/5144/stat : 5144 (march_dl) R 5143 5143 5106 0 -1 4194304 5063 0 0 0 67 1 0 0 25 0 1 0 219550648 20836352 3495 1992294400 134512640 134996440 4294956256 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5144/statm: 5087 3495 53 118 0 4966 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21788

[startup+1.50139 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5145
/proc/meminfo: memFree=1844252/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=0
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 219550648 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5143/statm: 360 110 95 260 0 84 0
[pid=5144] ppid=5143 vsize=37844 CPUtime=1.49
/proc/5144/stat : 5144 (march_dl) R 5143 5143 5106 0 -1 4194304 19717 0 0 0 141 8 0 0 25 0 1 0 219550648 38752256 7914 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5144/statm: 9461 7914 65 118 0 9340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39284

[startup+3.10157 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5145
/proc/meminfo: memFree=1827484/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=0
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 219550648 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5143/statm: 360 110 95 260 0 84 0
[pid=5144] ppid=5143 vsize=86356 CPUtime=3.09
/proc/5144/stat : 5144 (march_dl) R 5143 5143 5106 0 -1 4194304 33114 0 0 0 296 13 0 0 25 0 1 0 219550648 88428544 20097 1992294400 134512640 134996440 4294956256 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5144/statm: 21589 20097 65 118 0 21468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87796

[startup+6.30193 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5146
/proc/meminfo: memFree=1860060/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=1440 CPUtime=5
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 135 33257 0 0 0 0 486 14 16 0 1 0 219550648 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 360 111 96 260 0 84 0
[pid=5146] ppid=5143 vsize=26688 CPUtime=1.27
/proc/5146/stat : 5146 (ubcsat2006) R 5143 5143 5106 0 -1 4194304 5026 0 0 0 125 2 0 0 25 0 1 0 219551149 27328512 5009 1992294400 134512640 134777720 4294956112 18446744073709551615 134553140 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5146/statm: 6672 5009 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.00 1.00 1.00 2/65 5146
/proc/meminfo: memFree=1845348/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=44380 CPUtime=12.67
/proc/5143/stat : 5143 (SATzilla2007_C) R 5141 5143 5106 0 -1 4194304 14777 38289 0 0 507 7 735 18 25 0 1 0 219550648 45445120 9679 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/5143/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.00 1.00 1.00 2/65 5146
/proc/meminfo: memFree=1794340/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=74372 CPUtime=25.47
/proc/5143/stat : 5143 (SATzilla2007_C) R 5141 5143 5106 0 -1 4194304 32227 38289 0 0 1773 21 735 18 25 0 1 0 219550648 76156928 17881 1992294400 134512640 135579813 4294956224 18446744073709551615 134589851 0 0 4096 0 0 0 0 17 0 0 0
/proc/5143/statm: 18593 17881 164 260 0 18317 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 74372

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5147
/proc/meminfo: memFree=1739036/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=50416 CPUtime=14.21
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 7799 0 1 0 1393 28 0 0 25 0 1 0 219554333 51625984 7782 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 12604 7782 151 55 0 12194 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 125652

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5147
/proc/meminfo: memFree=1736924/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=51320 CPUtime=65.37
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 8336 0 1 0 6441 96 0 0 25 0 1 0 219554333 52551680 8304 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 12830 8304 151 55 0 12420 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 126556

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5147
/proc/meminfo: memFree=1730716/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=52012 CPUtime=125.33
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 9939 0 1 0 12375 158 0 0 25 0 1 0 219554333 53260288 9900 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 13003 9900 151 55 0 12593 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 127248

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5147
/proc/meminfo: memFree=1729820/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=52528 CPUtime=185.31
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 10153 0 1 0 18311 220 0 0 25 0 1 0 219554333 53788672 10108 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 13132 10108 151 55 0 12722 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 127764

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5147
/proc/meminfo: memFree=1719772/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=53024 CPUtime=245.28
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 12677 0 1 0 24260 268 0 0 25 0 1 0 219554333 54296576 12628 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 13256 12628 151 55 0 12846 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 128260

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5147
/proc/meminfo: memFree=1719004/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=53628 CPUtime=305.25
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 12861 0 1 0 30202 323 0 0 25 0 1 0 219554333 54915072 12811 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 13407 12811 151 55 0 12997 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 128864

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5147
/proc/meminfo: memFree=1717916/2055920 swapFree=4181220/4192956

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1683676/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=86608 CPUtime=4683.25
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21240 0 1 0 465914 2411 0 0 25 0 1 0 219554333 88686592 21158 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 21652 21158 151 55 0 21242 0
Current children cumulated CPU time (s) 4720.06
Current children cumulated vsize (KiB) 161844

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1683356/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=87096 CPUtime=4743.22
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21335 0 1 0 471881 2441 0 0 25 0 1 0 219554333 89186304 21250 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 21774 21250 151 55 0 21364 0
Current children cumulated CPU time (s) 4780.03
Current children cumulated vsize (KiB) 162332

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1683036/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=87372 CPUtime=4803.19
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21411 0 1 0 477846 2473 0 0 25 0 1 0 219554333 89468928 21321 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 21843 21321 151 55 0 21433 0
Current children cumulated CPU time (s) 4840
Current children cumulated vsize (KiB) 162608

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682588/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=87836 CPUtime=4863.16
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21532 0 1 0 483812 2504 0 0 25 0 1 0 219554333 89944064 21440 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 21959 21440 151 55 0 21549 0
Current children cumulated CPU time (s) 4899.97
Current children cumulated vsize (KiB) 163072

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682268/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88088 CPUtime=4923.13
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21605 0 1 0 489773 2540 0 0 25 0 1 0 219554333 90202112 21510 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22022 21510 151 55 0 21612 0
Current children cumulated CPU time (s) 4959.94
Current children cumulated vsize (KiB) 163324

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682268/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88088 CPUtime=4927.13
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21606 0 1 0 490171 2542 0 0 25 0 1 0 219554333 90202112 21511 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22022 21511 151 55 0 21612 0
Current children cumulated CPU time (s) 4963.94
Current children cumulated vsize (KiB) 163324

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682268/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88088 CPUtime=4939.92
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21615 0 1 0 491444 2548 0 0 25 0 1 0 219554333 90202112 21520 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22022 21520 151 55 0 21612 0
Current children cumulated CPU time (s) 4976.73
Current children cumulated vsize (KiB) 163324

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682204/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88220 CPUtime=4952.71
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21626 0 1 0 492716 2555 0 0 25 0 1 0 219554333 90337280 21531 1992294400 134512640 134738160 4294956288 18446744073709551615 134576032 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22055 21531 151 55 0 21645 0
Current children cumulated CPU time (s) 4989.52
Current children cumulated vsize (KiB) 163456

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682204/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88220 CPUtime=4959.12
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21628 0 1 0 493355 2557 0 0 25 0 1 0 219554333 90337280 21533 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22055 21533 151 55 0 21645 0
Current children cumulated CPU time (s) 4995.93
Current children cumulated vsize (KiB) 163456

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682204/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88220 CPUtime=4960.71
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21628 0 1 0 493513 2558 0 0 25 0 1 0 219554333 90337280 21533 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22055 21533 151 55 0 21645 0
Current children cumulated CPU time (s) 4997.52
Current children cumulated vsize (KiB) 163456

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682204/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88220 CPUtime=4961.51
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21628 0 1 0 493593 2558 0 0 25 0 1 0 219554333 90337280 21533 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22055 21533 151 55 0 21645 0
Current children cumulated CPU time (s) 4998.32
Current children cumulated vsize (KiB) 163456

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682204/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88220 CPUtime=4961.91
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21628 0 1 0 493633 2558 0 0 25 0 1 0 219554333 90337280 21533 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22055 21533 151 55 0 21645 0
Current children cumulated CPU time (s) 4998.72
Current children cumulated vsize (KiB) 163456

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682204/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88220 CPUtime=4962.11
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21628 0 1 0 493653 2558 0 0 25 0 1 0 219554333 90337280 21533 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22055 21533 151 55 0 21645 0
Current children cumulated CPU time (s) 4998.92
Current children cumulated vsize (KiB) 163456

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5157
/proc/meminfo: memFree=1682204/2055920 swapFree=4181220/4192956
[pid=5143] ppid=5141 vsize=75236 CPUtime=36.81
/proc/5143/stat : 5143 (SATzilla2007_C) S 5141 5143 5106 0 -1 4194304 32711 38289 0 0 2894 34 735 18 25 0 1 0 219550648 77041664 18098 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5143/statm: 18809 18098 165 260 0 18533 0
[pid=5147] ppid=5143 vsize=88220 CPUtime=4962.21
/proc/5147/stat : 5147 (vallst) R 5143 5143 5106 0 -1 4194304 21628 0 1 0 493663 2558 0 0 25 0 1 0 219554333 90337280 21533 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/5147/statm: 22055 21533 151 55 0 21645 0
Current children cumulated CPU time (s) 4999.02
Current children cumulated vsize (KiB) 163456

Child status: 17
Real time (s): 5001.46
CPU time (s): 4999.11
CPU user time (s): 4972.96
CPU system time (s): 26.149
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 163472

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

runsolver used 3.9124 second user time and 14.2798 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-10 02:26:21
IDJOB=1785525
IDBENCH=70932
IDSOLVER=640
FILE ID=node35/1785525-1241915180
PBS_JOBID= 9264878
Free space on /tmp= 66288 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-1785525-1241915180/watcher-1785525-1241915180 -o /tmp/evaluation-result-1785525-1241915180/solver-1785525-1241915180 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785525-1241915180.cnf            

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

MD5SUM BENCH= 4fe2719d54370e06a454523e5441fbad
RANDOM SEED=2094350212

node35.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.214
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.214
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:       1866516 kB
Buffers:         44032 kB
Cached:          98468 kB
SwapCached:       6148 kB
Active:          75252 kB
Inactive:        75640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866516 kB
SwapTotal:     4192956 kB
SwapFree:      4181220 kB
Dirty:           15624 kB
Writeback:           0 kB
Mapped:          13380 kB
Slab:            24560 kB
Committed_AS:   797864 kB
PageTables:       1396 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= 66280 MiB
End job on node35 at 2009-05-10 03:49:42