Trace number 336455

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, and are wall clock time (not CPU 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
SATzilla CRAFTED? 1199.83 1200.3

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
MD5SUM38c3c1a13d0a8eeda16d38e05fb7bc45
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 variables730
Number of clauses43124
Sum of the clauses size123770
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26040
Number of clauses of size 337050
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534

Solver Data (download as text)

10.67/10.76	c run March_dl for 5 seconds ... 
10.67/10.76	c Bin: Executing march_dl
10.67/10.76	c child exit by a signal
10.67/10.76	c march_dl returned code 137.
10.67/10.76	c run saps (UBCSAT implementation) for 2 seconds ... 
10.67/10.76	c Bin: Executing ubcsat2006
10.67/10.76	c child exited successfully
10.67/10.76	c ubcsat2006 returned code 0.
10.67/10.76	c satzilla computing base features
10.67/10.76	c satzilla doing unit-prop probe
10.67/10.76	c satzilla doing local search probe
10.67/10.76	c satzilla doing lobjois search-space size estimate
10.67/10.76	c satzilla's ranking:
10.67/10.76	c 1) zchaff_rand+P: 2.567767
10.67/10.76	c 2) minisat20: 2.612952
10.67/10.76	c 3) minisat20+P: 3.146058
10.67/10.76	c 4) march_dl+P: 3.826844
10.67/10.76	c 5) march_dl: 4.400277
10.67/10.76	c 6) vallst+P: 4.426749
10.67/10.76	c 7) kcnfs+P: 999.000000
10.67/10.76	c 8) kcnfs: 999.000000
10.67/10.76	c 9) vallst: 999.000000
10.67/10.76	c 10) zchaff_rand: 999.000000
10.67/10.76	c satzilla running zchaff_rand with preprocessing ... 
1199.71/1200.29	c Preprocessing...
1199.71/1200.29	c Inital problem has 730 variables, 37084 nary clauses (6040 binary clauses).
1199.71/1200.29	c Num non-binary clauses 37084, Average non-binary clause length 3.012
1199.71/1200.29	c Theory has no gaps
1199.71/1200.29	c Preprocessor runtime was 0.190 seconds.
1199.71/1200.29	c 
1199.71/1200.29	c Satisfiability of theory still undetermined.
1199.71/1200.29	c See file /tmp/cNteWa for simplified theory.
1199.71/1200.29	c Bin: Executing zchaff_rand
1199.71/1200.29	c child exit by a signal
1199.71/1200.29	c zchaff_rand returned code 137.
1199.71/1200.29	c zchaff_rand returned code 137.
1199.71/1200.29	c Satzilla Timed out!
1199.71/1200.29	s UNKNOWN
1199.71/1200.29	c SATZILLA_TIME=1200.000000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node23/watcher-336455-1173647121 -o ROOT/results/node23/solver-336455-1173647121 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336455-1173647121/SATzilla2007_C /tmp/evaluation/336455-1173647121/instance-336455-1173647121.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): 2400 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.98 0.99 3/77 6807
/proc/meminfo: memFree=1871960/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=0
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90680412 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 360 110 95 260 0 84 0
[pid=6808] ppid=6807 vsize=980 CPUtime=0
/proc/6808/stat : 6808 (march_dl) R 6807 6807 6051 0 -1 4194304 130 0 0 0 0 0 0 0 19 0 1 0 90680412 1003520 125 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6808/statm: 245 125 50 118 0 124 0

