Trace number 1594735

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.24 1199.7

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_9gates_u2_autoenc.cnf
MD5SUM8e1d63506cdb99d6b859945ef44fe71f
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 variables430
Number of clauses97558
Sum of the clauses size571598
Maximum clause length12
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21578
Number of clauses of size 30
Number of clauses of size 4738
Number of clauses of size 55690
Number of clauses of size over 589488

Solver Data

11.66/11.79	c run March_dl for 5 seconds ... 
11.66/11.79	c Bin: Executing march_dl
11.66/11.79	c child exit by a signal
11.66/11.79	c march_dl returned code 137.
11.66/11.79	c run saps (UBCSAT implementation) for 2 seconds ... 
11.66/11.79	c Bin: Executing ubcsat2006
11.66/11.79	c child exited successfully
11.66/11.79	c ubcsat2006 returned code 0.
11.66/11.79	c satzilla computing base features
11.66/11.79	c satzilla doing unit-prop probe
11.66/11.79	c satzilla doing local search probe
11.66/11.79	c satzilla doing lobjois search-space size estimate
11.66/11.79	c satzilla's ranking:
11.66/11.79	c 1) zchaff_rand+P: -6.428217
11.66/11.79	c 2) vallst+P: -0.949816
11.66/11.79	c 3) minisat20+P: 1.496428
11.66/11.79	c 4) minisat20: 2.017864
11.66/11.79	c 5) march_dl: 4.456625
11.66/11.79	c 6) march_dl+P: 5.276506
11.66/11.79	c 7) kcnfs+P: 999.000000
11.66/11.79	c 8) kcnfs: 999.000000
11.66/11.79	c 9) vallst: 999.000000
11.66/11.79	c 10) zchaff_rand: 999.000000
11.66/11.79	c satzilla running zchaff_rand with preprocessing ... 
1199.10/1199.69	c Preprocessing...
1199.10/1199.69	c Inital problem has 430 variables, 95980 nary clauses (1578 binary clauses).
1199.10/1199.69	c Num non-binary clauses 95916, Average non-binary clause length 5.926
1199.10/1199.69	c Theory has no gaps
1199.10/1199.69	c Preprocessor runtime was 0.400 seconds.
1199.10/1199.69	c 
1199.10/1199.69	c Satisfiability of theory still undetermined.
1199.10/1199.69	c See file /tmp/negSjC for simplified theory.
1199.10/1199.69	c Bin: Executing zchaff_rand
1199.10/1199.69	c child exit by a signal
1199.10/1199.69	c zchaff_rand returned code 137.
1199.10/1199.69	c zchaff_rand returned code 137.
1199.10/1199.69	c satzilla running vallst with preprocessing ... 
1199.10/1199.69	c Bin: Executing vallst
1199.10/1199.69	c vallst returned code 1.
1199.10/1199.69	c vallst returned code 1.
1199.10/1199.69	c satzilla running minisat20 with preprocessing ... 
1199.10/1199.69	c Bin: Executing minisat20
1199.10/1199.69	c minisat20 returned code 1.
1199.10/1199.69	c minisat20 returned code 1.
1199.10/1199.69	c satzilla running minisat20 ... 
1199.10/1199.69	c Bin: Executing minisat20
1199.10/1199.69	c minisat20 returned code 1.
1199.10/1199.69	c minisat20 returned code 1.
1199.10/1199.69	c satzilla running march_dl ... 
1199.10/1199.69	c Bin: Executing march_dl
1199.10/1199.69	c march_dl returned code 1.
1199.10/1199.69	c march_dl returned code 1.
1199.10/1199.69	c satzilla running march_dl with preprocessing ... 
1199.10/1199.69	c Bin: Executing march_dl
1199.10/1199.69	c march_dl returned code 1.
1199.10/1199.69	c march_dl returned code 1.
1199.10/1199.69	c satzilla running kcnfs with preprocessing ... 
1199.10/1199.69	c Bin: Executing kcnfs
1199.10/1199.69	c kcnfs returned code 1.
1199.10/1199.69	c kcnfs returned code 1.
1199.10/1199.69	c satzilla running kcnfs ... 
1199.10/1199.69	c Bin: Executing kcnfs
1199.10/1199.69	c kcnfs returned code 1.
1199.10/1199.69	c kcnfs returned code 1.
1199.10/1199.69	c satzilla running vallst ... 
1199.10/1199.69	c Bin: Executing vallst
1199.10/1199.69	c vallst returned code 1.
1199.10/1199.69	c vallst returned code 1.
1199.10/1199.69	c satzilla running zchaff_rand ... 
1199.10/1199.69	c Bin: Executing zchaff_rand
1199.10/1199.69	c zchaff_rand returned code 1.
1199.10/1199.69	c zchaff_rand returned code 1.
1199.10/1199.69	c ERROR: All Failed! 
1199.10/1199.69	c SATZILLA_TIME=1199.390000

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-1594735-1239279551/watcher-1594735-1239279551 -o /tmp/evaluation-result-1594735-1239279551/solver-1594735-1239279551 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594735-1239279551.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.87 0.34 0.12 3/71 32556
/proc/meminfo: memFree=1536072/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=0
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200618188 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 110 95 260 0 84 0
[pid=32557] ppid=32556 vsize=1404 CPUtime=0
/proc/32557/stat : 32557 (march_dl) R 32556 32556 32492 0 -1 4194304 182 0 0 0 0 0 0 0 20 0 1 0 1200618189 1437696 177 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32557/statm: 351 177 50 118 0 230 0

