Trace number 1595435

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.64 1203.36

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g4.cnf
MD5SUM58e1c9baf379890f8f9e3891acb41fa1
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

31.20/31.31	c run March_dl for 5 seconds ... 
31.20/31.31	c Bin: Executing march_dl
31.20/31.31	c child exit by a signal
31.20/31.31	c march_dl returned code 137.
31.20/31.31	c run saps (UBCSAT implementation) for 2 seconds ... 
31.20/31.31	c Bin: Executing ubcsat2006
31.20/31.31	c child exited successfully
31.20/31.31	c ubcsat2006 returned code 0.
31.20/31.31	c satzilla computing base features
31.20/31.31	c satzilla doing unit-prop probe
31.20/31.31	c satzilla doing local search probe
31.20/31.31	c satzilla doing lobjois search-space size estimate
31.20/31.31	c satzilla's ranking:
31.20/31.31	c 1) march_dl: 2.790694
31.20/31.31	c 2) march_dl+P: 2.962946
31.20/31.31	c 3) zchaff_rand+P: 3.509870
31.20/31.31	c 4) vallst+P: 3.639450
31.20/31.31	c 5) minisat20: 3.818046
31.20/31.31	c 6) minisat20+P: 4.462112
31.20/31.31	c 7) kcnfs+P: 999.000000
31.20/31.31	c 8) kcnfs: 999.000000
31.20/31.31	c 9) vallst: 999.000000
31.20/31.31	c 10) zchaff_rand: 999.000000
31.20/31.31	c satzilla running march_dl ... 
1198.96/1202.76	c Bin: Executing march_dl
1198.96/1202.76	c child exit by a signal
1198.96/1202.76	c march_dl returned code 137.
1198.96/1202.76	c march_dl returned code 137.
1198.96/1202.76	c satzilla running march_dl with preprocessing ... 
1199.56/1203.35	c Preprocessing...
1199.56/1203.35	c Inital problem has 1820 variables, 65 nary clauses (171090 binary clauses).
1199.56/1203.35	c Num non-binary clauses 65, Average non-binary clause length 28.000
1199.56/1203.35	c Theory has no gaps
1199.56/1203.35	c Preprocessor runtime was 0.400 seconds.
1199.56/1203.35	c 
1199.56/1203.35	c Satisfiability of theory still undetermined.
1199.56/1203.35	c See file /tmp/3rlFvT for simplified theory.
1199.56/1203.35	c Bin: Executing march_dl
1199.56/1203.35	c march_dl returned code 1.
1199.56/1203.35	c march_dl returned code 1.
1199.56/1203.35	c satzilla running zchaff_rand with preprocessing ... 
1199.56/1203.35	c Bin: Executing zchaff_rand
1199.56/1203.35	c zchaff_rand returned code 1.
1199.56/1203.35	c zchaff_rand returned code 1.
1199.56/1203.35	c satzilla running vallst with preprocessing ... 
1199.56/1203.35	c Bin: Executing vallst
1199.56/1203.35	c vallst returned code 1.
1199.56/1203.35	c vallst returned code 1.
1199.56/1203.35	c satzilla running minisat20 ... 
1199.56/1203.35	c Bin: Executing minisat20
1199.56/1203.35	c minisat20 returned code 1.
1199.56/1203.35	c minisat20 returned code 1.
1199.56/1203.35	c satzilla running minisat20 with preprocessing ... 
1199.56/1203.35	c Bin: Executing minisat20
1199.56/1203.35	c minisat20 returned code 1.
1199.56/1203.35	c minisat20 returned code 1.
1199.56/1203.35	c satzilla running kcnfs with preprocessing ... 
1199.56/1203.35	c Bin: Executing kcnfs
1199.56/1203.35	c kcnfs returned code 1.
1199.56/1203.35	c kcnfs returned code 1.
1199.56/1203.35	c satzilla running kcnfs ... 
1199.56/1203.35	c Bin: Executing kcnfs
1199.56/1203.35	c kcnfs returned code 1.
1199.56/1203.35	c kcnfs returned code 1.
1199.56/1203.35	c satzilla running vallst ... 
1199.56/1203.35	c Bin: Executing vallst
1199.56/1203.35	c vallst returned code 1.
1199.56/1203.35	c vallst returned code 1.
1199.56/1203.35	c satzilla running zchaff_rand ... 
1199.56/1203.35	c Bin: Executing zchaff_rand
1199.56/1203.35	c zchaff_rand returned code 1.
1199.56/1203.35	c zchaff_rand returned code 1.
1199.56/1203.35	c ERROR: All Failed! 
1199.56/1203.35	c SATZILLA_TIME=1199.800000

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-1595435-1239354541/watcher-1595435-1239354541 -o /tmp/evaluation-result-1595435-1239354541/solver-1595435-1239354541 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595435-1239354541.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.00 0.00 0.00 2/65 2492
/proc/meminfo: memFree=1950320/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=0
/proc/2492/stat : 2492 (SATzilla2007_C) R 2490 2492 2455 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 96570 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/2492/statm: 360 110 95 260 0 84 0
[pid=2493] ppid=2492 vsize=2112 CPUtime=0
/proc/2493/stat : 2493 (march_dl) R 2492 2492 2455 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 96570 2162688 266 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2493/statm: 528 266 50 118 0 407 0

