Trace number 1772810

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
SATzilla2009_I 2009-03-22UNSAT 1551.17 1551.79

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.131
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

25.73/25.86	c SATzilla is building models for class 3
25.73/25.86	c run presolver mxc-sr08 for 10 seconds ... 
25.73/25.86	c Bin: Executing mxc-sr08
25.73/25.86	c spawning binary file with 10 seconds ...
25.73/25.86	c child exit by a signal
25.73/25.86	c mxc-sr08 returned code 137.
25.73/25.86	c run presolver picosat846 for 5 seconds ... 
25.73/25.86	c Bin: Executing picosat846
25.73/25.86	c spawning binary file with 5 seconds ...
25.73/25.86	c child exit by a signal
25.73/25.86	c picosat846 returned code 137.
25.73/25.86	c Orignal number of varibales is 33582, number of clauses is 160817 
25.73/25.86	c predicted feature computation time is 2.059132 
25.73/25.86	c Bin: Executing satelite
25.73/25.86	c spawning binary file with 240 seconds ...
25.73/25.86	c child exited successfully
25.73/25.86	c satzilla computing base features
25.73/25.86	c Number of variabe is: 18800, Number of clause is : 114078 
25.73/25.86	c Initializing...
25.73/25.86	c satzilla doing clause learning
25.73/25.86	c start clause learning features ...
25.73/25.86	c Bin: Executing zchaff07
25.73/25.86	c spawning binary file with 2 seconds ...
25.73/25.86	c child exit by a signal
25.73/25.86	c satzilla doing survey propogation probe
25.73/25.86	c do survay propogation for 2 second ...
25.73/25.86	c satzilla doing local search probe
25.73/25.86	c features are:33582 160817 18800 114078 0.786277 0.409711 0.1648 0.246851 1.39194 1.41871 0.000192018 2.91872 0.000106383 0.0232447 1.26324 0.652054 0.78569 0.000192018 2.64561 5.25956e-05 0.0231158 2.96686 0.146617 0.18905 0 0.981818 2.52408 0.000134336 2.45292 1.75319e-05 0.00893248 3.01853 0.799646 0.00109177 2.12681 5.25956e-05 0.0362647 329.4 0.723099 17 666 666 17 539 185 240 21.7226 0.36129 9.41176 34.2108 34.2108 9.41176 22.2041 21.3417 21.4444 0.630436 0.483265 5.93913e-10 0.999998 0.941908 0.101543 0.874653 0.368703 0.75618 0.119468 0.93067 -1.11022e-16 0.466679 0.280385 0.0123863 0.173328 0.0305212 0.0888788 665.25 0.709438 4796.75 0.666827 6358 0 6414 1.75602 0.559018 0.997342 0.0485955 
25.73/25.86	c satzilla's ranking:
25.73/25.86	c 1) mxc-sr08: 2.764344
25.73/25.86	c 2) minisat20SAT07: 2.478905
25.73/25.86	c 3) zchaff_rand: 1.391625
25.73/25.86	c 4) march_dl2004: 0.072724
25.73/25.86	c 5) picosat846: -0.050414
25.73/25.86	c 6) SATenstein: -10000.000000
25.73/25.86	c 7) gnovelty+: -10000.000000
25.73/25.86	c 8) adaptg2wsat+: -10000.000000
25.73/25.86	c 9) adaptg2wsat0: -10000.000000
25.73/25.86	c 10) tts-4-0: -10000.000000
25.73/25.86	c 11) vallst: -10000.000000
25.73/25.86	c 12) minisat20: -10000.000000
25.73/25.86	c 13) kcnfs04SAT07: -10000.000000
25.73/25.86	c satzilla running mxc-sr08 ... 
1551.05/1551.78	c Bin: Executing mxc-sr08
1551.05/1551.78	c spawning binary file with 9974 seconds ...
1551.05/1551.78	c child exited successfully
1551.05/1551.78	c mxc-sr08 returned code 20.
1551.05/1551.78	s UNSATISFIABLE
1551.05/1551.78	c SATZILLA_TIME=1551.390000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772810-1241344750/watcher-1772810-1241344750 -o /tmp/evaluation-result-1772810-1241344750/solver-1772810-1241344750 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1772810-1241344750.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): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8018
/proc/meminfo: memFree=1289464/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=3552 CPUtime=0
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 600 0 0 0 0 0 0 0 20 0 1 0 162509145 3637248 596 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 888 602 44 138 0 747 0