[startup+0.101094 s]
/proc/loadavg: 0.87 0.34 0.12 3/71 32556
/proc/meminfo: memFree=1536072/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=0
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200618188 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 110 95 260 0 84 0
[pid=32557] ppid=32556 vsize=2724 CPUtime=0.09
/proc/32557/stat : 32557 (march_dl) R 32556 32556 32492 0 -1 4194304 547 0 0 0 9 0 0 0 20 0 1 0 1200618189 2789376 542 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32557/statm: 681 542 50 118 0 560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4164

[startup+0.20111 s]
/proc/loadavg: 0.87 0.34 0.12 3/71 32556
/proc/meminfo: memFree=1536072/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=0
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200618188 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 110 95 260 0 84 0
[pid=32557] ppid=32556 vsize=4044 CPUtime=0.19
/proc/32557/stat : 32557 (march_dl) R 32556 32556 32492 0 -1 4194304 926 0 0 0 19 0 0 0 20 0 1 0 1200618189 4141056 921 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32557/statm: 1011 921 50 118 0 890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5484

[startup+0.30113 s]
/proc/loadavg: 0.87 0.34 0.12 3/71 32556
/proc/meminfo: memFree=1536072/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=0
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200618188 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 110 95 260 0 84 0
[pid=32557] ppid=32556 vsize=6104 CPUtime=0.29
/proc/32557/stat : 32557 (march_dl) R 32556 32556 32492 0 -1 4194304 1812 0 0 0 29 0 0 0 20 0 1 0 1200618189 6250496 1082 1992294400 134512640 134996440 4294956256 18446744073709551615 134542891 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32557/statm: 1559 1083 55 118 0 1438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7544

[startup+0.701205 s]
/proc/loadavg: 0.87 0.34 0.12 3/71 32556
/proc/meminfo: memFree=1536072/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=0
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200618188 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 110 95 260 0 84 0
[pid=32557] ppid=32556 vsize=6756 CPUtime=0.69
/proc/32557/stat : 32557 (march_dl) R 32556 32556 32492 0 -1 4194304 10729 0 0 0 65 4 0 0 24 0 1 0 1200618189 6918144 1226 1992294400 134512640 134996440 4294956256 18446744073709551615 134543093 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32557/statm: 1689 1226 65 118 0 1568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8196

[startup+1.50236 s]
/proc/loadavg: 0.87 0.34 0.12 2/73 32558
/proc/meminfo: memFree=1530232/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=0
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200618188 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 110 95 260 0 84 0
[pid=32557] ppid=32556 vsize=10104 CPUtime=1.49
/proc/32557/stat : 32557 (march_dl) R 32556 32556 32492 0 -1 4194304 11490 0 0 0 145 4 0 0 25 0 1 0 1200618189 10346496 1501 1992294400 134512640 134996440 4294956256 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32557/statm: 2526 1501 67 118 0 2405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11544

[startup+3.10166 s]
/proc/loadavg: 0.88 0.35 0.12 2/73 32558
/proc/meminfo: memFree=1530040/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=0
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200618188 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 110 95 260 0 84 0
[pid=32557] ppid=32556 vsize=9036 CPUtime=3.09
/proc/32557/stat : 32557 (march_dl) R 32556 32556 32492 0 -1 4194304 12329 0 0 0 302 7 0 0 25 0 1 0 1200618189 9252864 1783 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32557/statm: 2259 1783 73 118 0 2138 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10476

[startup+6.30227 s]
/proc/loadavg: 0.88 0.35 0.12 2/73 32559
/proc/meminfo: memFree=1528120/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=1440 CPUtime=4.99
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 135 12887 0 0 0 0 447 52 16 0 1 0 1200618188 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 360 111 96 260 0 84 0
[pid=32559] ppid=32556 vsize=14388 CPUtime=1.28
/proc/32559/stat : 32559 (ubcsat2006) R 32556 32556 32492 0 -1 4194304 2025 0 0 0 126 2 0 0 25 0 1 0 1200618689 14733312 2008 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32559/statm: 3597 2008 156 64 0 3178 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15828

