Trace number 307366

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? (exit code) 1199.83 1200.21

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1330787624-15.cnf
MD5SUMeb155c81f20e69e23b4896a7d3630770
Bench CategoryRANDOM (random 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 variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

12.44/12.57	c run March_dl for 5 seconds ... 
12.44/12.57	c Bin: Executing march_dl
12.44/12.57	c child exit by a signal
12.44/12.57	c march_dl returned code 137.
12.44/12.57	c run saps (UBCSAT implementation) for 2 seconds ... 
12.44/12.57	c Bin: Executing ubcsat2006
12.44/12.57	c child exited successfully
12.44/12.57	c ubcsat2006 returned code 0.
12.44/12.57	c satzilla computing base features
12.44/12.57	c satzilla doing unit-prop probe
12.44/12.57	c satzilla doing local search probe
12.44/12.57	c satzilla doing lobjois search-space size estimate
12.44/12.57	c satzilla's ranking:
12.44/12.57	c 1) march_dl: 1.833276
12.44/12.57	c 2) march_dl+P: 2.470624
12.44/12.57	c 3) minisat20: 2.732240
12.44/12.57	c 4) vallst+P: 2.742666
12.44/12.57	c 5) zchaff_rand+P: 2.776112
12.44/12.57	c 6) minisat20+P: 3.401796
12.44/12.57	c 7) kcnfs+P: 999.000000
12.44/12.57	c 8) kcnfs: 999.000000
12.44/12.57	c 9) vallst: 999.000000
12.44/12.57	c 10) zchaff_rand: 999.000000
12.44/12.57	c satzilla running march_dl ... 
1199.30/1199.72	c Bin: Executing march_dl
1199.30/1199.72	c child exit by a signal
1199.30/1199.72	c march_dl returned code 137.
1199.30/1199.72	c march_dl returned code 137.
1199.30/1199.72	c satzilla running march_dl with preprocessing ... 
1199.72/1200.20	c Preprocessing...
1199.72/1200.20	c Inital problem has 19000 variables, 79800 nary clauses (0 binary clauses).
1199.72/1200.20	c Num non-binary clauses 79800, Average non-binary clause length 3.000
1199.72/1200.20	c Theory has no gaps
1199.72/1200.20	c Preprocessor runtime was 0.360 seconds.
1199.72/1200.20	c 
1199.72/1200.20	c Satisfiability of theory still undetermined.
1199.72/1200.20	c See file /tmp/0ahaOp for simplified theory.
1199.72/1200.20	c Bin: Executing march_dl
1199.72/1200.20	c march_dl returned code 1.
1199.72/1200.20	c march_dl returned code 1.
1199.72/1200.20	c satzilla running minisat20 ... 
1199.72/1200.20	c Bin: Executing minisat20
1199.72/1200.20	c minisat20 returned code 1.
1199.72/1200.20	c minisat20 returned code 1.
1199.72/1200.20	c satzilla running vallst with preprocessing ... 
1199.72/1200.20	c Bin: Executing vallst
1199.72/1200.20	c vallst returned code 1.
1199.72/1200.20	c vallst returned code 1.
1199.72/1200.20	c satzilla running zchaff_rand with preprocessing ... 
1199.72/1200.20	c Bin: Executing zchaff_rand
1199.72/1200.20	c zchaff_rand returned code 1.
1199.72/1200.20	c zchaff_rand returned code 1.
1199.72/1200.20	c satzilla running minisat20 with preprocessing ... 
1199.72/1200.20	c Bin: Executing minisat20
1199.72/1200.20	c minisat20 returned code 1.
1199.72/1200.20	c minisat20 returned code 1.
1199.72/1200.20	c satzilla running kcnfs with preprocessing ... 
1199.72/1200.20	c Bin: Executing kcnfs
1199.72/1200.20	c kcnfs returned code 1.
1199.72/1200.20	c kcnfs returned code 1.
1199.72/1200.20	c satzilla running kcnfs ... 
1199.72/1200.20	c Bin: Executing kcnfs
1199.72/1200.20	c kcnfs returned code 1.
1199.72/1200.20	c kcnfs returned code 1.
1199.72/1200.20	c satzilla running vallst ... 
1199.72/1200.20	c Bin: Executing vallst
1199.72/1200.20	c vallst returned code 1.
1199.72/1200.20	c vallst returned code 1.
1199.72/1200.20	c satzilla running zchaff_rand ... 
1199.72/1200.21	c Bin: Executing zchaff_rand
1199.72/1200.21	c zchaff_rand returned code 1.
1199.72/1200.21	c zchaff_rand returned code 1.
1199.72/1200.21	c ERROR: All Failed! 
1199.72/1200.21	c SATZILLA_TIME=1199.990000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-307366-1172118858 -o ROOT/results/node11/solver-307366-1172118858 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307366-1172118858/SATzilla2007_C /tmp/evaluation/307366-1172118858/instance-307366-1172118858.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.93 0.99 0.99 3/77 13962
/proc/meminfo: memFree=1660744/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=1440 CPUtime=0
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231840378 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 360 110 95 260 0 84 0
[pid=13963] ppid=13962 vsize=2376 CPUtime=0
/proc/13963/stat : 13963 (march_dl) R 13962 13962 10740 0 -1 4194304 425 0 0 0 0 0 0 0 20 0 1 0 231840378 2433024 420 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13963/statm: 594 420 50 118 0 473 0