[startup+0.044383 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 2492
/proc/meminfo: memFree=1950320/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=0
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 96570 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2492/statm: 360 110 95 260 0 84 0
[pid=2493] ppid=2492 vsize=2640 CPUtime=0.03
/proc/2493/stat : 2493 (march_dl) R 2492 2492 2455 0 -1 4194304 459 0 0 0 3 0 0 0 18 0 1 0 96570 2703360 454 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2493/statm: 660 454 50 118 0 539 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4080

[startup+0.101384 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 2492
/proc/meminfo: memFree=1950320/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=0
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 96570 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2492/statm: 360 110 95 260 0 84 0
[pid=2493] ppid=2492 vsize=3564 CPUtime=0.09
/proc/2493/stat : 2493 (march_dl) R 2492 2492 2455 0 -1 4194304 733 0 0 0 9 0 0 0 19 0 1 0 96570 3649536 728 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2493/statm: 891 728 50 118 0 770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5004

[startup+0.301394 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 2492
/proc/meminfo: memFree=1950320/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=0
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 96570 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2492/statm: 360 110 95 260 0 84 0
[pid=2493] ppid=2492 vsize=8208 CPUtime=0.29
/proc/2493/stat : 2493 (march_dl) R 2492 2492 2455 0 -1 4194304 1984 0 0 0 28 1 0 0 21 0 1 0 96570 8404992 1317 1992294400 134512640 134996440 4294956256 18446744073709551615 134548976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2493/statm: 2052 1317 53 118 0 1931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9648

[startup+0.701411 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 2492
/proc/meminfo: memFree=1950320/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=0
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 96570 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2492/statm: 360 110 95 260 0 84 0
[pid=2493] ppid=2492 vsize=11944 CPUtime=0.68
/proc/2493/stat : 2493 (march_dl) R 2492 2492 2455 0 -1 4194304 10641 0 0 0 64 4 0 0 25 0 1 0 96570 12230656 2265 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2493/statm: 2986 2266 72 118 0 2865 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13384

[startup+1.50245 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2494
/proc/meminfo: memFree=1936352/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=0
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 96570 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2492/statm: 360 110 95 260 0 84 0
[pid=2493] ppid=2492 vsize=27132 CPUtime=1.49
/proc/2493/stat : 2493 (march_dl) R 2492 2492 2455 0 -1 4194304 18817 0 0 0 141 8 0 0 25 0 1 0 96570 27783168 4561 1992294400 134512640 134996440 4294956256 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2493/statm: 6783 4561 73 118 0 6662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28572

[startup+3.10152 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2494
/proc/meminfo: memFree=1935200/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=0
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 96570 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2492/statm: 360 110 95 260 0 84 0
[pid=2493] ppid=2492 vsize=26068 CPUtime=3.08
/proc/2493/stat : 2493 (march_dl) R 2492 2492 2455 0 -1 4194304 20188 0 0 0 299 9 0 0 25 0 1 0 96570 26693632 4230 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2493/statm: 6517 4230 75 118 0 6396 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27508

[startup+6.30266 s]
/proc/loadavg: 0.08 0.02 0.01 2/67 2495
/proc/meminfo: memFree=1940640/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=1440 CPUtime=4.99
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 135 20304 0 0 0 0 490 9 16 0 1 0 96570 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 360 111 96 260 0 84 0
[pid=2495] ppid=2492 vsize=14388 CPUtime=1.21
/proc/2495/stat : 2495 (ubcsat2006) R 2492 2492 2455 0 -1 4194304 2135 0 13 0 120 1 0 0 25 0 1 0 97072 14733312 2131 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2495/statm: 3597 2131 156 64 0 3178 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 15828

[startup+12.702 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 2495
/proc/meminfo: memFree=1941608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8360 CPUtime=12.6
/proc/2492/stat : 2492 (SATzilla2007_C) R 2490 2492 2455 0 -1 4194304 4258 22445 0 13 538 2 707 13 25 0 1 0 96570 8560640 1881 1992294400 134512640 135579813 4294956224 18446744073709551615 134527245 0 0 4096 0 0 0 0 17 1 0 0
/proc/2492/statm: 2090 1881 124 260 0 1814 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 8360

[startup+25.5015 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 2495
/proc/meminfo: memFree=1941608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8588 CPUtime=25.4
/proc/2492/stat : 2492 (SATzilla2007_C) R 2490 2492 2455 0 -1 4194304 4391 22445 0 13 1818 2 707 13 25 0 1 0 96570 8794112 1936 1992294400 134512640 135579813 4294956224 18446744073709551615 134527297 0 0 4096 0 0 0 0 17 1 0 0
/proc/2492/statm: 2147 1936 124 260 0 1871 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 8588

[startup+51.1017 s]
/proc/loadavg: 0.56 0.15 0.05 2/67 2496
/proc/meminfo: memFree=1923424/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=27520 CPUtime=19.77
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 20543 0 0 0 1969 8 0 0 25 0 1 0 99701 28180480 4586 1992294400 134512640 134996440 4294956256 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 6880 4586 75 118 0 6759 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 36224

[startup+102.301 s]
/proc/loadavg: 0.79 0.27 0.09 2/67 2496
/proc/meminfo: memFree=1922848/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=28180 CPUtime=67.7
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 20691 0 0 0 6762 8 0 0 25 0 1 0 99701 28856320 4734 1992294400 134512640 134996440 4294956256 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7045 4734 75 118 0 6924 0
Current children cumulated CPU time (s) 98.91
Current children cumulated vsize (KiB) 36884

[startup+162.303 s]
/proc/loadavg: 0.92 0.40 0.15 2/67 2496
/proc/meminfo: memFree=1922464/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=28444 CPUtime=127.69
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 20772 0 0 0 12761 8 0 0 25 0 1 0 99701 29126656 4815 1992294400 134512640 134996440 4294956256 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7111 4815 75 118 0 6990 0
Current children cumulated CPU time (s) 158.9
Current children cumulated vsize (KiB) 37148

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/67 2496
/proc/meminfo: memFree=1922272/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=28576 CPUtime=187.68
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 20817 0 0 0 18759 9 0 0 25 0 1 0 99701 29261824 4860 1992294400 134512640 134996440 4294956256 18446744073709551615 134532777 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7144 4860 75 118 0 7023 0
Current children cumulated CPU time (s) 218.89
Current children cumulated vsize (KiB) 37280

[startup+282.301 s]
/proc/loadavg: 0.99 0.59 0.24 2/67 2496
/proc/meminfo: memFree=1922144/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=28840 CPUtime=247.67
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 20854 0 0 0 24758 9 0 0 25 0 1 0 99701 29532160 4897 1992294400 134512640 134996440 4294956256 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7210 4897 75 118 0 7089 0
Current children cumulated CPU time (s) 278.88
Current children cumulated vsize (KiB) 37544

[startup+342.301 s]
/proc/loadavg: 0.99 0.66 0.29 2/67 2496
/proc/meminfo: memFree=1922016/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=28840 CPUtime=307.65
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 20881 0 0 0 30756 9 0 0 25 0 1 0 99701 29532160 4924 1992294400 134512640 134996440 4294956256 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7210 4924 75 118 0 7089 0
Current children cumulated CPU time (s) 338.86
Current children cumulated vsize (KiB) 37544

[startup+402.302 s]
/proc/loadavg: 0.99 0.72 0.33 2/67 2496
/proc/meminfo: memFree=1921888/2055920 swapFree=4192956/4192956

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

/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29368 CPUtime=667.55
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21012 0 0 0 66745 10 0 0 25 0 1 0 99701 30072832 5055 1992294400 134512640 134996440 4294956256 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7342 5055 75 118 0 7221 0
Current children cumulated CPU time (s) 698.76
Current children cumulated vsize (KiB) 38072

[startup+762.301 s]
/proc/loadavg: 1.00 0.91 0.54 2/67 2496
/proc/meminfo: memFree=1921120/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29500 CPUtime=727.53
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21026 0 0 0 72743 10 0 0 25 0 1 0 99701 30208000 5069 1992294400 134512640 134996440 4294956256 18446744073709551615 134532793 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7375 5069 75 118 0 7254 0
Current children cumulated CPU time (s) 758.74
Current children cumulated vsize (KiB) 38204

[startup+822.303 s]
/proc/loadavg: 1.00 0.92 0.56 2/67 2496
/proc/meminfo: memFree=1921056/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29500 CPUtime=787.51
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21040 0 0 0 78741 10 0 0 25 0 1 0 99701 30208000 5083 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7375 5083 75 118 0 7254 0
Current children cumulated CPU time (s) 818.72
Current children cumulated vsize (KiB) 38204

[startup+882.302 s]
/proc/loadavg: 1.00 0.94 0.58 2/67 2496
/proc/meminfo: memFree=1920928/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29500 CPUtime=847.49
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21049 0 0 0 84739 10 0 0 25 0 1 0 99701 30208000 5092 1992294400 134512640 134996440 4294956256 18446744073709551615 134528113 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7375 5092 75 118 0 7254 0
Current children cumulated CPU time (s) 878.7
Current children cumulated vsize (KiB) 38204

[startup+942.301 s]
/proc/loadavg: 1.00 0.94 0.61 2/67 2496
/proc/meminfo: memFree=1920864/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29632 CPUtime=907.47
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21058 0 0 0 90737 10 0 0 25 0 1 0 99701 30343168 5101 1992294400 134512640 134996440 4294956256 18446744073709551615 134537011 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7408 5101 75 118 0 7287 0
Current children cumulated CPU time (s) 938.68
Current children cumulated vsize (KiB) 38336

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.63 2/67 2496
/proc/meminfo: memFree=1920800/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29632 CPUtime=967.44
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21065 0 0 0 96734 10 0 0 25 0 1 0 99701 30343168 5108 1992294400 134512640 134996440 4294956256 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7408 5108 75 118 0 7287 0
Current children cumulated CPU time (s) 998.65
Current children cumulated vsize (KiB) 38336

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.65 2/67 2496
/proc/meminfo: memFree=1920736/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29632 CPUtime=1027.41
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21077 0 0 0 102730 11 0 0 25 0 1 0 99701 30343168 5120 1992294400 134512640 134996440 4294956256 18446744073709551615 134528324 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7408 5120 75 118 0 7287 0
Current children cumulated CPU time (s) 1058.62
Current children cumulated vsize (KiB) 38336

[startup+1122.3 s]
/proc/loadavg: 1.00 0.96 0.67 2/67 2496
/proc/meminfo: memFree=1920672/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29632 CPUtime=1087.39
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21082 0 0 0 108728 11 0 0 25 0 1 0 99701 30343168 5125 1992294400 134512640 134996440 4294956256 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7408 5125 75 118 0 7287 0
Current children cumulated CPU time (s) 1118.6
Current children cumulated vsize (KiB) 38336

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/67 2496
/proc/meminfo: memFree=1920608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29632 CPUtime=1147.36
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21086 0 0 0 114725 11 0 0 25 0 1 0 99701 30343168 5129 1992294400 134512640 134996440 4294956256 18446744073709551615 134532766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7408 5129 75 118 0 7287 0
Current children cumulated CPU time (s) 1178.57
Current children cumulated vsize (KiB) 38336

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

[startup+1193.5 s]
/proc/loadavg: 1.00 0.97 0.69 2/67 2496
/proc/meminfo: memFree=1920608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29632 CPUtime=1158.55
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21086 0 0 0 115844 11 0 0 25 0 1 0 99701 30343168 5129 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7408 5129 75 118 0 7287 0
Current children cumulated CPU time (s) 1189.76
Current children cumulated vsize (KiB) 38336

[startup+1199.9 s]
/proc/loadavg: 1.00 0.97 0.69 2/67 2496
/proc/meminfo: memFree=1920608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29764 CPUtime=1164.95
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21087 0 0 0 116484 11 0 0 25 0 1 0 99701 30478336 5130 1992294400 134512640 134996440 4294956256 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7441 5130 75 118 0 7320 0
Current children cumulated CPU time (s) 1196.16
Current children cumulated vsize (KiB) 38468

[startup+1201.5 s]
/proc/loadavg: 1.00 0.97 0.69 2/67 2496
/proc/meminfo: memFree=1920608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29764 CPUtime=1166.55
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21087 0 0 0 116644 11 0 0 25 0 1 0 99701 30478336 5130 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7441 5130 75 118 0 7320 0
Current children cumulated CPU time (s) 1197.76
Current children cumulated vsize (KiB) 38468

[startup+1202.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/67 2496
/proc/meminfo: memFree=1920608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=8704 CPUtime=31.21
/proc/2492/stat : 2492 (SATzilla2007_C) S 2490 2492 2455 0 -1 4194304 8644 22445 0 13 2393 8 707 13 25 0 1 0 96570 8912896 2000 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2492/statm: 2176 2000 156 260 0 1900 0
[pid=2496] ppid=2492 vsize=29764 CPUtime=1167.35
/proc/2496/stat : 2496 (march_dl) R 2492 2492 2455 0 -1 4194304 21087 0 0 0 116724 11 0 0 25 0 1 0 99701 30478336 5130 1992294400 134512640 134996440 4294956256 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2496/statm: 7441 5130 75 118 0 7320 0
Current children cumulated CPU time (s) 1198.56
Current children cumulated vsize (KiB) 38468

[startup+1203.1 s]
/proc/loadavg: 1.00 0.97 0.69 2/67 2496
/proc/meminfo: memFree=1920608/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=20732 CPUtime=1199.36
/proc/2492/stat : 2492 (SATzilla2007_C) R 2490 2492 2455 0 -1 4194304 11785 43532 0 13 2425 9 117478 24 21 0 1 0 96570 21229568 4987 1992294400 134512640 135579813 4294956224 18446744073709551615 134591203 0 0 4096 0 0 0 0 17 1 0 0
/proc/2492/statm: 5183 4987 162 260 0 4907 0
Current children cumulated CPU time (s) 1199.36
Current children cumulated vsize (KiB) 20732

[startup+1203.31 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 2496
/proc/meminfo: memFree=1928936/2055920 swapFree=4192956/4192956
[pid=2492] ppid=2490 vsize=20736 CPUtime=1199.56
/proc/2492/stat : 2492 (SATzilla2007_C) R 2490 2492 2455 0 -1 4194304 11798 43532 0 13 2444 10 117478 24 23 0 1 0 96570 21233664 4998 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 1 0 0
/proc/2492/statm: 5184 4998 164 260 0 4908 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 20736

Child status: 17
Real time (s): 1203.36
CPU time (s): 1199.64
CPU user time (s): 1199.27
CPU system time (s): 0.368943
CPU usage (%): 99.6908
Max. virtual memory (cumulated for all children) (KiB): 38468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.27
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55337
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 2051

runsolver used 1.25681 second user time and 2.76658 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-10 11:08:58
IDJOB=1595435
IDBENCH=71501
IDSOLVER=558
FILE ID=node29/1595435-1239354541
PBS_JOBID= 9115414
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= 58e1c9baf379890f8f9e3891acb41fa1
RANDOM SEED=101371866

node29.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.283
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.283
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:       1951056 kB
Buffers:         11532 kB
Cached:          51844 kB
SwapCached:          0 kB
Active:          39900 kB
Inactive:        36276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1951056 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10556 kB
Writeback:           0 kB
Mapped:          22536 kB
Slab:            14588 kB
Committed_AS:    50372 kB
PageTables:       1492 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= 66500 MiB
End job on node29 at 2009-04-10 11:29:02