[startup+12.7015 s]
/proc/loadavg: 0.90 0.37 0.13 2/72 32559
/proc/meminfo: memFree=1515464/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 25848

[startup+25.5019 s]
/proc/loadavg: 0.92 0.39 0.14 2/73 32560
/proc/meminfo: memFree=1505280/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=11812 CPUtime=13.07
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 2864 0 0 0 1289 18 0 0 25 0 1 0 1200619430 12095488 2253 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 2953 2253 112 208 0 2725 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37660

[startup+51.1018 s]
/proc/loadavg: 0.94 0.44 0.16 2/73 32560
/proc/meminfo: memFree=1501376/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=20012 CPUtime=38.65
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 4494 0 0 0 3830 35 0 0 25 0 1 0 1200619430 20492288 3242 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 5003 3242 112 208 0 4775 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 45860

[startup+102.301 s]
/proc/loadavg: 0.98 0.53 0.21 2/73 32560
/proc/meminfo: memFree=1495616/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=22652 CPUtime=89.83
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 5923 0 0 0 8930 53 0 0 25 0 1 0 1200619430 23195648 4671 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 5663 4671 112 208 0 5435 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 48500

[startup+162.302 s]
/proc/loadavg: 0.99 0.61 0.26 2/73 32560
/proc/meminfo: memFree=1491008/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=32876 CPUtime=149.81
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 7073 0 0 0 14912 69 0 0 25 0 1 0 1200619430 33665024 5821 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 8219 5821 112 208 0 7991 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 58724

[startup+222.306 s]
/proc/loadavg: 0.99 0.68 0.30 2/73 32560
/proc/meminfo: memFree=1487296/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=39308 CPUtime=209.79
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 9266 0 0 0 20898 81 0 0 25 0 1 0 1200619430 40251392 6733 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 9827 6733 112 208 0 9599 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 65156

[startup+282.302 s]
/proc/loadavg: 0.99 0.73 0.34 2/73 32560
/proc/meminfo: memFree=1483968/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=41140 CPUtime=269.77
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 10103 0 0 0 26883 94 0 0 25 0 1 0 1200619430 42127360 7570 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 10285 7570 112 208 0 10057 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 66988

[startup+342.302 s]
/proc/loadavg: 0.99 0.78 0.38 2/73 32560
/proc/meminfo: memFree=1481216/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=42324 CPUtime=329.74
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 10786 0 0 0 32868 106 0 0 25 0 1 0 1200619430 43339776 8253 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 10581 8253 112 208 0 10353 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 68172


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


[startup+762.302 s]
/proc/loadavg: 0.99 0.93 0.59 2/73 32560
/proc/meminfo: memFree=1465600/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=66200 CPUtime=749.6
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 14638 0 0 0 74797 163 0 0 25 0 1 0 1200619430 67788800 12105 1992294400 134512640 135365884 4294956288 18446744073709551615 134577114 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 16550 12105 112 208 0 16322 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 92048

