Trace number 1594737

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.44 1199.97

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_3vars_9gates_restr.cnf
MD5SUM60e334561da9fdbaa733cc223a2437e5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.72513
Satisfiable
(Un)Satisfiability was proved
Number of variables784
Number of clauses209392
Sum of the clauses size1193937
Maximum clause length28
Minimum clause length1
Number of clauses of size 1169
Number of clauses of size 22410
Number of clauses of size 311424
Number of clauses of size 43741
Number of clauses of size 510370
Number of clauses of size over 5181278

Solver Data

14.08/14.16	c run March_dl for 5 seconds ... 
14.08/14.16	c Bin: Executing march_dl
14.08/14.16	c child exit by a signal
14.08/14.16	c march_dl returned code 137.
14.08/14.16	c run saps (UBCSAT implementation) for 2 seconds ... 
14.08/14.16	c Bin: Executing ubcsat2006
14.08/14.16	c child exited successfully
14.08/14.16	c ubcsat2006 returned code 0.
14.08/14.16	c satzilla computing base features
14.08/14.16	c satzilla doing unit-prop probe
14.08/14.16	c satzilla doing local search probe
14.08/14.16	c satzilla doing lobjois search-space size estimate
14.08/14.16	c satzilla's ranking:
14.08/14.16	c 1) zchaff_rand+P: -0.792564
14.08/14.16	c 2) march_dl+P: 1.070103
14.08/14.16	c 3) vallst+P: 1.183432
14.08/14.16	c 4) minisat20+P: 1.819027
14.08/14.16	c 5) march_dl: 2.181462
14.08/14.16	c 6) minisat20: 3.476956
14.08/14.16	c 7) kcnfs+P: 999.000000
14.08/14.16	c 8) kcnfs: 999.000000
14.08/14.16	c 9) vallst: 999.000000
14.08/14.16	c 10) zchaff_rand: 999.000000
14.08/14.16	c satzilla running zchaff_rand with preprocessing ... 
1199.35/1199.95	c Preprocessing...
1199.35/1199.95	c Inital problem has 784 variables, 206982 nary clauses (2410 binary clauses).
1199.35/1199.95	c Num non-binary clauses 206813, Average non-binary clause length 5.749
1199.35/1199.95	c Theory has no gaps
1199.35/1199.95	c Preprocessor runtime was 0.970 seconds.
1199.35/1199.95	c 
1199.35/1199.95	c Satisfiability of theory still undetermined.
1199.35/1199.95	c See file /tmp/PbyFaq for simplified theory.
1199.35/1199.95	c Bin: Executing zchaff_rand
1199.35/1199.95	c child exit by a signal
1199.35/1199.95	c zchaff_rand returned code 137.
1199.35/1199.95	c zchaff_rand returned code 137.
1199.35/1199.95	c satzilla running march_dl with preprocessing ... 
1199.35/1199.95	c Bin: Executing march_dl
1199.35/1199.95	c march_dl returned code 1.
1199.35/1199.95	c march_dl returned code 1.
1199.35/1199.95	c satzilla running vallst with preprocessing ... 
1199.35/1199.96	c Bin: Executing vallst
1199.35/1199.96	c vallst returned code 1.
1199.35/1199.96	c vallst returned code 1.
1199.35/1199.96	c satzilla running minisat20 with preprocessing ... 
1199.35/1199.96	c Bin: Executing minisat20
1199.35/1199.96	c minisat20 returned code 1.
1199.35/1199.96	c minisat20 returned code 1.
1199.35/1199.96	c satzilla running march_dl ... 
1199.35/1199.96	c Bin: Executing march_dl
1199.35/1199.96	c march_dl returned code 1.
1199.35/1199.96	c march_dl returned code 1.
1199.35/1199.96	c satzilla running minisat20 ... 
1199.35/1199.96	c Bin: Executing minisat20
1199.35/1199.96	c minisat20 returned code 1.
1199.35/1199.96	c minisat20 returned code 1.
1199.35/1199.96	c satzilla running kcnfs with preprocessing ... 
1199.35/1199.96	c Bin: Executing kcnfs
1199.35/1199.96	c kcnfs returned code 1.
1199.35/1199.96	c kcnfs returned code 1.
1199.35/1199.96	c satzilla running kcnfs ... 
1199.35/1199.96	c Bin: Executing kcnfs
1199.35/1199.96	c kcnfs returned code 1.
1199.35/1199.96	c kcnfs returned code 1.
1199.35/1199.96	c satzilla running vallst ... 
1199.35/1199.96	c Bin: Executing vallst
1199.35/1199.96	c vallst returned code 1.
1199.35/1199.96	c vallst returned code 1.
1199.35/1199.96	c satzilla running zchaff_rand ... 
1199.35/1199.96	c Bin: Executing zchaff_rand
1199.35/1199.96	c zchaff_rand returned code 1.
1199.35/1199.96	c zchaff_rand returned code 1.
1199.35/1199.96	c ERROR: All Failed! 
1199.35/1199.96	c SATZILLA_TIME=1199.590000

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-1594737-1239279580/watcher-1594737-1239279580 -o /tmp/evaluation-result-1594737-1239279580/solver-1594737-1239279580 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594737-1239279580.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.92 0.39 0.14 3/64 10031
/proc/meminfo: memFree=1419680/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=0
/proc/10031/stat : 10031 (SATzilla2007_C) R 10029 10031 9911 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1200623358 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/10031/statm: 360 110 95 260 0 84 0
[pid=10032] ppid=10031 vsize=2276 CPUtime=0
/proc/10032/stat : 10032 (march_dl) R 10031 10031 9911 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 1 0 1200623358 2330624 287 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10032/statm: 569 287 50 118 0 448 0

