Trace number 455796

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) 9998.2 10001.8

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1184.2
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data (download as text)

10.54/10.68	c run March_dl for 5 seconds ... 
10.54/10.68	c Bin: Executing march_dl
10.54/10.68	c child exit by a signal
10.54/10.68	c march_dl returned code 137.
10.54/10.68	c run saps (UBCSAT implementation) for 2 seconds ... 
10.54/10.68	c Bin: Executing ubcsat2006
10.54/10.68	c child exited successfully
10.54/10.68	c ubcsat2006 returned code 0.
10.54/10.68	c satzilla computing base features
10.54/10.68	c satzilla doing unit-prop probe
10.54/10.68	c satzilla doing local search probe
10.54/10.68	c satzilla doing lobjois search-space size estimate
10.54/10.68	c satzilla's ranking:
10.54/10.68	c 1) march_dl+P: 0.370209
10.54/10.68	c 2) minisat20+P: 1.026728
10.54/10.68	c 3) march_dl: 1.817002
10.54/10.68	c 4) minisat20: 1.964451
10.54/10.68	c 5) vallst+P: 3.164479
10.54/10.68	c 6) zchaff_rand+P: 3.193086
10.54/10.68	c 7) kcnfs+P: 999.000000
10.54/10.68	c 8) kcnfs: 999.000000
10.54/10.68	c 9) vallst: 999.000000
10.54/10.68	c 10) zchaff_rand: 999.000000
10.54/10.68	c satzilla running march_dl with preprocessing ... 
9998.16/10001.80	c Preprocessing...
9998.16/10001.80	c Inital problem has 3114 variables, 5893 nary clauses (4934 binary clauses).
9998.16/10001.80	c Num non-binary clauses 5892, Average non-binary clause length 3.135
9998.16/10001.80	c Theory has no gaps
9998.16/10001.80	c Preprocessor runtime was 0.060 seconds.
9998.16/10001.80	c 
9998.16/10001.80	c Satisfiability of theory still undetermined.
9998.16/10001.80	c See file /tmp/Scu99j for simplified theory.
9998.16/10001.80	c Bin: Executing march_dl
9998.16/10001.80	c child exit by a signal
9998.16/10001.80	c march_dl returned code 137.
9998.16/10001.80	c march_dl returned code 137.
9998.16/10001.80	c satzilla running minisat20 with preprocessing ... 
9998.16/10001.80	c Bin: Executing minisat20
9998.16/10001.80	c minisat20 returned code 1.
9998.16/10001.80	c minisat20 returned code 1.
9998.16/10001.80	c satzilla running march_dl ... 
9998.16/10001.80	c Bin: Executing march_dl
9998.16/10001.80	c march_dl returned code 1.
9998.16/10001.80	c march_dl returned code 1.
9998.16/10001.80	c satzilla running minisat20 ... 
9998.16/10001.80	c Bin: Executing minisat20
9998.16/10001.80	c minisat20 returned code 1.
9998.16/10001.80	c minisat20 returned code 1.
9998.16/10001.80	c satzilla running vallst with preprocessing ... 
9998.16/10001.80	c Bin: Executing vallst
9998.16/10001.80	c vallst returned code 1.
9998.16/10001.80	c vallst returned code 1.
9998.16/10001.80	c satzilla running zchaff_rand with preprocessing ... 
9998.16/10001.80	c Bin: Executing zchaff_rand
9998.16/10001.80	c zchaff_rand returned code 1.
9998.16/10001.80	c zchaff_rand returned code 1.
9998.16/10001.80	c satzilla running kcnfs with preprocessing ... 
9998.16/10001.80	c Bin: Executing kcnfs
9998.16/10001.80	c kcnfs returned code 1.
9998.16/10001.80	c kcnfs returned code 1.
9998.16/10001.80	c satzilla running kcnfs ... 
9998.16/10001.80	c Bin: Executing kcnfs
9998.16/10001.80	c kcnfs returned code 1.
9998.16/10001.80	c kcnfs returned code 1.
9998.16/10001.80	c satzilla running vallst ... 
9998.16/10001.80	c Bin: Executing vallst
9998.16/10001.80	c vallst returned code 1.
9998.16/10001.80	c vallst returned code 1.
9998.16/10001.80	c satzilla running zchaff_rand ... 
9998.16/10001.80	c Bin: Executing zchaff_rand
9998.16/10001.80	c zchaff_rand returned code 1.
9998.16/10001.80	c zchaff_rand returned code 1.
9998.16/10001.80	c ERROR: All Failed! 
9998.16/10001.80	c SATZILLA_TIME=9999.710000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node46/watcher-455796-1178579289 -o ROOT/results/node46/solver-455796-1178579289 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455796-1178579289/SATzilla2007_C /tmp/evaluation/455796-1178579289/instance-455796-1178579289.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.90 0.99 0.95 3/78 16659
/proc/meminfo: memFree=1582584/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=0
/proc/16659/stat : 16659 (SATzilla2007_C) D 16657 16659 16603 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212611918 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16659/statm: 360 110 95 260 0 84 0