[startup+0.061873 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8018
/proc/meminfo: memFree=1289464/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=13216 CPUtime=0.05
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 2799 0 0 0 5 0 0 0 20 0 1 0 162509145 13533184 2795 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 3304 2795 54 138 0 3163 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15272

[startup+0.101886 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8018
/proc/meminfo: memFree=1289464/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=15568 CPUtime=0.09
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 3419 0 0 0 8 1 0 0 20 0 1 0 162509145 15941632 3415 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 3892 3416 54 138 0 3751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17624

[startup+0.301922 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8018
/proc/meminfo: memFree=1289464/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=15616 CPUtime=0.29
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 4136 0 0 0 28 1 0 0 21 0 1 0 162509145 15990784 3427 1992294400 134512640 135078026 4294956192 18446744073709551615 134561546 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 3904 3427 55 138 0 3763 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17672

[startup+0.701994 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8018
/proc/meminfo: memFree=1289464/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=22768 CPUtime=0.69
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 5887 0 0 0 67 2 0 0 24 0 1 0 162509145 23314432 5178 1992294400 134512640 135078026 4294956192 18446744073709551615 134569265 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 5692 5178 55 138 0 5551 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24824

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8020
/proc/meminfo: memFree=1267048/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=25888 CPUtime=1.49
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 6562 0 0 0 147 2 0 0 25 0 1 0 162509145 26509312 5853 1992294400 134512640 135078026 4294956192 18446744073709551615 134569265 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 6472 5853 55 138 0 6331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27944

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8020
/proc/meminfo: memFree=1265640/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=26284 CPUtime=3.09
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 6799 0 0 0 307 2 0 0 25 0 1 0 162509145 26914816 6090 1992294400 134512640 135078026 4294956192 18446744073709551615 134561028 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 6571 6090 55 138 0 6430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28340

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8020
/proc/meminfo: memFree=1264680/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=0
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162509145 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 112 96 399 0 111 0
[pid=8019] ppid=8018 vsize=24216 CPUtime=6.29
/proc/8019/stat : 8019 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 7180 0 0 0 627 2 0 0 25 0 1 0 162509145 24797184 5674 1992294400 134512640 135078026 4294956192 18446744073709551615 134534011 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8019/statm: 6054 5674 71 138 0 5913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26272

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1280488/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=2056 CPUtime=9.99
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 152 7181 0 0 0 0 997 2 16 0 1 0 162509145 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 514 121 104 399 0 111 0
[pid=8021] ppid=8018 vsize=10304 CPUtime=2.64
/proc/8021/stat : 8021 (picosat846) R 8018 8018 7949 0 -1 4194304 2159 0 10 0 263 1 0 0 25 0 1 0 162510146 10551296 2147 1992294400 134512640 134570484 4294956192 18446744073709551615 134522993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8021/statm: 2576 2147 85 14 0 2242 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 12360

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8023
/proc/meminfo: memFree=1268592/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=22004 CPUtime=25.43
/proc/8018/stat : 8018 (SATzilla2009_I) R 8016 8018 7949 0 -1 4194304 7480 18880 0 10 683 6 1841 13 25 0 1 0 162509145 22532096 4667 1992294400 134512640 136149169 4294956224 18446744073709551615 135542494 0 0 4096 3 0 0 0 17 1 0 0
/proc/8018/statm: 5501 4667 207 399 0 5098 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 22004

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8024
/proc/meminfo: memFree=1250728/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=25800 CPUtime=25.21
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 7569 0 0 0 2519 2 0 0 25 0 1 0 162511732 26419200 6063 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 6450 6063 71 138 0 6309 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 39604

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8024
/proc/meminfo: memFree=1240296/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=36128 CPUtime=76.39
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 10126 0 0 0 7634 5 0 0 25 0 1 0 162511732 36995072 8620 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 9032 8620 71 138 0 8891 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 49932

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1229352/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=47320 CPUtime=136.36
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 12850 0 0 0 13627 9 0 0 25 0 1 0 162511732 48455680 11344 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 11830 11344 71 138 0 11689 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 61124

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1225320/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=51312 CPUtime=196.34
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 13850 0 0 0 19624 10 0 0 25 0 1 0 162511732 52543488 12344 1992294400 134512640 135078026 4294956192 18446744073709551615 134522630 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 12828 12344 71 138 0 12687 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 65116

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1217704/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=59484 CPUtime=256.32
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 15742 0 0 0 25619 13 0 0 25 0 1 0 162511732 60911616 14236 1992294400 134512640 135078026 4294956192 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 14871 14236 71 138 0 14730 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 73288

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1215720/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=61540 CPUtime=316.3
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 16266 0 0 0 31616 14 0 0 25 0 1 0 162511732 63016960 14760 1992294400 134512640 135078026 4294956192 18446744073709551615 134534673 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 15385 14760 71 138 0 15244 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 75344

[startup+402.301 s]

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


[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1197032/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=81132 CPUtime=1036.04
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 20927 0 0 0 103583 21 0 0 25 0 1 0 162511732 83079168 19421 1992294400 134512640 135078026 4294956192 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20283 19421 71 138 0 20142 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 94936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1196840/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=81132 CPUtime=1096.01
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 20960 0 0 0 109580 21 0 0 25 0 1 0 162511732 83079168 19454 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20283 19454 71 138 0 20142 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 94936

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1196264/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=81716 CPUtime=1156
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21096 0 0 0 115578 22 0 0 25 0 1 0 162511732 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134526857 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 95520

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1196264/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=81716 CPUtime=1215.97
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21096 0 0 0 121575 22 0 0 25 0 1 0 162511732 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1241.76
Current children cumulated vsize (KiB) 95520

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1196200/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=81716 CPUtime=1275.95
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21113 0 0 0 127573 22 0 0 25 0 1 0 162511732 83677184 19607 1992294400 134512640 135078026 4294956192 18446744073709551615 134522567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20429 19607 71 138 0 20288 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 95520

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195816/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=82244 CPUtime=1335.93
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21204 0 0 0 133570 23 0 0 25 0 1 0 162511732 84217856 19698 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20561 19698 71 138 0 20420 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 96048

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195240/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83032 CPUtime=1395.91
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21339 0 0 0 139568 23 0 0 25 0 1 0 162511732 85024768 19833 1992294400 134512640 135078026 4294956192 18446744073709551615 134534567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20758 19833 71 138 0 20617 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 96836

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195176/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83032 CPUtime=1455.89
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21350 0 0 0 145565 24 0 0 25 0 1 0 162511732 85024768 19844 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20758 19844 71 138 0 20617 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 96836

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195048/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83420 CPUtime=1515.86
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21391 0 0 0 151562 24 0 0 25 0 1 0 162511732 85422080 19885 1992294400 134512640 135078026 4294956192 18446744073709551615 134523813 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20855 19885 71 138 0 20714 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 97224

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

[startup+1548.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195048/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83420 CPUtime=1522.26
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21392 0 0 0 152202 24 0 0 25 0 1 0 162511732 85422080 19886 1992294400 134512640 135078026 4294956192 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20855 19886 71 138 0 20714 0
Current children cumulated CPU time (s) 1548.05
Current children cumulated vsize (KiB) 97224

[startup+1550.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195048/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83420 CPUtime=1523.86
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21393 0 0 0 152362 24 0 0 25 0 1 0 162511732 85422080 19887 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20855 19887 71 138 0 20714 0
Current children cumulated CPU time (s) 1549.65
Current children cumulated vsize (KiB) 97224

[startup+1551.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195048/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83420 CPUtime=1524.66
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21393 0 0 0 152442 24 0 0 25 0 1 0 162511732 85422080 19887 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20855 19887 71 138 0 20714 0
Current children cumulated CPU time (s) 1550.45
Current children cumulated vsize (KiB) 97224

[startup+1551.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195048/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83420 CPUtime=1525.06
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21393 0 0 0 152482 24 0 0 25 0 1 0 162511732 85422080 19887 1992294400 134512640 135078026 4294956192 18446744073709551615 134534642 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20855 19887 71 138 0 20714 0
Current children cumulated CPU time (s) 1550.85
Current children cumulated vsize (KiB) 97224

[startup+1551.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8030
/proc/meminfo: memFree=1195048/2055920 swapFree=4180844/4192956
[pid=8018] ppid=8016 vsize=13804 CPUtime=25.79
/proc/8018/stat : 8018 (SATzilla2009_I) S 8016 8018 7949 0 -1 4194304 7498 18880 0 10 718 7 1841 13 25 0 1 0 162509145 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8018/statm: 3451 3211 217 399 0 3048 0
[pid=8024] ppid=8018 vsize=83420 CPUtime=1525.26
/proc/8024/stat : 8024 (mxc-sr08) R 8018 8018 7949 0 -1 4194304 21393 0 0 0 152502 24 0 0 25 0 1 0 162511732 85422080 19887 1992294400 134512640 135078026 4294956192 18446744073709551615 134533843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8024/statm: 20855 19887 71 138 0 20714 0
Current children cumulated CPU time (s) 1551.05
Current children cumulated vsize (KiB) 97224

Child status: 20
Real time (s): 1551.79
CPU time (s): 1551.17
CPU user time (s): 1550.7
CPU system time (s): 0.476927
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 97224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1550.7
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47786
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 3336

runsolver used 1.88471 second user time and 3.75443 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-03 11:59:10
IDJOB=1772810
IDBENCH=20390
IDSOLVER=616
FILE ID=node2/1772810-1241344750
PBS_JOBID= 9225502
Free space on /tmp= 66360 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772810-1241344750/watcher-1772810-1241344750 -o /tmp/evaluation-result-1772810-1241344750/solver-1772810-1241344750 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1772810-1241344750.cnf

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=161470684

node2.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.265
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.265
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:       1290008 kB
Buffers:         77516 kB
Cached:         580852 kB
SwapCached:       5924 kB
Active:         100968 kB
Inactive:       565732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290008 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:           34268 kB
Writeback:           0 kB
Mapped:          14092 kB
Slab:            85220 kB
Committed_AS:   904224 kB
PageTables:       1468 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= 66328 MiB
End job on node2 at 2009-05-03 12:25:02