Trace number 1786065

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? 4999.62 5001.71

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
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 variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

20.85/20.99	c run March_dl for 5 seconds ... 
20.85/20.99	c Bin: Executing march_dl
20.85/20.99	c child exit by a signal
20.85/20.99	c march_dl returned code 137.
20.85/20.99	c run saps (UBCSAT implementation) for 2 seconds ... 
20.85/20.99	c Bin: Executing ubcsat2006
20.85/20.99	c child exited successfully
20.85/20.99	c ubcsat2006 returned code 0.
20.85/20.99	c satzilla computing base features
20.85/20.99	c satzilla doing unit-prop probe
20.85/20.99	c satzilla doing local search probe
20.85/20.99	c satzilla doing lobjois search-space size estimate
20.85/20.99	c satzilla's ranking:
20.85/20.99	c 1) march_dl: 2.915664
20.85/20.99	c 2) march_dl+P: 2.999238
20.85/20.99	c 3) zchaff_rand+P: 3.547373
20.85/20.99	c 4) vallst+P: 3.600375
20.85/20.99	c 5) minisat20: 3.640952
20.85/20.99	c 6) minisat20+P: 4.532092
20.85/20.99	c 7) kcnfs+P: 999.000000
20.85/20.99	c 8) kcnfs: 999.000000
20.85/20.99	c 9) vallst: 999.000000
20.85/20.99	c 10) zchaff_rand: 999.000000
20.85/20.99	c satzilla running march_dl ... 
4999.09/5001.28	c Bin: Executing march_dl
4999.09/5001.28	c child exit by a signal
4999.09/5001.28	c march_dl returned code 137.
4999.09/5001.28	c march_dl returned code 137.
4999.09/5001.28	c satzilla running march_dl with preprocessing ... 
4999.50/5001.70	c Preprocessing...
4999.50/5001.70	c Inital problem has 1560 variables, 60 nary clauses (133735 binary clauses).
4999.50/5001.70	c Num non-binary clauses 60, Average non-binary clause length 26.000
4999.50/5001.70	c Theory has no gaps
4999.50/5001.70	c Preprocessor runtime was 0.270 seconds.
4999.50/5001.70	c 
4999.50/5001.70	c Satisfiability of theory still undetermined.
4999.50/5001.70	c See file /tmp/FYQoVe for simplified theory.
4999.50/5001.70	c Bin: Executing march_dl
4999.50/5001.70	c march_dl returned code 1.
4999.50/5001.70	c march_dl returned code 1.
4999.50/5001.70	c Satzilla Timed out!
4999.50/5001.70	s UNKNOWN
4999.50/5001.70	c SATZILLA_TIME=5000.360000

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1786065-1241946603/watcher-1786065-1241946603 -o /tmp/evaluation-result-1786065-1241946603/solver-1786065-1241946603 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1786065-1241946603.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 1.00 1.00 1.00 3/65 19699
/proc/meminfo: memFree=1772800/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=0
/proc/19699/stat : 19699 (SATzilla2007_C) R 19697 19699 19620 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 222689592 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/19699/statm: 360 110 95 260 0 84 0
[pid=19700] ppid=19699 vsize=1816 CPUtime=0
/proc/19700/stat : 19700 (march_dl) R 19699 19699 19620 0 -1 4194304 233 0 0 0 0 0 0 0 18 0 1 0 222689592 1859584 228 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19700/statm: 454 228 50 118 0 333 0