[startup+0.0886531 s]
/proc/loadavg: 0.90 0.99 0.95 3/78 16659
/proc/meminfo: memFree=1582584/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=0
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212611918 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16659/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101653 s]
/proc/loadavg: 0.90 0.99 0.95 3/78 16659
/proc/meminfo: memFree=1582584/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=0
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212611918 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16659/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301696 s]
/proc/loadavg: 0.90 0.99 0.95 3/78 16659
/proc/meminfo: memFree=1582584/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=0
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212611918 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16659/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.70177 s]
/proc/loadavg: 0.90 0.99 0.95 3/78 16659
/proc/meminfo: memFree=1582584/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=0
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212611918 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16659/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50291 s]
/proc/loadavg: 0.90 0.99 0.95 2/80 16661
/proc/meminfo: memFree=1577832/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=0
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212611918 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16659/statm: 360 110 95 260 0 84 0
[pid=16661] ppid=16659 vsize=5628 CPUtime=1.47
/proc/16661/stat : 16661 (march_dl) R 16659 16659 16603 0 -1 4194304 1362 0 0 0 147 0 0 0 25 0 1 0 212611919 5763072 1260 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16661/statm: 1407 1260 75 118 0 1286 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7068

[startup+3.10121 s]
/proc/loadavg: 0.91 0.99 0.95 2/80 16661
/proc/meminfo: memFree=1577448/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=0
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212611918 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16659/statm: 360 110 95 260 0 84 0
[pid=16661] ppid=16659 vsize=5892 CPUtime=3.07
/proc/16661/stat : 16661 (march_dl) R 16659 16659 16603 0 -1 4194304 1417 0 0 0 307 0 0 0 25 0 1 0 212611919 6033408 1315 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16661/statm: 1473 1315 75 118 0 1352 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7332

[startup+6.3028 s]
/proc/loadavg: 0.91 0.99 0.95 2/80 16662
/proc/meminfo: memFree=1581096/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=1440 CPUtime=4.99
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 134 1481 0 0 0 0 498 1 16 0 1 0 212611918 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16659/statm: 360 111 96 260 0 84 0
[pid=16662] ppid=16659 vsize=6188 CPUtime=1.26
/proc/16662/stat : 16662 (ubcsat2006) R 16659 16659 16603 0 -1 4194304 408 0 0 0 108 18 0 0 25 0 1 0 212612420 6336512 391 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960145 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16662/statm: 1547 391 156 64 0 1128 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7628

[startup+12.702 s]
/proc/loadavg: 0.92 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1574568/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=5800 CPUtime=1.93
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1336 0 0 0 193 0 0 0 25 0 1 0 212612993 5939200 1297 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134565200 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 1450 1297 75 118 0 1329 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 10080

[startup+25.5014 s]
/proc/loadavg: 0.93 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1573672/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=6460 CPUtime=14.72
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1488 0 0 0 1472 0 0 0 25 0 1 0 212612993 6615040 1449 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134528360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 1615 1449 75 118 0 1494 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 10740

[startup+51.1011 s]
/proc/loadavg: 0.95 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1573224/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=6988 CPUtime=40.32
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1615 0 0 0 4031 1 0 0 25 0 1 0 212612993 7155712 1576 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134551139 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 1747 1576 75 118 0 1626 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 11268

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1572584/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=7520 CPUtime=91.5
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1769 0 0 0 9149 1 0 0 25 0 1 0 212612993 7700480 1730 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 1880 1730 75 118 0 1759 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 11800

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1572328/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=7784 CPUtime=151.48
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1828 0 0 0 15147 1 0 0 25 0 1 0 212612993 7970816 1789 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134550938 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 1946 1789 75 118 0 1825 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 12064

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1572136/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=7916 CPUtime=211.46
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1870 0 0 0 21144 2 0 0 25 0 1 0 212612993 8105984 1831 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 1979 1831 75 118 0 1858 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 12196

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1572008/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=8048 CPUtime=271.44
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1893 0 0 0 27142 2 0 0 25 0 1 0 212612993 8241152 1854 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134550987 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2012 1854 75 118 0 1891 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 12328

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1571816/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=8180 CPUtime=331.42
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1939 0 0 0 33139 3 0 0 25 0 1 0 212612993 8376320 1900 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2045 1900 75 118 0 1924 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 12460

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.95 2/80 16663
/proc/meminfo: memFree=1571688/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=8312 CPUtime=391.4
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 1959 0 0 0 39137 3 0 0 25 0 1 0 212612993 8511488 1920 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2078 1920 75 118 0 1957 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 12592


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