[startup+0.078717 s]
/proc/loadavg: 0.92 0.39 0.14 3/64 10031
/proc/meminfo: memFree=1419680/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=0
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200623358 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10031/statm: 360 110 95 260 0 84 0
[pid=10032] ppid=10031 vsize=3332 CPUtime=0.07
/proc/10032/stat : 10032 (march_dl) R 10031 10031 9911 0 -1 4194304 578 0 0 0 7 0 0 0 19 0 1 0 1200623358 3411968 573 1992294400 134512640 134996440 4294956256 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10032/statm: 833 573 50 118 0 712 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4772

[startup+0.101718 s]
/proc/loadavg: 0.92 0.39 0.14 3/64 10031
/proc/meminfo: memFree=1419680/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=0
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200623358 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10031/statm: 360 110 95 260 0 84 0
[pid=10032] ppid=10031 vsize=3596 CPUtime=0.09
/proc/10032/stat : 10032 (march_dl) R 10031 10031 9911 0 -1 4194304 665 0 0 0 9 0 0 0 19 0 1 0 1200623358 3682304 660 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10032/statm: 899 660 50 118 0 778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5036

[startup+0.301739 s]
/proc/loadavg: 0.92 0.39 0.14 3/64 10031
/proc/meminfo: memFree=1419680/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=0
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200623358 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10031/statm: 360 110 95 260 0 84 0
[pid=10032] ppid=10031 vsize=6368 CPUtime=0.29
/proc/10032/stat : 10032 (march_dl) R 10031 10031 9911 0 -1 4194304 1427 0 0 0 29 0 0 0 21 0 1 0 1200623358 6520832 1422 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10032/statm: 1592 1422 50 118 0 1471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7808

[startup+0.70178 s]
/proc/loadavg: 0.92 0.39 0.14 3/64 10031
/proc/meminfo: memFree=1419680/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=0
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200623358 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10031/statm: 360 110 95 260 0 84 0
[pid=10032] ppid=10031 vsize=11036 CPUtime=0.69
/proc/10032/stat : 10032 (march_dl) R 10031 10031 9911 0 -1 4194304 3457 0 0 0 68 1 0 0 25 0 1 0 1200623358 11300864 1897 1992294400 134512640 134996440 4294956256 18446744073709551615 134533694 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10032/statm: 2759 1897 73 118 0 2638 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12476

[startup+1.50186 s]
/proc/loadavg: 0.92 0.39 0.14 2/66 10033
/proc/meminfo: memFree=1409936/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=0
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200623358 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10031/statm: 360 110 95 260 0 84 0
[pid=10032] ppid=10031 vsize=13624 CPUtime=1.49
/proc/10032/stat : 10032 (march_dl) R 10031 10031 9911 0 -1 4194304 4090 0 0 0 136 13 0 0 25 0 1 0 1200623358 13950976 2530 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10032/statm: 3406 2530 73 118 0 3285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15064

[startup+3.10202 s]
/proc/loadavg: 0.92 0.40 0.15 2/66 10033
/proc/meminfo: memFree=1409552/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=0
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200623358 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10031/statm: 360 110 95 260 0 84 0
[pid=10032] ppid=10031 vsize=13624 CPUtime=3.08
/proc/10032/stat : 10032 (march_dl) R 10031 10031 9911 0 -1 4194304 4090 0 0 0 276 32 0 0 25 0 1 0 1200623358 13950976 2530 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10032/statm: 3406 2530 73 118 0 3285 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15064

[startup+6.30135 s]
/proc/loadavg: 0.92 0.40 0.15 2/66 10034
/proc/meminfo: memFree=1413328/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=1440 CPUtime=4.99
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 135 4634 0 0 0 0 465 34 16 0 1 0 1200623358 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 360 111 96 260 0 84 0
[pid=10034] ppid=10031 vsize=23152 CPUtime=1.28
/proc/10034/stat : 10034 (ubcsat2006) R 10031 10031 9911 0 -1 4194304 4014 0 0 0 126 2 0 0 25 0 1 0 1200623859 23707648 3997 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10034/statm: 5788 3997 156 64 0 5369 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24592

