Trace number 1594695

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) 1198.87 1199.25

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3421
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

11.66/11.74	c run March_dl for 5 seconds ... 
11.66/11.74	c Bin: Executing march_dl
11.66/11.74	c child exit by a signal
11.66/11.74	c march_dl returned code 137.
11.66/11.74	c run saps (UBCSAT implementation) for 2 seconds ... 
11.66/11.74	c Bin: Executing ubcsat2006
11.66/11.74	c child exited successfully
11.66/11.74	c ubcsat2006 returned code 0.
11.66/11.74	c satzilla computing base features
11.66/11.74	c satzilla doing unit-prop probe
11.66/11.74	c satzilla doing local search probe
11.66/11.74	c satzilla doing lobjois search-space size estimate
11.66/11.74	c satzilla's ranking:
11.66/11.74	c 1) vallst+P: -18.871347
11.66/11.74	c 2) minisat20+P: 1.146095
11.66/11.74	c 3) zchaff_rand+P: 4.906914
11.66/11.74	c 4) march_dl: 9.627327
11.66/11.74	c 5) minisat20: 11.982353
11.66/11.74	c 6) march_dl+P: 15.299547
11.66/11.74	c 7) kcnfs+P: 999.000000
11.66/11.74	c 8) kcnfs: 999.000000
11.66/11.74	c 9) vallst: 999.000000
11.66/11.74	c 10) zchaff_rand: 999.000000
11.66/11.74	c satzilla running vallst with preprocessing ... 
1198.79/1199.24	c Preprocessing...
1198.79/1199.24	c Inital problem has 45 variables, 38430 nary clauses (0 binary clauses).
1198.79/1199.24	c Num non-binary clauses 38430, Average non-binary clause length 11.869
1198.79/1199.24	c Theory has no gaps
1198.79/1199.24	c Preprocessor runtime was 0.160 seconds.
1198.79/1199.24	c 
1198.79/1199.24	c Satisfiability of theory still undetermined.
1198.79/1199.24	c See file /tmp/BNqVaL for simplified theory.
1198.79/1199.24	c Bin: Executing vallst
1198.79/1199.24	c child exit by a signal
1198.79/1199.24	c vallst returned code 137.
1198.79/1199.24	c vallst returned code 137.
1198.79/1199.24	c satzilla running minisat20 with preprocessing ... 
1198.79/1199.24	c Bin: Executing minisat20
1198.79/1199.24	c minisat20 returned code 1.
1198.79/1199.24	c minisat20 returned code 1.
1198.79/1199.24	c satzilla running zchaff_rand with preprocessing ... 
1198.79/1199.24	c Bin: Executing zchaff_rand
1198.79/1199.24	c zchaff_rand returned code 1.
1198.79/1199.24	c zchaff_rand returned code 1.
1198.79/1199.24	c satzilla running march_dl ... 
1198.79/1199.24	c Bin: Executing march_dl
1198.79/1199.24	c march_dl returned code 1.
1198.79/1199.24	c march_dl returned code 1.
1198.79/1199.24	c satzilla running minisat20 ... 
1198.79/1199.24	c Bin: Executing minisat20
1198.79/1199.24	c minisat20 returned code 1.
1198.79/1199.24	c minisat20 returned code 1.
1198.79/1199.24	c satzilla running march_dl with preprocessing ... 
1198.79/1199.24	c Bin: Executing march_dl
1198.79/1199.24	c march_dl returned code 1.
1198.79/1199.24	c march_dl returned code 1.
1198.79/1199.24	c satzilla running kcnfs with preprocessing ... 
1198.79/1199.24	c Bin: Executing kcnfs
1198.79/1199.24	c kcnfs returned code 1.
1198.79/1199.24	c kcnfs returned code 1.
1198.79/1199.24	c satzilla running kcnfs ... 
1198.79/1199.24	c Bin: Executing kcnfs
1198.79/1199.24	c kcnfs returned code 1.
1198.79/1199.24	c kcnfs returned code 1.
1198.79/1199.24	c satzilla running vallst ... 
1198.79/1199.24	c Bin: Executing vallst
1198.79/1199.24	c vallst returned code 1.
1198.79/1199.24	c vallst returned code 1.
1198.79/1199.24	c satzilla running zchaff_rand ... 
1198.79/1199.24	c Bin: Executing zchaff_rand
1198.79/1199.24	c zchaff_rand returned code 1.
1198.79/1199.24	c zchaff_rand returned code 1.
1198.79/1199.24	c ERROR: All Failed! 
1198.79/1199.24	c SATZILLA_TIME=1199.040000

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-1594695-1239279435/watcher-1594695-1239279435 -o /tmp/evaluation-result-1594695-1239279435/solver-1594695-1239279435 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594695-1239279435.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: 0.08 0.02 0.01 3/65 15896
/proc/meminfo: memFree=1731624/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=0
/proc/15896/stat : 15896 (SATzilla2007_C) R 15894 15896 15832 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 554277354 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/15896/statm: 360 110 95 260 0 84 0
[pid=15897] ppid=15896 vsize=940 CPUtime=0
/proc/15897/stat : 15897 (march_dl) R 15896 15896 15832 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 554277354 962560 109 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15897/statm: 235 109 50 118 0 114 0