[startup+0.107689 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 13962
/proc/meminfo: memFree=1660744/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=1440 CPUtime=0
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231840378 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 360 110 95 260 0 84 0
[pid=13963] ppid=13962 vsize=3564 CPUtime=0.1
/proc/13963/stat : 13963 (march_dl) R 13962 13962 10740 0 -1 4194304 770 0 0 0 10 0 0 0 20 0 1 0 231840378 3649536 765 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13963/statm: 891 765 50 118 0 770 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5004

[startup+0.519736 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 13962
/proc/meminfo: memFree=1660744/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=1440 CPUtime=0
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231840378 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 360 110 95 260 0 84 0
[pid=13963] ppid=13962 vsize=6732 CPUtime=0.51
/proc/13963/stat : 13963 (march_dl) R 13962 13962 10740 0 -1 4194304 3888 0 0 0 50 1 0 0 24 0 1 0 231840378 6893568 1311 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544502 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13963/statm: 1683 1311 55 118 0 1562 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8172

[startup+1.34583 s]
/proc/loadavg: 0.93 0.99 0.99 2/79 13964
/proc/meminfo: memFree=1647992/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=1440 CPUtime=0
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231840378 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 360 110 95 260 0 84 0
[pid=13963] ppid=13962 vsize=22552 CPUtime=1.34
/proc/13963/stat : 13963 (march_dl) R 13962 13962 10740 0 -1 4194304 13900 0 0 0 129 5 0 0 25 0 1 0 231840378 23093248 5067 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134578489 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13963/statm: 5638 5067 71 118 0 5517 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 23992

[startup+2.98203 s]
/proc/loadavg: 0.93 0.99 0.99 2/79 13964
/proc/meminfo: memFree=1640440/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=1440 CPUtime=0
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231840378 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 360 110 95 260 0 84 0
[pid=13963] ppid=13962 vsize=20924 CPUtime=2.96
/proc/13963/stat : 13963 (march_dl) R 13962 13962 10740 0 -1 4194304 15705 0 0 0 250 46 0 0 25 0 1 0 231840378 21426176 4745 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134587985 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13963/statm: 5231 4745 74 118 0 5110 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22364

[startup+6.25841 s]
/proc/loadavg: 0.93 0.99 0.99 2/79 13965
/proc/meminfo: memFree=1654904/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=1440 CPUtime=4.99
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 135 15708 0 0 0 0 452 47 16 0 1 0 231840378 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13962/statm: 360 111 96 260 0 84 0
[pid=13965] ppid=13962 vsize=10288 CPUtime=1.19
/proc/13965/stat : 13965 (ubcsat2006) R 13962 13962 10740 0 -1 4194304 1516 0 0 0 118 1 0 0 25 0 1 0 231840883 10534912 1499 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13965/statm: 2572 1499 156 64 0 2153 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 11728

[startup+12.7162 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 13965
/proc/meminfo: memFree=1654784/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 6964

[startup+25.5237 s]
/proc/loadavg: 0.95 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1635896/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=21368 CPUtime=12.93
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 15810 0 0 0 1248 45 0 0 25 0 1 0 231841636 21880832 4850 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 5342 4850 74 118 0 5221 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 28332

[startup+51.1547 s]
/proc/loadavg: 0.97 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1633144/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=24612 CPUtime=38.55
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16482 0 0 0 3809 46 0 0 25 0 1 0 231841636 25202688 5522 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6153 5522 74 118 0 6032 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 31576

[startup+102.408 s]
/proc/loadavg: 0.98 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1632568/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=25252 CPUtime=89.8
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16628 0 0 0 8933 47 0 0 25 0 1 0 231841636 25858048 5668 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6313 5668 74 118 0 6192 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 32216

[startup+162.485 s]
/proc/loadavg: 0.99 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1632184/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=25504 CPUtime=149.85
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16706 0 0 0 14938 47 0 0 25 0 1 0 231841636 26116096 5746 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6376 5746 74 118 0 6255 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 32468

[startup+222.56 s]
/proc/loadavg: 0.99 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1631864/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=25756 CPUtime=209.91
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16774 0 0 0 20943 48 0 0 25 0 1 0 231841636 26374144 5814 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6439 5814 74 118 0 6318 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 32720

[startup+282.634 s]
/proc/loadavg: 0.99 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1631672/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=26004 CPUtime=269.97
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16822 0 0 0 26949 48 0 0 25 0 1 0 231841636 26628096 5862 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528310 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6501 5862 74 118 0 6380 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 32968

[startup+342.705 s]
/proc/loadavg: 0.99 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1631544/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=26120 CPUtime=330.02
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16861 0 0 0 32953 49 0 0 25 0 1 0 231841636 26746880 5901 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6530 5901 74 118 0 6409 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 33084

[startup+402.781 s]
/proc/loadavg: 0.99 0.99 0.99 2/79 13966
/proc/meminfo: memFree=1631416/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=26244 CPUtime=390.09
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16892 0 0 0 38959 50 0 0 25 0 1 0 231841636 26873856 5932 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6561 5932 74 118 0 6440 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 33208

[startup+462.855 s]
/proc/loadavg: 0.99 0.99 0.99 2/79 13968
/proc/meminfo: memFree=1631160/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=26368 CPUtime=450.14
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 16924 0 0 0 44964 50 0 0 25 0 1 0 231841636 27000832 5964 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6592 5964 74 118 0 6471 0
Current children cumulated CPU time (s) 462.65
Current children cumulated vsize (KiB) 33332

[startup+522.929 s]

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

/proc/meminfo: memFree=1630456/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=26872 CPUtime=750.42
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17050 0 0 0 74989 53 0 0 25 0 1 0 231841636 27516928 6090 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6718 6090 74 118 0 6597 0
Current children cumulated CPU time (s) 762.93
Current children cumulated vsize (KiB) 33836

[startup+823.289 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13968
/proc/meminfo: memFree=1630392/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=26996 CPUtime=810.47
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17074 0 0 0 80994 53 0 0 25 0 1 0 231841636 27643904 6114 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533013 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6749 6114 74 118 0 6628 0
Current children cumulated CPU time (s) 822.98
Current children cumulated vsize (KiB) 33960

[startup+883.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13968
/proc/meminfo: memFree=1630328/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27120 CPUtime=870.53
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17093 0 0 0 86999 54 0 0 25 0 1 0 231841636 27770880 6133 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6780 6133 74 118 0 6659 0
Current children cumulated CPU time (s) 883.04
Current children cumulated vsize (KiB) 34084

[startup+943.432 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13968
/proc/meminfo: memFree=1630264/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27120 CPUtime=930.59
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17107 0 0 0 93005 54 0 0 25 0 1 0 231841636 27770880 6147 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6780 6147 74 118 0 6659 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 34084

[startup+1003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13968
/proc/meminfo: memFree=1630200/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27236 CPUtime=990.64
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17121 0 0 0 99009 55 0 0 25 0 1 0 231841636 27889664 6161 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6809 6161 74 118 0 6688 0
Current children cumulated CPU time (s) 1003.15
Current children cumulated vsize (KiB) 34200

[startup+1063.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13968
/proc/meminfo: memFree=1630136/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27236 CPUtime=1050.7
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17135 0 0 0 105015 55 0 0 25 0 1 0 231841636 27889664 6175 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6809 6175 74 118 0 6688 0
Current children cumulated CPU time (s) 1063.21
Current children cumulated vsize (KiB) 34200

[startup+1123.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13968
/proc/meminfo: memFree=1630072/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27236 CPUtime=1110.76
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17149 0 0 0 111020 56 0 0 25 0 1 0 231841636 27889664 6189 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526928 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6809 6189 74 118 0 6688 0
Current children cumulated CPU time (s) 1123.27
Current children cumulated vsize (KiB) 34200

[startup+1183.72 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 13968
/proc/meminfo: memFree=1630008/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27356 CPUtime=1170.81
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17163 0 0 0 117025 56 0 0 25 0 1 0 231841636 28012544 6203 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6839 6203 74 118 0 6718 0
Current children cumulated CPU time (s) 1183.32
Current children cumulated vsize (KiB) 34320

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

[startup+1187.51 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 13968
/proc/meminfo: memFree=1630008/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27356 CPUtime=1174.6
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17165 0 0 0 117404 56 0 0 25 0 1 0 231841636 28012544 6205 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6839 6205 74 118 0 6718 0
Current children cumulated CPU time (s) 1187.11
Current children cumulated vsize (KiB) 34320

[startup+1194.07 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 13968
/proc/meminfo: memFree=1630008/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27356 CPUtime=1181.15
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17165 0 0 0 118059 56 0 0 25 0 1 0 231841636 28012544 6205 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6839 6205 74 118 0 6718 0
Current children cumulated CPU time (s) 1193.66
Current children cumulated vsize (KiB) 34320

[startup+1197.34 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 13968
/proc/meminfo: memFree=1630008/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27356 CPUtime=1184.43
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17165 0 0 0 118387 56 0 0 25 0 1 0 231841636 28012544 6205 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6839 6205 74 118 0 6718 0
Current children cumulated CPU time (s) 1196.94
Current children cumulated vsize (KiB) 34320

[startup+1199 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 13968
/proc/meminfo: memFree=1629944/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=6964 CPUtime=12.51
/proc/13962/stat : 13962 (SATzilla2007_C) S 13960 13962 10740 0 -1 4194304 5432 17230 0 0 528 6 664 53 25 0 1 0 231840378 7131136 1547 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13962/statm: 1741 1547 157 260 0 1465 0
[pid=13966] ppid=13962 vsize=27356 CPUtime=1186.08
/proc/13966/stat : 13966 (march_dl) R 13962 13962 10740 0 -1 4194304 17168 0 0 0 118552 56 0 0 25 0 1 0 231841636 28012544 6208 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134587278 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 6839 6208 74 118 0 6718 0
Current children cumulated CPU time (s) 1198.59
Current children cumulated vsize (KiB) 34320

[startup+1199.81 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 13968
/proc/meminfo: memFree=1652416/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=8948 CPUtime=1199.41
/proc/13962/stat : 13962 (SATzilla2007_C) R 13960 13962 10740 0 -1 4194304 6228 34398 0 0 536 6 119289 110 18 0 1 0 231840378 9162752 2045 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135063928 0 0 4096 0 0 0 0 17 0 0 0
/proc/13962/statm: 2237 2045 157 260 0 1961 0
Current children cumulated CPU time (s) 1199.41
Current children cumulated vsize (KiB) 8948

[startup+1200.02 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 13968
/proc/meminfo: memFree=1652416/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=26400 CPUtime=1199.62
/proc/13962/stat : 13962 (SATzilla2007_C) R 13960 13962 10740 0 -1 4194304 8770 34398 0 0 553 10 119289 110 20 0 1 0 231840378 27033600 4542 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/13962/statm: 6600 4542 164 260 0 6324 0
Current children cumulated CPU time (s) 1199.62
Current children cumulated vsize (KiB) 26400

[startup+1200.12 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 13968
/proc/meminfo: memFree=1652416/2055920 swapFree=4192812/4192956
[pid=13962] ppid=13960 vsize=19812 CPUtime=1199.72
/proc/13962/stat : 13962 (SATzilla2007_C) R 13960 13962 10740 0 -1 4194304 8825 34398 0 0 562 11 119289 110 21 0 1 0 231840378 20287488 4554 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135274638 0 0 4096 0 0 0 0 17 0 0 0
/proc/13962/statm: 4953 4554 165 260 0 4677 0
Current children cumulated CPU time (s) 1199.72
Current children cumulated vsize (KiB) 19812

Child status: 17
Real time (s): 1200.21
CPU time (s): 1199.83
CPU user time (s): 1198.6
CPU system time (s): 1.22881
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 34320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.6
system time used= 1.22881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43230
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= 27
involuntary context switches= 25077

runsolver used 1.13983 second user time and 3.12453 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Thu Feb 22 04:34:18 UTC 2007

IDJOB= 307366
IDBENCH= 20203
IDSOLVER= 135
FILE ID= node11/307366-1172118858

PBS_JOBID= 3865363

Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1330787624-15.cnf
COMMAND LINE= /tmp/evaluation/307366-1172118858/SATzilla2007_C /tmp/evaluation/307366-1172118858/instance-307366-1172118858.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-307366-1172118858 -o ROOT/results/node11/solver-307366-1172118858 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307366-1172118858/SATzilla2007_C /tmp/evaluation/307366-1172118858/instance-307366-1172118858.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  eb155c81f20e69e23b4896a7d3630770

RANDOM SEED= 127169579

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1661152 kB
Buffers:         35932 kB
Cached:         250348 kB
SwapCached:          0 kB
Active:         116124 kB
Inactive:       213464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9916 kB
Writeback:           0 kB
Mapped:          62164 kB
Slab:            50716 kB
Committed_AS:   769528 kB
PageTables:       1756 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= 66540 MiB

End job on node11 on Thu Feb 22 04:54:19 UTC 2007