[startup+822.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/73 32560
/proc/meminfo: memFree=1464128/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=66392 CPUtime=809.57
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 15005 0 0 0 80787 170 0 0 25 0 1 0 1200619430 67985408 12472 1992294400 134512640 135365884 4294956288 18446744073709551615 134543560 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 16598 12472 112 208 0 16370 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 92240

[startup+882.306 s]
/proc/loadavg: 0.99 0.95 0.63 2/73 32560
/proc/meminfo: memFree=1462656/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=66948 CPUtime=869.55
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 15367 0 0 0 86777 178 0 0 25 0 1 0 1200619430 68554752 12834 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 16737 12834 112 208 0 16509 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 92796

[startup+942.302 s]
/proc/loadavg: 0.99 0.95 0.65 2/73 32560
/proc/meminfo: memFree=1461056/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=68020 CPUtime=929.52
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 15853 0 0 0 92766 186 0 0 25 0 1 0 1200619430 69652480 13221 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17005 13221 112 208 0 16777 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 93868

[startup+1002.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/73 32560
/proc/meminfo: memFree=1459456/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=69196 CPUtime=989.5
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 16363 0 0 0 98757 193 0 0 25 0 1 0 1200619430 70856704 13632 1992294400 134512640 135365884 4294956288 18446744073709551615 134544130 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17299 13632 112 208 0 17071 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 95044

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/73 32560
/proc/meminfo: memFree=1457856/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=70268 CPUtime=1049.47
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 16750 0 0 0 104748 199 0 0 25 0 1 0 1200619430 71954432 14019 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17567 14019 112 208 0 17339 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 96116

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/73 32560
/proc/meminfo: memFree=1456512/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=70816 CPUtime=1109.46
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17105 0 0 0 110739 207 0 0 25 0 1 0 1200619430 72515584 14341 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17704 14341 112 208 0 17476 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 96664

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.72 2/73 32560
/proc/meminfo: memFree=1455040/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=71560 CPUtime=1169.43
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17475 0 0 0 116730 213 0 0 25 0 1 0 1200619430 73277440 14711 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17890 14711 112 208 0 17662 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 97408

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

[startup+1190.4 s]
/proc/loadavg: 0.99 0.97 0.72 2/73 32560
/proc/meminfo: memFree=1454848/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=71560 CPUtime=1177.53
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17520 0 0 0 117539 214 0 0 25 0 1 0 1200619430 73277440 14756 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17890 14756 112 208 0 17662 0
Current children cumulated CPU time (s) 1189.91
Current children cumulated vsize (KiB) 97408

[startup+1193.61 s]
/proc/loadavg: 0.99 0.97 0.73 2/73 32560
/proc/meminfo: memFree=1454720/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=71752 CPUtime=1180.73
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17556 0 0 0 117859 214 0 0 25 0 1 0 1200619430 73474048 14792 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17938 14792 112 208 0 17710 0
Current children cumulated CPU time (s) 1193.11
Current children cumulated vsize (KiB) 97600

[startup+1196.8 s]
/proc/loadavg: 0.99 0.97 0.73 2/73 32560
/proc/meminfo: memFree=1454592/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=71752 CPUtime=1183.93
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17575 0 0 0 118179 214 0 0 25 0 1 0 1200619430 73474048 14811 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17938 14811 112 208 0 17710 0
Current children cumulated CPU time (s) 1196.31
Current children cumulated vsize (KiB) 97600

[startup+1198.4 s]
/proc/loadavg: 0.99 0.97 0.73 2/73 32560
/proc/meminfo: memFree=1454592/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=71752 CPUtime=1185.53
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17582 0 0 0 118339 214 0 0 25 0 1 0 1200619430 73474048 14818 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17938 14818 112 208 0 17710 0
Current children cumulated CPU time (s) 1197.91
Current children cumulated vsize (KiB) 97600

[startup+1199.2 s]
/proc/loadavg: 0.99 0.97 0.73 2/73 32560
/proc/meminfo: memFree=1454592/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=71752 CPUtime=1186.32
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17583 0 0 0 118418 214 0 0 25 0 1 0 1200619430 73474048 14819 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17938 14819 112 208 0 17710 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 97600

[startup+1199.6 s]
/proc/loadavg: 0.99 0.97 0.73 2/73 32560
/proc/meminfo: memFree=1454592/2055920 swapFree=4170348/4192956
[pid=32556] ppid=32554 vsize=25848 CPUtime=12.38
/proc/32556/stat : 32556 (SATzilla2007_C) S 32554 32556 32492 0 -1 4194304 10267 14918 0 0 505 9 668 56 25 0 1 0 1200618188 26468352 5286 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32556/statm: 6462 5286 164 260 0 6186 0
[pid=32560] ppid=32556 vsize=71752 CPUtime=1186.72
/proc/32560/stat : 32560 (zchaff_rand) R 32556 32556 32492 0 -1 4194304 17583 0 0 0 118458 214 0 0 25 0 1 0 1200619430 73474048 14819 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32560/statm: 17938 14819 112 208 0 17710 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 97600

Child status: 17
Real time (s): 1199.7
CPU time (s): 1199.24
CPU user time (s): 1196.41
CPU system time (s): 2.82757
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 97600

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

runsolver used 1.05084 second user time and 3.3215 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-09 14:19:11
IDJOB=1594735
IDBENCH=71151
IDSOLVER=558
FILE ID=node38/1594735-1239279551
PBS_JOBID= 9115403
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 8e1d63506cdb99d6b859945ef44fe71f
RANDOM SEED=425111407

node38.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.259
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	: 5931.00
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.259
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:       1536552 kB
Buffers:         40944 kB
Cached:         395920 kB
SwapCached:      11120 kB
Active:          71568 kB
Inactive:       377844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536552 kB
SwapTotal:     4192956 kB
SwapFree:      4170348 kB
Dirty:           11064 kB
Writeback:           0 kB
Mapped:          18204 kB
Slab:            55188 kB
Committed_AS:  3793264 kB
PageTables:       1988 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= 66344 MiB
End job on node38 at 2009-04-09 14:39:11