[startup+0.0597891 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19699
/proc/meminfo: memFree=1772800/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=0
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222689592 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19699/statm: 360 110 95 260 0 84 0
[pid=19700] ppid=19699 vsize=2608 CPUtime=0.05
/proc/19700/stat : 19700 (march_dl) R 19699 19699 19620 0 -1 4194304 517 0 0 0 5 0 0 0 19 0 1 0 222689592 2670592 512 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19700/statm: 652 512 50 118 0 531 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4048

[startup+0.101792 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19699
/proc/meminfo: memFree=1772800/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=0
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222689592 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19699/statm: 360 110 95 260 0 84 0
[pid=19700] ppid=19699 vsize=3400 CPUtime=0.09
/proc/19700/stat : 19700 (march_dl) R 19699 19699 19620 0 -1 4194304 734 0 0 0 9 0 0 0 19 0 1 0 222689592 3481600 729 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19700/statm: 850 729 50 118 0 729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4840

[startup+0.301812 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19699
/proc/meminfo: memFree=1772800/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=0
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222689592 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19699/statm: 360 110 95 260 0 84 0
[pid=19700] ppid=19699 vsize=6564 CPUtime=0.29
/proc/19700/stat : 19700 (march_dl) R 19699 19699 19620 0 -1 4194304 4170 0 0 0 28 1 0 0 21 0 1 0 222689592 6721536 1059 1992294400 134512640 134996440 4294956256 18446744073709551615 134542894 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19700/statm: 1641 1059 57 118 0 1520 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8004

[startup+0.701854 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19699
/proc/meminfo: memFree=1772800/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=0
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222689592 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19699/statm: 360 110 95 260 0 84 0
[pid=19700] ppid=19699 vsize=14164 CPUtime=0.69
/proc/19700/stat : 19700 (march_dl) R 19699 19699 19620 0 -1 4194304 11038 0 0 0 65 4 0 0 25 0 1 0 222689592 14503936 2818 1992294400 134512640 134996440 4294956256 18446744073709551615 134617249 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19700/statm: 3541 2818 73 118 0 3420 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15604

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19701
/proc/meminfo: memFree=1761648/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=0
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222689592 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19699/statm: 360 110 95 260 0 84 0
[pid=19700] ppid=19699 vsize=19152 CPUtime=1.49
/proc/19700/stat : 19700 (march_dl) R 19699 19699 19620 0 -1 4194304 15279 0 0 0 143 6 0 0 25 0 1 0 222689592 19611648 3021 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19700/statm: 4788 3021 75 118 0 4667 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20592

[startup+3.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19701
/proc/meminfo: memFree=1759408/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=0
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222689592 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19699/statm: 360 110 95 260 0 84 0
[pid=19700] ppid=19699 vsize=20940 CPUtime=3.09
/proc/19700/stat : 19700 (march_dl) R 19699 19699 19620 0 -1 4194304 15715 0 0 0 303 6 0 0 25 0 1 0 222689592 21442560 3457 1992294400 134512640 134996440 4294956256 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19700/statm: 5235 3457 75 118 0 5114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22380

[startup+6.30145 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 19702
/proc/meminfo: memFree=1765744/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=1440 CPUtime=4.99
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 135 15796 0 0 0 0 493 6 16 0 1 0 222689592 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 360 111 96 260 0 84 0
[pid=19702] ppid=19699 vsize=10288 CPUtime=1.28
/proc/19702/stat : 19702 (ubcsat2006) R 19699 19699 19620 0 -1 4194304 1728 0 0 0 126 2 0 0 25 0 1 0 222690092 10534912 1711 1992294400 134512640 134777720 4294956112 18446744073709551615 134703405 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19702/statm: 2572 1711 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 19702
/proc/meminfo: memFree=1766584/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=6976 CPUtime=12.65
/proc/19699/stat : 19699 (SATzilla2007_C) R 19697 19699 19620 0 -1 4194304 3410 17530 0 0 548 1 705 11 25 0 1 0 222689592 7143424 1547 1992294400 134512640 135579813 4294956224 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 1 0 0
/proc/19699/statm: 1744 1547 124 260 0 1468 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 6976

[startup+25.5014 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 19703
/proc/meminfo: memFree=1752624/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=21204 CPUtime=4.49
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 15779 0 0 0 443 6 0 0 25 0 1 0 222691692 21712896 3522 1992294400 134512640 134996440 4294956256 18446744073709551615 134551505 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 5301 3522 75 118 0 5180 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 28552

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 19703
/proc/meminfo: memFree=1751984/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=21860 CPUtime=30.07
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 15946 0 0 0 3001 6 0 0 25 0 1 0 222691692 22384640 3689 1992294400 134512640 134996440 4294956256 18446744073709551615 134527862 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 5465 3689 75 118 0 5344 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 29208

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 19703
/proc/meminfo: memFree=1751728/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=22120 CPUtime=81.26
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16031 0 0 0 8119 7 0 0 25 0 1 0 222691692 22650880 3774 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 5530 3774 75 118 0 5409 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 29468

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19703
/proc/meminfo: memFree=1751472/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=22384 CPUtime=141.23
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16089 0 0 0 14116 7 0 0 25 0 1 0 222691692 22921216 3832 1992294400 134512640 134996440 4294956256 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 5596 3832 75 118 0 5475 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 29732

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19703
/proc/meminfo: memFree=1751216/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=22640 CPUtime=201.2
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16141 0 0 0 20113 7 0 0 25 0 1 0 222691692 23183360 3884 1992294400 134512640 134996440 4294956256 18446744073709551615 134526958 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 5660 3884 75 118 0 5539 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 29988

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19703
/proc/meminfo: memFree=1751152/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=22772 CPUtime=261.17
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16172 0 0 0 26110 7 0 0 25 0 1 0 222691692 23318528 3915 1992294400 134512640 134996440 4294956256 18446744073709551615 134528324 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 5693 3915 75 118 0 5572 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 30120

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19703
/proc/meminfo: memFree=1750960/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=22900 CPUtime=321.15
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16208 0 0 0 32108 7 0 0 25 0 1 0 222691692 23449600 3951 1992294400 134512640 134996440 4294956256 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 5725 3951 75 118 0 5604 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 30248


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

/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4639.39
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16780 0 0 0 463928 11 0 0 25 0 1 0 222691692 25726976 4523 1992294400 134512640 134996440 4294956256 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4523 75 118 0 6160 0
Current children cumulated CPU time (s) 4660.33
Current children cumulated vsize (KiB) 32472

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19711
/proc/meminfo: memFree=1747376/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4699.37
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16786 0 0 0 469926 11 0 0 25 0 1 0 222691692 25726976 4529 1992294400 134512640 134996440 4294956256 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4529 75 118 0 6160 0
Current children cumulated CPU time (s) 4720.31
Current children cumulated vsize (KiB) 32472

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19711
/proc/meminfo: memFree=1747376/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4759.34
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16791 0 0 0 475923 11 0 0 25 0 1 0 222691692 25726976 4534 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4534 75 118 0 6160 0
Current children cumulated CPU time (s) 4780.28
Current children cumulated vsize (KiB) 32472

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19711
/proc/meminfo: memFree=1747312/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4819.32
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16795 0 0 0 481921 11 0 0 25 0 1 0 222691692 25726976 4538 1992294400 134512640 134996440 4294956256 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4538 75 118 0 6160 0
Current children cumulated CPU time (s) 4840.26
Current children cumulated vsize (KiB) 32472

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19711
/proc/meminfo: memFree=1747248/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4879.29
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16796 0 0 0 487918 11 0 0 25 0 1 0 222691692 25726976 4539 1992294400 134512640 134996440 4294956256 18446744073709551615 134551309 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4539 75 118 0 6160 0
Current children cumulated CPU time (s) 4900.23
Current children cumulated vsize (KiB) 32472

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19711
/proc/meminfo: memFree=1747248/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4939.27
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16797 0 0 0 493916 11 0 0 25 0 1 0 222691692 25726976 4540 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4540 75 118 0 6160 0
Current children cumulated CPU time (s) 4960.21
Current children cumulated vsize (KiB) 32472

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19711
/proc/meminfo: memFree=1747248/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4943.27
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16797 0 0 0 494316 11 0 0 25 0 1 0 222691692 25726976 4540 1992294400 134512640 134996440 4294956256 18446744073709551615 134527002 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4540 75 118 0 6160 0
Current children cumulated CPU time (s) 4964.21
Current children cumulated vsize (KiB) 32472

[startup+4979.1 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 19711
/proc/meminfo: memFree=1747184/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25124 CPUtime=4956.06
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16797 0 0 0 495595 11 0 0 25 0 1 0 222691692 25726976 4540 1992294400 134512640 134996440 4294956256 18446744073709551615 134527777 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6281 4540 75 118 0 6160 0
Current children cumulated CPU time (s) 4977
Current children cumulated vsize (KiB) 32472

[startup+4991.9 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 19711
/proc/meminfo: memFree=1747184/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25252 CPUtime=4968.85
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16798 0 0 0 496874 11 0 0 25 0 1 0 222691692 25858048 4541 1992294400 134512640 134996440 4294956256 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6313 4541 75 118 0 6192 0
Current children cumulated CPU time (s) 4989.79
Current children cumulated vsize (KiB) 32600

[startup+4998.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/67 19711
/proc/meminfo: memFree=1747184/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25252 CPUtime=4975.26
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16798 0 0 0 497515 11 0 0 25 0 1 0 222691692 25858048 4541 1992294400 134512640 134996440 4294956256 18446744073709551615 134528303 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6313 4541 75 118 0 6192 0
Current children cumulated CPU time (s) 4996.2
Current children cumulated vsize (KiB) 32600

[startup+4999.9 s]
/proc/loadavg: 1.06 1.01 1.00 2/67 19711
/proc/meminfo: memFree=1747184/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25252 CPUtime=4976.85
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16798 0 0 0 497674 11 0 0 25 0 1 0 222691692 25858048 4541 1992294400 134512640 134996440 4294956256 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6313 4541 75 118 0 6192 0
Current children cumulated CPU time (s) 4997.79
Current children cumulated vsize (KiB) 32600

[startup+5000.7 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 19711
/proc/meminfo: memFree=1747184/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25252 CPUtime=4977.65
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16798 0 0 0 497754 11 0 0 25 0 1 0 222691692 25858048 4541 1992294400 134512640 134996440 4294956256 18446744073709551615 134553652 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6313 4541 75 118 0 6192 0
Current children cumulated CPU time (s) 4998.59
Current children cumulated vsize (KiB) 32600

[startup+5001.1 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 19711
/proc/meminfo: memFree=1747184/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=7348 CPUtime=20.94
/proc/19699/stat : 19699 (SATzilla2007_C) S 19697 19699 19620 0 -1 4194304 6482 17530 0 0 1370 8 705 11 25 0 1 0 222689592 7524352 1655 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19699/statm: 1837 1655 156 260 0 1561 0
[pid=19703] ppid=19699 vsize=25252 CPUtime=4978.05
/proc/19703/stat : 19703 (march_dl) R 19699 19699 19620 0 -1 4194304 16798 0 0 0 497794 11 0 0 25 0 1 0 222691692 25858048 4541 1992294400 134512640 134996440 4294956256 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19703/statm: 6313 4541 75 118 0 6192 0
Current children cumulated CPU time (s) 4998.99
Current children cumulated vsize (KiB) 32600

[startup+5001.5 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 19711
/proc/meminfo: memFree=1747184/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=16712 CPUtime=4999.4
/proc/19699/stat : 19699 (SATzilla2007_C) R 19697 19699 19620 0 -1 4194304 8949 34328 0 0 1390 9 498518 23 20 0 1 0 222689592 17113088 3974 1992294400 134512640 135579813 4294956224 18446744073709551615 134591224 0 0 4096 0 0 0 0 17 0 0 0
/proc/19699/statm: 4178 3974 162 260 0 3902 0
Current children cumulated CPU time (s) 4999.4
Current children cumulated vsize (KiB) 16712

[startup+5001.6 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 19711
/proc/meminfo: memFree=1756024/2055924 swapFree=4181596/4192956
[pid=19699] ppid=19697 vsize=16700 CPUtime=4999.5
/proc/19699/stat : 19699 (SATzilla2007_C) R 19697 19699 19620 0 -1 4194304 8957 34328 0 0 1400 9 498518 23 21 0 1 0 222689592 17100800 3980 1992294400 134512640 135579813 4294956224 18446744073709551615 134591222 0 0 4096 0 0 0 0 17 0 0 0
/proc/19699/statm: 4175 3980 163 260 0 3899 0
Current children cumulated CPU time (s) 4999.5
Current children cumulated vsize (KiB) 16700

Child status: 1
Real time (s): 5001.71
CPU time (s): 4999.62
CPU user time (s): 4999.28
CPU system time (s): 0.342947
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 32600

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

runsolver used 4.77727 second user time and 13.418 second system time

The end

Launcher Data

Begin job on node83 at 2009-05-10 11:10:03
IDJOB=1786065
IDBENCH=71586
IDSOLVER=640
FILE ID=node83/1786065-1241946603
PBS_JOBID= 9265034
Free space on /tmp= 66164 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes9.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1786065-1241946603/watcher-1786065-1241946603 -o /tmp/evaluation-result-1786065-1241946603/solver-1786065-1241946603 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1786065-1241946603.cnf            

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=1194628795

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1773352 kB
Buffers:         50548 kB
Cached:         166780 kB
SwapCached:       5508 kB
Active:         124220 kB
Inactive:       101256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1773352 kB
SwapTotal:     4192956 kB
SwapFree:      4181596 kB
Dirty:           10000 kB
Writeback:           0 kB
Mapped:          13736 kB
Slab:            43088 kB
Committed_AS:   715732 kB
PageTables:       1384 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= 66152 MiB
End job on node83 at 2009-05-10 12:33:25