Trace number 1595659

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.73 1200.25

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes1.cnf
MD5SUMd217d44a5e3291823bfd6ded60a7812f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark323.585
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

14.56/14.67	c run March_dl for 5 seconds ... 
14.56/14.67	c Bin: Executing march_dl
14.56/14.67	c child exit by a signal
14.56/14.67	c march_dl returned code 137.
14.56/14.67	c run saps (UBCSAT implementation) for 2 seconds ... 
14.56/14.67	c Bin: Executing ubcsat2006
14.56/14.67	c child exited successfully
14.56/14.67	c ubcsat2006 returned code 0.
14.56/14.67	c satzilla computing base features
14.56/14.67	c satzilla doing unit-prop probe
14.56/14.67	c satzilla doing local search probe
14.56/14.67	c satzilla doing lobjois search-space size estimate
14.56/14.67	c satzilla's ranking:
14.56/14.67	c 1) march_dl: 2.708969
14.56/14.67	c 2) minisat20: 3.058143
14.56/14.67	c 3) march_dl+P: 3.114498
14.56/14.67	c 4) vallst+P: 3.413698
14.56/14.67	c 5) zchaff_rand+P: 3.458749
14.56/14.67	c 6) minisat20+P: 3.821443
14.56/14.67	c 7) kcnfs+P: 999.000000
14.56/14.67	c 8) kcnfs: 999.000000
14.56/14.67	c 9) vallst: 999.000000
14.56/14.67	c 10) zchaff_rand: 999.000000
14.56/14.67	c satzilla running march_dl ... 
1199.46/1200.00	c Bin: Executing march_dl
1199.46/1200.00	c child exit by a signal
1199.46/1200.00	c march_dl returned code 137.
1199.46/1200.00	c march_dl returned code 137.
1199.46/1200.00	c satzilla running minisat20 ... 
1199.46/1200.00	c Bin: Executing minisat20
1199.46/1200.00	c minisat20 returned code 1.
1199.46/1200.00	c minisat20 returned code 1.
1199.46/1200.00	c satzilla running march_dl with preprocessing ... 
1199.66/1200.24	c Preprocessing...
1199.66/1200.24	c Inital problem has 1150 variables, 50 nary clauses (84264 binary clauses).
1199.66/1200.24	c Num non-binary clauses 50, Average non-binary clause length 23.000
1199.66/1200.24	c Theory has no gaps
1199.66/1200.24	c Preprocessor runtime was 0.160 seconds.
1199.66/1200.24	c 
1199.66/1200.24	c Satisfiability of theory still undetermined.
1199.66/1200.24	c See file /tmp/mTq7RB for simplified theory.
1199.66/1200.24	c Bin: Executing march_dl
1199.66/1200.24	c march_dl returned code 1.
1199.66/1200.24	c march_dl returned code 1.
1199.66/1200.24	c satzilla running vallst with preprocessing ... 
1199.66/1200.24	c Bin: Executing vallst
1199.66/1200.24	c vallst returned code 1.
1199.66/1200.24	c vallst returned code 1.
1199.66/1200.24	c satzilla running zchaff_rand with preprocessing ... 
1199.66/1200.24	c Bin: Executing zchaff_rand
1199.66/1200.24	c zchaff_rand returned code 1.
1199.66/1200.24	c zchaff_rand returned code 1.
1199.66/1200.24	c satzilla running minisat20 with preprocessing ... 
1199.66/1200.24	c Bin: Executing minisat20
1199.66/1200.24	c minisat20 returned code 1.
1199.66/1200.24	c minisat20 returned code 1.
1199.66/1200.24	c satzilla running kcnfs with preprocessing ... 
1199.66/1200.24	c Bin: Executing kcnfs
1199.66/1200.24	c kcnfs returned code 1.
1199.66/1200.24	c kcnfs returned code 1.
1199.66/1200.24	c satzilla running kcnfs ... 
1199.66/1200.24	c Bin: Executing kcnfs
1199.66/1200.24	c kcnfs returned code 1.
1199.66/1200.24	c kcnfs returned code 1.
1199.66/1200.24	c satzilla running vallst ... 
1199.66/1200.24	c Bin: Executing vallst
1199.66/1200.24	c vallst returned code 1.
1199.66/1200.24	c vallst returned code 1.
1199.66/1200.24	c satzilla running zchaff_rand ... 
1199.66/1200.24	c Bin: Executing zchaff_rand
1199.66/1200.24	c zchaff_rand returned code 1.
1199.66/1200.24	c zchaff_rand returned code 1.
1199.66/1200.24	c ERROR: All Failed! 
1199.66/1200.24	c SATZILLA_TIME=1199.890000

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-1595659-1239359340/watcher-1595659-1239359340 -o /tmp/evaluation-result-1595659-1239359340/solver-1595659-1239359340 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595659-1239359340.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.99 0.98 0.93 3/64 3085
/proc/meminfo: memFree=1874512/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=0
/proc/3085/stat : 3085 (SATzilla2007_C) R 3083 3085 2433 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 577352 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/3085/statm: 360 110 95 260 0 84 0
[pid=3086] ppid=3085 vsize=1300 CPUtime=0
/proc/3086/stat : 3086 (march_dl) R 3085 3085 2433 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 577352 1331200 176 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3086/statm: 325 177 50 118 0 204 0