[startup+0.013953 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6807
/proc/meminfo: memFree=1871960/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=0
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90680412 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 360 110 95 260 0 84 0
[pid=6808] ppid=6807 vsize=1112 CPUtime=0.01
/proc/6808/stat : 6808 (march_dl) R 6807 6807 6051 0 -1 4194304 165 0 0 0 1 0 0 0 19 0 1 0 90680412 1138688 160 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6808/statm: 278 160 50 118 0 157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2552

[startup+0.102971 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6807
/proc/meminfo: memFree=1871960/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=0
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90680412 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 360 110 95 260 0 84 0
[pid=6808] ppid=6807 vsize=3032 CPUtime=0.09
/proc/6808/stat : 6808 (march_dl) R 6807 6807 6051 0 -1 4194304 619 0 0 0 9 0 0 0 20 0 1 0 90680412 3104768 525 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134524476 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6808/statm: 758 525 54 118 0 637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4472

[startup+0.30301 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6807
/proc/meminfo: memFree=1871960/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=0
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90680412 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 360 110 95 260 0 84 0
[pid=6808] ppid=6807 vsize=5256 CPUtime=0.29
/proc/6808/stat : 6808 (march_dl) R 6807 6807 6051 0 -1 4194304 3681 0 0 0 28 1 0 0 22 0 1 0 90680412 5382144 1094 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6808/statm: 1314 1094 73 118 0 1193 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6696

[startup+0.701086 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6807
/proc/meminfo: memFree=1871960/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=0
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90680412 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 360 110 95 260 0 84 0
[pid=6808] ppid=6807 vsize=5256 CPUtime=0.69
/proc/6808/stat : 6808 (march_dl) R 6807 6807 6051 0 -1 4194304 3681 0 0 0 59 10 0 0 25 0 1 0 90680412 5382144 1094 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6808/statm: 1314 1094 73 118 0 1193 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6696

[startup+1.50124 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 6809
/proc/meminfo: memFree=1867144/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=0
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90680412 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 360 110 95 260 0 84 0
[pid=6808] ppid=6807 vsize=6184 CPUtime=1.49
/proc/6808/stat : 6808 (march_dl) R 6807 6807 6051 0 -1 4194304 4282 0 0 0 137 12 0 0 25 0 1 0 90680412 6332416 1235 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6808/statm: 1546 1235 75 118 0 1425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7624

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 6809
/proc/meminfo: memFree=1867016/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=0
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90680412 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 360 110 95 260 0 84 0
[pid=6808] ppid=6807 vsize=6184 CPUtime=3.09
/proc/6808/stat : 6808 (march_dl) R 6807 6807 6051 0 -1 4194304 4282 0 0 0 297 12 0 0 25 0 1 0 90680412 6332416 1235 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527818 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6808/statm: 1546 1235 75 118 0 1425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7624

[startup+6.30117 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 6810
/proc/meminfo: memFree=1869000/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=1440 CPUtime=4.99
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 135 4282 0 0 0 0 487 12 16 0 1 0 90680412 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6807/statm: 360 111 96 260 0 84 0
[pid=6810] ppid=6807 vsize=6188 CPUtime=1.29
/proc/6810/stat : 6810 (ubcsat2006) R 6807 6807 6051 0 -1 4194304 788 0 0 0 127 2 0 0 25 0 1 0 90680912 6336512 771 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6810/statm: 1547 771 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1858888/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=10096 CPUtime=1.69
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 1906 0 0 0 165 4 0 0 25 0 1 0 90681512 10338304 1615 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 2524 1615 112 208 0 2296 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18540

[startup+25.5029 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1846088/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=27076 CPUtime=14.48
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 5187 0 0 0 1431 17 0 0 25 0 1 0 90681512 27725824 4575 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134550694 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 6769 4575 112 208 0 6541 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35520

[startup+51.1028 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1835592/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=49308 CPUtime=40.06
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 8455 0 0 0 3974 32 0 0 25 0 1 0 90681512 50491392 7202 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543642 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 12327 7202 112 208 0 12099 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 57752

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1816648/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=59152 CPUtime=91.24
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 14450 0 0 0 9068 56 0 0 25 0 1 0 90681512 60571648 11916 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134553927 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 14788 11916 112 208 0 14560 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 67596

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1809288/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=61104 CPUtime=151.22
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 16286 0 0 0 15039 83 0 0 25 0 1 0 90681512 62570496 13752 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 15276 13752 112 208 0 15048 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 69548

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1805576/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=71488 CPUtime=211.19
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 19735 0 0 0 21001 118 0 0 25 0 1 0 90681512 73203712 14640 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 17872 14640 112 208 0 17644 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 79932

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1802248/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=72048 CPUtime=271.17
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 20571 0 0 0 26971 146 0 0 25 0 1 0 90681512 73777152 15476 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 18012 15476 112 208 0 17784 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 80492

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6811
/proc/meminfo: memFree=1797064/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=105984 CPUtime=331.15
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 21840 0 0 0 32945 170 0 0 25 0 1 0 90681512 108527616 16745 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 26496 16745 112 208 0 26268 0

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


[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1773320/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=128500 CPUtime=810.97
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 32897 0 0 0 80700 397 0 0 25 0 1 0 90681512 131584000 22681 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 32125 22681 112 208 0 31897 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 136944

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1770568/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=128660 CPUtime=870.96
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 33583 0 0 0 86671 425 0 0 25 0 1 0 90681512 131747840 23367 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 32165 23367 112 208 0 31937 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 137104

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 6813
/proc/meminfo: memFree=1767688/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=169764 CPUtime=930.93
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 44515 0 0 0 92636 457 0 0 25 0 1 0 90681512 173838336 24058 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42441 24058 112 208 0 42213 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 178208

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1764936/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=169908 CPUtime=990.9
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 45181 0 0 0 98607 483 0 0 25 0 1 0 90681512 173985792 24724 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42477 24724 112 208 0 42249 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 178352

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1762120/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170068 CPUtime=1050.88
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 45903 0 0 0 104577 511 0 0 25 0 1 0 90681512 174149632 25446 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134553765 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42517 25446 112 208 0 42289 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 178512

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1759240/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170212 CPUtime=1110.86
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 46614 0 0 0 110545 541 0 0 25 0 1 0 90681512 174297088 26157 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42553 26157 112 208 0 42325 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 178656

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1756552/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170212 CPUtime=1170.84
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47289 0 0 0 116518 566 0 0 25 0 1 0 90681512 174297088 26832 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42553 26832 112 208 0 42325 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 178656

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1756168/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170356 CPUtime=1178.84
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47381 0 0 0 117315 569 0 0 25 0 1 0 90681512 174444544 26924 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42589 26924 112 208 0 42361 0
Current children cumulated CPU time (s) 1189.82
Current children cumulated vsize (KiB) 178800

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1755912/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170356 CPUtime=1185.24
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47433 0 0 0 117953 571 0 0 25 0 1 0 90681512 174444544 26976 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134553816 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42589 26976 112 208 0 42361 0
Current children cumulated CPU time (s) 1196.22
Current children cumulated vsize (KiB) 178800

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1755848/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170356 CPUtime=1186.84
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47454 0 0 0 118112 572 0 0 25 0 1 0 90681512 174444544 26997 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42589 26997 112 208 0 42361 0
Current children cumulated CPU time (s) 1197.82
Current children cumulated vsize (KiB) 178800

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1755848/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170356 CPUtime=1187.64
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47463 0 0 0 118192 572 0 0 25 0 1 0 90681512 174444544 27006 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42589 27006 112 208 0 42361 0
Current children cumulated CPU time (s) 1198.62
Current children cumulated vsize (KiB) 178800

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1755848/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170356 CPUtime=1188.43
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47475 0 0 0 118271 572 0 0 25 0 1 0 90681512 174444544 27018 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42589 27018 112 208 0 42361 0
Current children cumulated CPU time (s) 1199.41
Current children cumulated vsize (KiB) 178800

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1755784/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170356 CPUtime=1188.63
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47476 0 0 0 118291 572 0 0 25 0 1 0 90681512 174444544 27019 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42589 27019 112 208 0 42361 0
Current children cumulated CPU time (s) 1199.61
Current children cumulated vsize (KiB) 178800

[startup+1200.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6813
/proc/meminfo: memFree=1755784/2055920 swapFree=4140896/4192956
[pid=6807] ppid=6805 vsize=8444 CPUtime=10.98
/proc/6807/stat : 6807 (SATzilla2007_C) S 6805 6807 6051 0 -1 4194304 3856 5076 0 0 381 8 693 16 25 0 1 0 90680412 8646656 1929 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6807/statm: 2111 1929 164 260 0 1835 0
[pid=6811] ppid=6807 vsize=170356 CPUtime=1188.73
/proc/6811/stat : 6811 (zchaff_rand) R 6807 6807 6051 0 -1 4194304 47477 0 0 0 118301 572 0 0 25 0 1 0 90681512 174444544 27020 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6811/statm: 42589 27020 112 208 0 42361 0
Current children cumulated CPU time (s) 1199.71
Current children cumulated vsize (KiB) 178800

Child status: 1
Real time (s): 1200.3
CPU time (s): 1199.83
CPU user time (s): 1193.84
CPU system time (s): 5.99409
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 178800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1193.84
system time used= 5.99409
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56419
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= 26
involuntary context switches= 16317

runsolver used 1.17682 second user time and 3.19651 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Mar 11 21:05:21 UTC 2007

IDJOB= 336455
IDBENCH= 24675
IDSOLVER= 135
FILE ID= node23/336455-1173647121

PBS_JOBID= 4101339

Free space on /tmp= 66513 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336455-1173647121/SATzilla2007_C /tmp/evaluation/336455-1173647121/instance-336455-1173647121.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-336455-1173647121 -o ROOT/results/node23/solver-336455-1173647121 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336455-1173647121/SATzilla2007_C /tmp/evaluation/336455-1173647121/instance-336455-1173647121.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  38c3c1a13d0a8eeda16d38e05fb7bc45

RANDOM SEED= 782350261

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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	: 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.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:       1872368 kB
Buffers:         29768 kB
Cached:          98804 kB
SwapCached:      15520 kB
Active:          93024 kB
Inactive:        62552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872368 kB
SwapTotal:     4192956 kB
SwapFree:      4140896 kB
Dirty:            8968 kB
Writeback:           0 kB
Mapped:          29636 kB
Slab:            13604 kB
Committed_AS:   217804 kB
PageTables:       1732 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= 66513 MiB

End job on node23 on Sun Mar 11 21:25:21 UTC 2007