[startup+0.0103001 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 15896
/proc/meminfo: memFree=1731624/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=0
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 554277354 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15896/statm: 360 110 95 260 0 84 0
[pid=15897] ppid=15896 vsize=1072 CPUtime=0
/proc/15897/stat : 15897 (march_dl) R 15896 15896 15832 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 554277354 1097728 132 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15897/statm: 268 132 50 118 0 147 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2512

[startup+0.101309 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 15896
/proc/meminfo: memFree=1731624/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=0
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 554277354 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15896/statm: 360 110 95 260 0 84 0
[pid=15897] ppid=15896 vsize=2392 CPUtime=0.09
/proc/15897/stat : 15897 (march_dl) R 15896 15896 15832 0 -1 4194304 493 0 0 0 9 0 0 0 19 0 1 0 554277354 2449408 488 1992294400 134512640 134996440 4294956256 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15897/statm: 598 488 50 118 0 477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3832

[startup+0.301331 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 15896
/proc/meminfo: memFree=1731624/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=0
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 554277354 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15896/statm: 360 110 95 260 0 84 0
[pid=15897] ppid=15896 vsize=7240 CPUtime=0.29
/proc/15897/stat : 15897 (march_dl) R 15896 15896 15832 0 -1 4194304 4328 0 0 0 28 1 0 0 21 0 1 0 554277354 7413760 1254 1992294400 134512640 134996440 4294956256 18446744073709551615 134543093 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15897/statm: 1810 1255 57 118 0 1689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8680

[startup+0.701376 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 15896
/proc/meminfo: memFree=1731624/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=0
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 554277354 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15896/statm: 360 110 95 260 0 84 0
[pid=15897] ppid=15896 vsize=18864 CPUtime=0.69
/proc/15897/stat : 15897 (march_dl) R 15896 15896 15832 0 -1 4194304 13595 0 0 0 64 5 0 0 24 0 1 0 554277354 19316736 2511 1992294400 134512640 134996440 4294956256 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15897/statm: 4716 2511 67 118 0 4595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20304

[startup+1.50147 s]
/proc/loadavg: 0.15 0.03 0.01 2/67 15898
/proc/meminfo: memFree=1721432/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=0
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 554277354 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15896/statm: 360 110 95 260 0 84 0
[pid=15897] ppid=15896 vsize=19264 CPUtime=1.48
/proc/15897/stat : 15897 (march_dl) R 15896 15896 15832 0 -1 4194304 13689 0 0 0 143 5 0 0 25 0 1 0 554277354 19726336 2605 1992294400 134512640 134996440 4294956256 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15897/statm: 4816 2605 67 118 0 4695 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20704

[startup+3.10165 s]
/proc/loadavg: 0.15 0.03 0.01 2/67 15898
/proc/meminfo: memFree=1720864/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=0
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 554277354 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15896/statm: 360 110 95 260 0 84 0
[pid=15897] ppid=15896 vsize=19664 CPUtime=3.08
/proc/15897/stat : 15897 (march_dl) R 15896 15896 15832 0 -1 4194304 13787 0 0 0 303 5 0 0 25 0 1 0 554277354 20135936 2703 1992294400 134512640 134996440 4294956256 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15897/statm: 4916 2703 67 118 0 4795 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21104

[startup+6.30201 s]
/proc/loadavg: 0.22 0.05 0.02 2/67 15899
/proc/meminfo: memFree=1726304/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=1440 CPUtime=4.99
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 135 13829 0 0 0 0 493 6 16 0 1 0 554277354 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 360 111 96 260 0 84 0
[pid=15899] ppid=15896 vsize=10288 CPUtime=1.28
/proc/15899/stat : 15899 (ubcsat2006) R 15896 15896 15832 0 -1 4194304 1389 0 0 0 127 1 0 0 25 0 1 0 554277854 10534912 1372 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15899/statm: 2572 1372 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7017 s]
/proc/loadavg: 0.28 0.06 0.02 2/66 15899
/proc/meminfo: memFree=1720168/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 17988

[startup+25.5012 s]
/proc/loadavg: 0.39 0.09 0.03 2/67 15900
/proc/meminfo: memFree=1715168/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=14212 CPUtime=13.4
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 1225 0 1 0 1332 8 0 0 25 0 1 0 554278559 14553088 1210 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 3553 1210 149 55 0 3143 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 32200

[startup+51.1011 s]
/proc/loadavg: 0.63 0.18 0.06 2/67 15900
/proc/meminfo: memFree=1715104/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=14212 CPUtime=39
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 1274 0 1 0 3883 17 0 0 25 0 1 0 554278559 14553088 1259 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 3553 1259 149 55 0 3143 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 32200

[startup+102.306 s]
/proc/loadavg: 0.84 0.30 0.11 2/67 15900
/proc/meminfo: memFree=1714912/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=14212 CPUtime=90.19
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 1337 0 1 0 8988 31 0 0 25 0 1 0 554278559 14553088 1322 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 3553 1322 149 55 0 3143 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 32200

[startup+162.302 s]
/proc/loadavg: 0.94 0.43 0.16 2/67 15900
/proc/meminfo: memFree=1714464/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=14372 CPUtime=150.17
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 1442 0 1 0 14966 51 0 0 25 0 1 0 554278559 14716928 1427 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 3593 1427 149 55 0 3183 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 32360

[startup+222.301 s]
/proc/loadavg: 0.98 0.53 0.21 2/67 15900
/proc/meminfo: memFree=1713888/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=15140 CPUtime=210.15
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 1576 0 1 0 20953 62 0 0 25 0 1 0 554278559 15503360 1561 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 3785 1561 149 55 0 3375 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 33128

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.26 2/67 15900
/proc/meminfo: memFree=1713696/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=15140 CPUtime=270.14
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 1618 0 1 0 26938 76 0 0 25 0 1 0 554278559 15503360 1603 1992294400 134512640 134738160 4294956288 18446744073709551615 134586040 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 3785 1603 149 55 0 3375 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 33128

[startup+342.302 s]
/proc/loadavg: 0.99 0.68 0.30 2/67 15900
/proc/meminfo: memFree=1713376/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=16388 CPUtime=330.12
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 1686 0 1 0 32922 90 0 0 25 0 1 0 554278559 16781312 1671 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 4097 1671 151 55 0 3687 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 34376


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


[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/67 15900
/proc/meminfo: memFree=1708960/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=19344 CPUtime=809.98
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 3647 0 1 0 80840 158 0 0 25 0 1 0 554278559 19808256 2724 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 4836 2724 151 55 0 4426 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 37332

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.59 2/67 15900
/proc/meminfo: memFree=1708960/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=19344 CPUtime=869.96
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 3653 0 1 0 86826 170 0 0 25 0 1 0 554278559 19808256 2730 1992294400 134512640 134738160 4294956288 18446744073709551615 134586185 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 4836 2730 151 55 0 4426 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 37332

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/67 15900
/proc/meminfo: memFree=1708896/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=19344 CPUtime=929.94
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 3653 0 1 0 92816 178 0 0 25 0 1 0 554278559 19808256 2730 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 4836 2730 151 55 0 4426 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 37332

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/67 15900
/proc/meminfo: memFree=1708832/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=19344 CPUtime=989.93
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 3657 0 1 0 98805 188 0 0 25 0 1 0 554278559 19808256 2734 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 4836 2734 151 55 0 4426 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 37332

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.65 2/67 15900
/proc/meminfo: memFree=1708896/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=19344 CPUtime=1049.91
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 3657 0 1 0 104793 198 0 0 25 0 1 0 554278559 19808256 2734 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 4836 2734 151 55 0 4426 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 37332

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/67 15900
/proc/meminfo: memFree=1705824/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=22764 CPUtime=1109.89
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4418 0 1 0 110787 202 0 0 25 0 1 0 554278559 23310336 3495 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5691 3495 151 55 0 5281 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 40752

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1708128/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=20804 CPUtime=1169.87
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4600 0 1 0 116777 210 0 0 25 0 1 0 554278559 21303296 2918 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5201 2918 151 55 0 4791 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 38792

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1707616/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=20804 CPUtime=1177.87
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4708 0 1 0 117576 211 0 0 25 0 1 0 554278559 21303296 3026 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5201 3026 151 55 0 4791 0
Current children cumulated CPU time (s) 1189.89
Current children cumulated vsize (KiB) 38792

[startup+1193.51 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1707552/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=20804 CPUtime=1181.08
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4735 0 1 0 117896 212 0 0 25 0 1 0 554278559 21303296 3053 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5201 3053 151 55 0 4791 0
Current children cumulated CPU time (s) 1193.1
Current children cumulated vsize (KiB) 38792

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1707296/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=21856 CPUtime=1184.27
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4789 0 1 0 118215 212 0 0 25 0 1 0 554278559 22380544 3107 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5464 3107 151 55 0 5054 0
Current children cumulated CPU time (s) 1196.29
Current children cumulated vsize (KiB) 39844

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1707232/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=21856 CPUtime=1185.87
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4809 0 1 0 118375 212 0 0 25 0 1 0 554278559 22380544 3127 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5464 3127 151 55 0 5054 0
Current children cumulated CPU time (s) 1197.89
Current children cumulated vsize (KiB) 39844

[startup+1198.7 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1707232/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=21856 CPUtime=1186.27
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4814 0 1 0 118415 212 0 0 25 0 1 0 554278559 22380544 3132 1992294400 134512640 134738160 4294956288 18446744073709551615 134589855 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5464 3132 151 55 0 5054 0
Current children cumulated CPU time (s) 1198.29
Current children cumulated vsize (KiB) 39844

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1707168/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=21856 CPUtime=1186.67
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4819 0 1 0 118455 212 0 0 25 0 1 0 554278559 22380544 3137 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5464 3137 151 55 0 5054 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 39844

[startup+1199.2 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 15900
/proc/meminfo: memFree=1707168/2055920 swapFree=4178592/4192956
[pid=15896] ppid=15894 vsize=17988 CPUtime=12.02
/proc/15896/stat : 15896 (SATzilla2007_C) S 15894 15896 15832 0 -1 4194304 5878 15224 0 0 485 5 705 7 25 0 1 0 554277354 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15896/statm: 4497 2820 165 260 0 4221 0
[pid=15900] ppid=15896 vsize=21856 CPUtime=1186.77
/proc/15900/stat : 15900 (vallst) R 15896 15896 15832 0 -1 4194304 4820 0 1 0 118465 212 0 0 25 0 1 0 554278559 22380544 3138 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/15900/statm: 5464 3138 151 55 0 5054 0
Current children cumulated CPU time (s) 1198.79
Current children cumulated vsize (KiB) 39844

Child status: 17
Real time (s): 1199.25
CPU time (s): 1198.87
CPU user time (s): 1196.61
CPU system time (s): 2.26166
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 40896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.61
system time used= 2.26166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25935
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= 19
involuntary context switches= 1173

runsolver used 1.04484 second user time and 3.32649 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-09 14:17:15
IDJOB=1594695
IDBENCH=71131
IDSOLVER=558
FILE ID=node32/1594695-1239279435
PBS_JOBID= 9115409
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1318903319

node32.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.234
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.234
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:       1732104 kB
Buffers:         41772 kB
Cached:         222096 kB
SwapCached:       8472 kB
Active:          63400 kB
Inactive:       210200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732104 kB
SwapTotal:     4192956 kB
SwapFree:      4178592 kB
Dirty:            9992 kB
Writeback:           0 kB
Mapped:          14164 kB
Slab:            36024 kB
Committed_AS:  2250876 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node32 at 2009-04-09 14:37:14