[startup+0.0173021 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 3085
/proc/meminfo: memFree=1874512/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=0
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 577352 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3085/statm: 360 110 95 260 0 84 0
[pid=3086] ppid=3085 vsize=1564 CPUtime=0.01
/proc/3086/stat : 3086 (march_dl) R 3085 3085 2433 0 -1 4194304 247 0 0 0 1 0 0 0 19 0 1 0 577352 1601536 242 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3086/statm: 391 242 50 118 0 270 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3004

[startup+0.101308 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 3085
/proc/meminfo: memFree=1874512/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=0
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 577352 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3085/statm: 360 110 95 260 0 84 0
[pid=3086] ppid=3085 vsize=4400 CPUtime=0.09
/proc/3086/stat : 3086 (march_dl) R 3085 3085 2433 0 -1 4194304 881 0 0 0 9 0 0 0 19 0 1 0 577352 4505600 644 1992294400 134512640 134996440 4294956272 18446744073709551615 134544603 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3086/statm: 1100 644 53 118 0 979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5840

[startup+0.301324 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 3085
/proc/meminfo: memFree=1874512/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=0
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 577352 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3085/statm: 360 110 95 260 0 84 0
[pid=3086] ppid=3085 vsize=6492 CPUtime=0.29
/proc/3086/stat : 3086 (march_dl) R 3085 3085 2433 0 -1 4194304 4695 0 0 0 28 1 0 0 21 0 1 0 577352 6647808 1244 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3086/statm: 1623 1245 72 118 0 1502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7932

[startup+0.701358 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 3085
/proc/meminfo: memFree=1874512/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=0
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 577352 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3085/statm: 360 110 95 260 0 84 0
[pid=3086] ppid=3085 vsize=12092 CPUtime=0.69
/proc/3086/stat : 3086 (march_dl) R 3085 3085 2433 0 -1 4194304 8895 0 0 0 67 2 0 0 25 0 1 0 577352 12382208 1916 1992294400 134512640 134996440 4294956272 18446744073709551615 134514020 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3086/statm: 3023 1916 74 118 0 2902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13532

[startup+1.50143 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3087
/proc/meminfo: memFree=1866304/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=0
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 577352 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3085/statm: 360 110 95 260 0 84 0
[pid=3086] ppid=3085 vsize=13952 CPUtime=1.49
/proc/3086/stat : 3086 (march_dl) R 3085 3085 2433 0 -1 4194304 9299 0 0 0 146 3 0 0 25 0 1 0 577352 14286848 2320 1992294400 134512640 134996440 4294956272 18446744073709551615 134567196 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3086/statm: 3488 2320 75 118 0 3367 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15392

[startup+3.10256 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3087
/proc/meminfo: memFree=1865088/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=0
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 577352 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3085/statm: 360 110 95 260 0 84 0
[pid=3086] ppid=3085 vsize=14084 CPUtime=3.09
/proc/3086/stat : 3086 (march_dl) R 3085 3085 2433 0 -1 4194304 9345 0 0 0 306 3 0 0 25 0 1 0 577352 14422016 2366 1992294400 134512640 134996440 4294956272 18446744073709551615 134532784 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3086/statm: 3521 2366 75 118 0 3400 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15524

[startup+6.30182 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3088
/proc/meminfo: memFree=1869952/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=1440 CPUtime=4.99
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 134 9378 0 0 0 0 496 3 16 0 1 0 577352 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 360 111 96 260 0 84 0
[pid=3088] ppid=3085 vsize=10288 CPUtime=1.28
/proc/3088/stat : 3088 (ubcsat2006) R 3085 3085 2433 0 -1 4194304 1181 0 0 0 125 3 0 0 25 0 1 0 577852 10534912 1164 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3088/statm: 2572 1164 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 3088
/proc/meminfo: memFree=1866056/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=13368 CPUtime=12.67
/proc/3085/stat : 3085 (SATzilla2007_C) R 3083 3085 2433 0 -1 4194304 4291 10565 0 0 552 3 704 8 25 0 1 0 577352 13688832 2034 1992294400 134512640 135579813 4294956240 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/3085/statm: 3342 2034 156 260 0 3066 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13368

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1860800/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=14340 CPUtime=10.81
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9420 0 0 0 1078 3 0 0 25 0 1 0 578819 14684160 2442 1992294400 134512640 134996440 4294956272 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3585 2442 75 118 0 3464 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 19624

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1860416/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=14732 CPUtime=36.39
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9520 0 0 0 3636 3 0 0 25 0 1 0 578819 15085568 2542 1992294400 134512640 134996440 4294956272 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3683 2542 75 118 0 3562 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 20016

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1860160/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=14996 CPUtime=87.57
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9577 0 0 0 8754 3 0 0 25 0 1 0 578819 15355904 2599 1992294400 134512640 134996440 4294956272 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3749 2599 75 118 0 3628 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 20280

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1859968/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15128 CPUtime=147.54
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9613 0 0 0 14751 3 0 0 25 0 1 0 578819 15491072 2635 1992294400 134512640 134996440 4294956272 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3782 2635 75 118 0 3661 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 20412

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1859776/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15392 CPUtime=207.51
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9661 0 0 0 20748 3 0 0 25 0 1 0 578819 15761408 2683 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3848 2683 75 118 0 3727 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 20676

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1859520/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15520 CPUtime=267.5
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9716 0 0 0 26746 4 0 0 25 0 1 0 578819 15892480 2738 1992294400 134512640 134996440 4294956272 18446744073709551615 134528117 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3880 2738 75 118 0 3759 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 20804

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1859456/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15652 CPUtime=327.47
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9727 0 0 0 32743 4 0 0 25 0 1 0 578819 16027648 2749 1992294400 134512640 134996440 4294956272 18446744073709551615 134587741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3913 2749 75 118 0 3792 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 20936


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

/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15780 CPUtime=747.31
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9786 0 0 0 74727 4 0 0 25 0 1 0 578819 16158720 2808 1992294400 134512640 134996440 4294956272 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3945 2808 75 118 0 3824 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 21064

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858944/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=807.27
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9791 0 0 0 80723 4 0 0 25 0 1 0 578819 16293888 2813 1992294400 134512640 134996440 4294956272 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2813 75 118 0 3857 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 21196

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858880/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=867.25
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9794 0 0 0 86721 4 0 0 25 0 1 0 578819 16293888 2816 1992294400 134512640 134996440 4294956272 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2816 75 118 0 3857 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 21196

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858816/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=927.22
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9795 0 0 0 92718 4 0 0 25 0 1 0 578819 16293888 2817 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2817 75 118 0 3857 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 21196

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858816/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=987.19
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9797 0 0 0 98715 4 0 0 25 0 1 0 578819 16293888 2819 1992294400 134512640 134996440 4294956272 18446744073709551615 134536985 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2819 75 118 0 3857 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 21196

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858752/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1047.16
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9801 0 0 0 104712 4 0 0 25 0 1 0 578819 16293888 2823 1992294400 134512640 134996440 4294956272 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2823 75 118 0 3857 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 21196

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858688/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1107.14
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9806 0 0 0 110710 4 0 0 25 0 1 0 578819 16293888 2828 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2828 75 118 0 3857 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 21196

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858624/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1167.11
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9812 0 0 0 116707 4 0 0 25 0 1 0 578819 16293888 2834 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2834 75 118 0 3857 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 21196

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858624/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1175.11
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9812 0 0 0 117507 4 0 0 25 0 1 0 578819 16293888 2834 1992294400 134512640 134996440 4294956272 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2834 75 118 0 3857 0
Current children cumulated CPU time (s) 1189.74
Current children cumulated vsize (KiB) 21196

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858624/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1181.51
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9813 0 0 0 118147 4 0 0 25 0 1 0 578819 16293888 2835 1992294400 134512640 134996440 4294956272 18446744073709551615 134567162 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2835 75 118 0 3857 0
Current children cumulated CPU time (s) 1196.14
Current children cumulated vsize (KiB) 21196

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858624/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1183.11
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9813 0 0 0 118307 4 0 0 25 0 1 0 578819 16293888 2835 1992294400 134512640 134996440 4294956272 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2835 75 118 0 3857 0
Current children cumulated CPU time (s) 1197.74
Current children cumulated vsize (KiB) 21196

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858624/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1183.91
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9813 0 0 0 118387 4 0 0 25 0 1 0 578819 16293888 2835 1992294400 134512640 134996440 4294956272 18446744073709551615 134528312 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2835 75 118 0 3857 0
Current children cumulated CPU time (s) 1198.54
Current children cumulated vsize (KiB) 21196

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1858624/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=5284 CPUtime=14.63
/proc/3085/stat : 3085 (SATzilla2007_C) S 3083 3085 2433 0 -1 4194304 4298 10565 0 0 745 6 704 8 25 0 1 0 577352 5410816 1146 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3085/statm: 1321 1146 156 260 0 1045 0
[pid=3089] ppid=3085 vsize=15912 CPUtime=1184.71
/proc/3089/stat : 3089 (march_dl) R 3085 3085 2433 0 -1 4194304 9813 0 0 0 118467 4 0 0 25 0 1 0 578819 16293888 2835 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3089/statm: 3978 2835 75 118 0 3857 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 21196

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1866368/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=11628 CPUtime=1199.56
/proc/3085/stat : 3085 (SATzilla2007_C) R 3083 3085 2433 0 -1 4194304 5897 20378 0 0 755 7 119181 13 19 0 1 0 577352 11907072 2625 1992294400 134512640 135579813 4294956240 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/3085/statm: 2907 2625 162 260 0 2631 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 11628

[startup+1200.2 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 3089
/proc/meminfo: memFree=1866368/2055920 swapFree=4192956/4192956
[pid=3085] ppid=3083 vsize=11268 CPUtime=1199.66
/proc/3085/stat : 3085 (SATzilla2007_C) R 3083 3085 2433 0 -1 4194304 5903 20378 0 0 764 8 119181 13 19 0 1 0 577352 11538432 2627 1992294400 134512640 135579813 4294956240 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 0 0 0
/proc/3085/statm: 2817 2627 163 260 0 2541 0
Current children cumulated CPU time (s) 1199.66
Current children cumulated vsize (KiB) 11268

Child status: 17
Real time (s): 1200.25
CPU time (s): 1199.73
CPU user time (s): 1199.5
CPU system time (s): 0.227965
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 21196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.5
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 3426

runsolver used 1.14682 second user time and 3.22551 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-10 12:29:00
IDJOB=1595659
IDBENCH=71613
IDSOLVER=558
FILE ID=node9/1595659-1239359340
PBS_JOBID= 9115540
Free space on /tmp= 65512 MiB

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

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

MD5SUM BENCH= d217d44a5e3291823bfd6ded60a7812f
RANDOM SEED=1678071751

node9.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.231
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.231
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:       1874992 kB
Buffers:         37416 kB
Cached:          85732 kB
SwapCached:          0 kB
Active:          71952 kB
Inactive:        64044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9368 kB
Writeback:           0 kB
Mapped:          22608 kB
Slab:            30984 kB
Committed_AS:    52528 kB
PageTables:       1388 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= 65504 MiB
End job on node9 at 2009-04-10 12:49:01