[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567592/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9688.07
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2664 0 0 0 968742 65 0 0 25 0 1 0 212612993 11546624 2625 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134567762 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2625 75 118 0 2698 0
Current children cumulated CPU time (s) 9698.76
Current children cumulated vsize (KiB) 15556

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567592/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9748.05
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2666 0 0 0 974740 65 0 0 25 0 1 0 212612993 11546624 2627 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134552026 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2627 75 118 0 2698 0
Current children cumulated CPU time (s) 9758.74
Current children cumulated vsize (KiB) 15556

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9808.04
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2668 0 0 0 980738 66 0 0 25 0 1 0 212612993 11546624 2629 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2629 75 118 0 2698 0
Current children cumulated CPU time (s) 9818.73
Current children cumulated vsize (KiB) 15556

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567592/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9868.01
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2670 0 0 0 986735 66 0 0 25 0 1 0 212612993 11546624 2631 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2631 75 118 0 2698 0
Current children cumulated CPU time (s) 9878.7
Current children cumulated vsize (KiB) 15556

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9928
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 992733 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134551972 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9938.69
Current children cumulated vsize (KiB) 15556

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9943.99
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 994332 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134552059 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9954.68
Current children cumulated vsize (KiB) 15556

[startup+9983.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9969.58
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 996891 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134571434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9980.27
Current children cumulated vsize (KiB) 15556

[startup+9990.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9975.98
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 997531 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134571757 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9986.67
Current children cumulated vsize (KiB) 15556

[startup+9996.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9982.38
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 998171 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9993.07
Current children cumulated vsize (KiB) 15556

[startup+9999.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9985.57
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 998490 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134527780 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9996.26
Current children cumulated vsize (KiB) 15556

[startup+10000.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9986.37
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 998570 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134527610 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9997.06
Current children cumulated vsize (KiB) 15556

[startup+10001.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9987.17
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 998650 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9997.86
Current children cumulated vsize (KiB) 15556

[startup+10001.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=11276 CPUtime=9987.37
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4194304 2672 0 0 0 998670 67 0 0 25 0 1 0 212612993 11546624 2633 18446744073709551615 134512640 134996440 4294956752 18446744073709551615 134565280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 2819 2633 75 118 0 2698 0
Current children cumulated CPU time (s) 9998.06
Current children cumulated vsize (KiB) 15556

[startup+10001.8 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 17065
/proc/meminfo: memFree=1567528/2055920 swapFree=4159456/4192956
[pid=16659] ppid=16657 vsize=4280 CPUtime=10.69
/proc/16659/stat : 16659 (SATzilla2007_C) S 16657 16659 16603 0 -1 4194304 1543 1895 0 0 325 12 700 32 25 0 1 0 212611918 4382720 848 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16659/statm: 1070 848 165 260 0 794 0
[pid=16663] ppid=16659 vsize=0 CPUtime=9987.47
/proc/16663/stat : 16663 (march_dl) R 16659 16659 16603 0 -1 4195332 2672 0 0 0 998680 67 0 0 25 0 1 0 212612993 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 0 0 0 0 17 1 0 0
/proc/16663/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9998.16
Current children cumulated vsize (KiB) 4280

Child status: 17
Real time (s): 10001.8
CPU time (s): 9998.2
CPU user time (s): 9997.07
CPU system time (s): 1.12983
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 15556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9997.07
system time used= 1.12983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6123
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= 33
involuntary context switches= 11208

runsolver used 9.38157 second user time and 26.9859 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Mon May  7 23:08:09 UTC 2007

IDJOB= 455796
IDBENCH= 20401
IDSOLVER= 179
FILE ID= node46/455796-1178579289

PBS_JOBID= 5217903

Free space on /tmp= 66212 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= /tmp/evaluation/455796-1178579289/SATzilla2007_C /tmp/evaluation/455796-1178579289/instance-455796-1178579289.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-455796-1178579289 -o ROOT/results/node46/solver-455796-1178579289 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455796-1178579289/SATzilla2007_C /tmp/evaluation/455796-1178579289/instance-455796-1178579289.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  8c67f78ca36ec96e662a91c74844da21

RANDOM SEED= 441074832

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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:       1583056 kB
Buffers:         38164 kB
Cached:         296236 kB
SwapCached:       3288 kB
Active:          76760 kB
Inactive:       281356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583056 kB
SwapTotal:     4192956 kB
SwapFree:      4159456 kB
Dirty:            8712 kB
Writeback:           0 kB
Mapped:          31340 kB
Slab:           100172 kB
Committed_AS:  5178012 kB
PageTables:       1992 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= 66212 MiB

End job on node46 on Tue May  8 01:54:51 UTC 2007