[startup+12.703 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 10034
/proc/meminfo: memFree=1397984/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=35656 CPUtime=12.68
/proc/10031/stat : 10031 (SATzilla2007_C) R 10029 10031 9911 0 -1 4194304 13378 8654 0 0 512 8 708 40 25 0 1 0 1200623358 36511744 7940 1992294400 134512640 135579813 4294956224 18446744073709551615 134656728 0 0 4096 0 0 0 0 17 0 0 0
/proc/10031/statm: 8914 7940 156 260 0 8638 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35656

[startup+25.5013 s]
/proc/loadavg: 0.94 0.44 0.16 2/66 10035
/proc/meminfo: memFree=1370712/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=10248 CPUtime=9.87
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 1977 0 0 0 977 10 0 0 25 0 1 0 1200624919 10493952 1687 1992294400 134512640 135365884 4294956288 18446744073709551615 134543572 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 2562 1687 112 208 0 2334 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 63424

[startup+51.1019 s]
/proc/loadavg: 0.96 0.48 0.19 2/66 10035
/proc/meminfo: memFree=1364888/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=17836 CPUtime=35.47
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 3701 0 0 0 3526 21 0 0 25 0 1 0 1200624919 18264064 3090 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 4459 3090 112 208 0 4231 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71012

[startup+102.305 s]
/proc/loadavg: 0.98 0.57 0.23 2/66 10035
/proc/meminfo: memFree=1358552/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=31172 CPUtime=86.65
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 5928 0 0 0 8633 32 0 0 25 0 1 0 1200624919 31920128 4676 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 7793 4676 112 208 0 7565 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 84348

[startup+162.301 s]
/proc/loadavg: 0.99 0.64 0.27 2/66 10035
/proc/meminfo: memFree=1352536/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=33976 CPUtime=146.6
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 7443 0 0 0 14619 41 0 0 25 0 1 0 1200624919 34791424 6191 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 8494 6191 112 208 0 8266 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 87152

[startup+222.301 s]
/proc/loadavg: 0.99 0.70 0.32 2/66 10035
/proc/meminfo: memFree=1348120/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=36044 CPUtime=206.59
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 8517 0 0 0 20610 49 0 0 25 0 1 0 1200624919 36909056 7265 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 9011 7265 112 208 0 8783 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 89220

[startup+282.302 s]
/proc/loadavg: 0.99 0.75 0.35 2/66 10035
/proc/meminfo: memFree=1345240/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=37044 CPUtime=266.56
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 9263 0 0 0 26600 56 0 0 25 0 1 0 1200624919 37933056 8011 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 9261 8011 112 208 0 9033 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 90220

[startup+342.302 s]
/proc/loadavg: 0.99 0.79 0.39 2/66 10035
/proc/meminfo: memFree=1342040/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=59820 CPUtime=326.53
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 11316 0 0 0 32589 64 0 0 25 0 1 0 1200624919 61255680 8783 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 14955 8783 112 208 0 14727 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 112996


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


[startup+762.306 s]
/proc/loadavg: 0.99 0.94 0.60 2/66 10035
/proc/meminfo: memFree=1327448/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=66792 CPUtime=746.36
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 15116 0 0 0 74535 101 0 0 25 0 1 0 1200624919 68395008 12418 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 16698 12418 112 208 0 16470 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 119968

[startup+822.302 s]
/proc/loadavg: 0.99 0.95 0.62 2/66 10035
/proc/meminfo: memFree=1325848/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=67844 CPUtime=806.33
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 15556 0 0 0 80528 105 0 0 25 0 1 0 1200624919 69472256 12825 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 16961 12825 112 208 0 16733 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 121020

[startup+882.302 s]
/proc/loadavg: 0.99 0.95 0.64 2/66 10035
/proc/meminfo: memFree=1324120/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=68768 CPUtime=866.3
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 15986 0 0 0 86521 109 0 0 25 0 1 0 1200624919 70418432 13255 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17192 13255 112 208 0 16964 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 121944

[startup+942.301 s]
/proc/loadavg: 0.99 0.96 0.66 2/66 10035
/proc/meminfo: memFree=1322392/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=69552 CPUtime=926.28
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 16473 0 0 0 92514 114 0 0 25 0 1 0 1200624919 71221248 13676 1992294400 134512640 135365884 4294956288 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17388 13676 112 208 0 17160 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 122728

[startup+1002.3 s]
/proc/loadavg: 0.99 0.96 0.68 2/66 10035
/proc/meminfo: memFree=1320984/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=70200 CPUtime=986.25
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 16886 0 0 0 98507 118 0 0 25 0 1 0 1200624919 71884800 14023 1992294400 134512640 135365884 4294956288 18446744073709551615 134543650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17550 14023 112 208 0 17322 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 123376

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10035
/proc/meminfo: memFree=1319512/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=70724 CPUtime=1046.22
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17292 0 0 0 104500 122 0 0 25 0 1 0 1200624919 72421376 14396 1992294400 134512640 135365884 4294956288 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17681 14396 112 208 0 17453 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 123900

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.71 2/66 10035
/proc/meminfo: memFree=1318232/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71116 CPUtime=1106.19
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17636 0 0 0 110493 126 0 0 25 0 1 0 1200624919 72822784 14707 1992294400 134512640 135365884 4294956288 18446744073709551615 135090369 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17779 14707 112 208 0 17551 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 124292

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 10035
/proc/meminfo: memFree=1317592/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71380 CPUtime=1166.18
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17794 0 0 0 116488 130 0 0 25 0 1 0 1200624919 73093120 14865 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17845 14865 112 208 0 17617 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 124556

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 10035
/proc/meminfo: memFree=1317528/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71380 CPUtime=1174.17
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17809 0 0 0 117287 130 0 0 25 0 1 0 1200624919 73093120 14880 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17845 14880 112 208 0 17617 0
Current children cumulated CPU time (s) 1189.76
Current children cumulated vsize (KiB) 124556

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 10035
/proc/meminfo: memFree=1317272/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71644 CPUtime=1180.57
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17867 0 0 0 117926 131 0 0 25 0 1 0 1200624919 73363456 14938 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17911 14938 112 208 0 17683 0
Current children cumulated CPU time (s) 1196.16
Current children cumulated vsize (KiB) 124820

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 10035
/proc/meminfo: memFree=1317272/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71644 CPUtime=1182.16
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17870 0 0 0 118085 131 0 0 25 0 1 0 1200624919 73363456 14941 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17911 14941 112 208 0 17683 0
Current children cumulated CPU time (s) 1197.75
Current children cumulated vsize (KiB) 124820

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 10035
/proc/meminfo: memFree=1317272/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71644 CPUtime=1182.96
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17871 0 0 0 118165 131 0 0 25 0 1 0 1200624919 73363456 14942 1992294400 134512640 135365884 4294956288 18446744073709551615 134544070 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17911 14942 112 208 0 17683 0
Current children cumulated CPU time (s) 1198.55
Current children cumulated vsize (KiB) 124820

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 10035
/proc/meminfo: memFree=1317272/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71644 CPUtime=1183.36
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17871 0 0 0 118205 131 0 0 25 0 1 0 1200624919 73363456 14942 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17911 14942 112 208 0 17683 0
Current children cumulated CPU time (s) 1198.95
Current children cumulated vsize (KiB) 124820

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 10035
/proc/meminfo: memFree=1317272/2055920 swapFree=4176456/4192956
[pid=10031] ppid=10029 vsize=53176 CPUtime=15.59
/proc/10031/stat : 10031 (SATzilla2007_C) S 10029 10031 9911 0 -1 4194304 19693 8654 0 0 798 13 708 40 25 0 1 0 1200623358 54452224 10742 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10031/statm: 13294 10742 164 260 0 13018 0
[pid=10035] ppid=10031 vsize=71644 CPUtime=1183.76
/proc/10035/stat : 10035 (zchaff_rand) R 10031 10031 9911 0 -1 4194304 17872 0 0 0 118245 131 0 0 25 0 1 0 1200624919 73363456 14943 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10035/statm: 17911 14943 112 208 0 17683 0
Current children cumulated CPU time (s) 1199.35
Current children cumulated vsize (KiB) 124820

Child status: 17
Real time (s): 1199.97
CPU time (s): 1199.44
CPU user time (s): 1197.57
CPU system time (s): 1.86572
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 124820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.57
system time used= 1.86572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46232
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= 4996

runsolver used 1.08384 second user time and 3.2905 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-09 14:19:40
IDJOB=1594737
IDBENCH=71152
IDSOLVER=558
FILE ID=node27/1594737-1239279580
PBS_JOBID= 9115414
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 60e334561da9fdbaa733cc223a2437e5
RANDOM SEED=795837771

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1420224 kB
Buffers:         57200 kB
Cached:         505700 kB
SwapCached:       9524 kB
Active:          51104 kB
Inactive:       522908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420224 kB
SwapTotal:     4192956 kB
SwapFree:      4176456 kB
Dirty:           14152 kB
Writeback:           0 kB
Mapped:          16800 kB
Slab:            47628 kB
Committed_AS:  3526176 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node27 at 2009-04-09 14:39:40