Trace number 1579405

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 123.252 123.365

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

42.62/42.77	c SATzilla is building models for class 3
42.62/42.77	c run presolver mxc-sr08 for 10 seconds ... 
42.62/42.77	c Bin: Executing mxc-sr08
42.62/42.77	c spawning binary file with 10 seconds ...
42.62/42.77	c child exit by a signal
42.62/42.77	c mxc-sr08 returned code 137.
42.62/42.77	c run presolver picosat846 for 5 seconds ... 
42.62/42.77	c Bin: Executing picosat846
42.62/42.77	c spawning binary file with 5 seconds ...
42.62/42.77	c child exit by a signal
42.62/42.77	c picosat846 returned code 137.
42.62/42.77	c Orignal number of varibales is 123925, number of clauses is 539763 
42.62/42.77	c predicted feature computation time is 9.174901 
42.62/42.77	c Bin: Executing satelite
42.62/42.77	c spawning binary file with 240 seconds ...
42.62/42.77	c child exited successfully
42.62/42.77	c satzilla computing base features
42.62/42.77	c Number of variabe is: 65845, Number of clause is : 337556 
42.62/42.77	c Initializing...
42.62/42.77	c satzilla doing clause learning
42.62/42.77	c start clause learning features ...
42.62/42.77	c Bin: Executing zchaff07
42.62/42.77	c spawning binary file with 2 seconds ...
42.62/42.77	c child exit by a signal
42.62/42.77	c satzilla doing survey propogation probe
42.62/42.77	c do survay propogation for 2 second ...
42.62/42.77	c satzilla doing local search probe
42.62/42.77	c features are:123925 539763 65845 337556 0.882072 0.599032 0.195064 0.385191 1.03486 1.41956 4.07687e-05 0.465135 3.03744e-05 0.000151872 1.03376 0.6428 0.860521 4.07687e-05 0.778882 2.07373e-05 0.000207373 2.69457 0.189098 0.162001 0 0.75 2.73294 2.47106e-05 0.867144 8.88741e-06 0.000136274 2.38351 0.755418 4.2896e-05 0.791686 1.48124e-05 0.000236998 27.2857 0.841386 7 78 78 7 33 9 26 30.2703 0.73757 4 64.2857 64.2857 4 56.1515 4 21.6538 0.510067 0.62701 2.94416e-06 0.994126 0.88392 0.0655001 0.825592 0.197684 0.552376 0.020658 0.926658 2.62686e-07 0.163903 0.0454351 0.00160164 0.0314262 0.00364588 0.019323 5573 0 21990 0 21990 21990 21990 1.92409 0 0.93696 0 
42.62/42.77	c satzilla's ranking:
42.62/42.77	c 1) mxc-sr08: 3.259417
42.62/42.77	c 2) picosat846: 2.751018
42.62/42.77	c 3) zchaff_rand: 2.585527
42.62/42.77	c 4) minisat20SAT07: 1.314830
42.62/42.77	c 5) march_dl2004: 0.064331
42.62/42.77	c 6) SATenstein: -10000.000000
42.62/42.77	c 7) gnovelty+: -10000.000000
42.62/42.77	c 8) adaptg2wsat+: -10000.000000
42.62/42.77	c 9) adaptg2wsat0: -10000.000000
42.62/42.77	c 10) tts-4-0: -10000.000000
42.62/42.77	c 11) vallst: -10000.000000
42.62/42.77	c 12) minisat20: -10000.000000
42.62/42.77	c 13) kcnfs04SAT07: -10000.000000
42.62/42.77	c satzilla running mxc-sr08 ... 
123.15/123.35	c Bin: Executing mxc-sr08
123.15/123.35	c spawning binary file with 1157 seconds ...
123.15/123.35	c child exited successfully
123.15/123.35	c mxc-sr08 returned code 20.
123.15/123.35	s UNSATISFIABLE
123.15/123.35	c SATZILLA_TIME=123.250000

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-1579405-1238907271/watcher-1579405-1238907271 -o /tmp/evaluation-result-1579405-1238907271/solver-1579405-1238907271 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1579405-1238907271.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.99 0.98 0.99 3/64 31003
/proc/meminfo: memFree=1419792/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=9924 CPUtime=0
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 737 0 0 0 0 0 0 0 19 0 1 0 1163389626 10162176 733 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 2481 741 44 138 0 2340 0

[startup+0.031023 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 31003
/proc/meminfo: memFree=1419792/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=23780 CPUtime=0.02
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 4919 0 0 0 0 2 0 0 19 0 1 0 1163389626 24350720 4916 1992294400 134512640 135078026 4294956192 18446744073709551615 134536717 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 5945 4921 50 138 0 5804 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25836

[startup+0.10103 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 31003
/proc/meminfo: memFree=1419792/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=37960 CPUtime=0.09
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 8156 0 0 0 6 3 0 0 19 0 1 0 1163389626 38871040 8115 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 9490 8116 54 138 0 9349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40016

[startup+0.301047 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 31003
/proc/meminfo: memFree=1419792/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=45828 CPUtime=0.29
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 10111 0 0 0 25 4 0 0 21 0 1 0 1163389626 46927872 10070 1992294400 134512640 135078026 4294956192 18446744073709551615 134566657 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 11457 10070 54 138 0 11316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47884

[startup+0.701085 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 31003
/proc/meminfo: memFree=1419792/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=60136 CPUtime=0.69
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 13668 0 0 0 64 5 0 0 25 0 1 0 1163389626 61579264 13627 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 15034 13627 54 138 0 14893 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62192

[startup+1.50116 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31005
/proc/meminfo: memFree=1369344/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=67072 CPUtime=1.49
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 17372 0 0 0 142 7 0 0 25 0 1 0 1163389626 68681728 15033 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 16768 15033 55 138 0 16627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69128

[startup+3.10231 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31005
/proc/meminfo: memFree=1363584/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=61416 CPUtime=3.09
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 18880 0 0 0 301 8 0 0 25 0 1 0 1163389626 62889984 14314 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 15354 14314 71 138 0 15213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63472

[startup+6.3016 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 31005
/proc/meminfo: memFree=1362560/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=0
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1163389626 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 112 96 399 0 111 0
[pid=31004] ppid=31003 vsize=61416 CPUtime=6.28
/proc/31004/stat : 31004 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 18888 0 0 0 620 8 0 0 25 0 1 0 1163389626 62889984 14322 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31004/statm: 15354 14322 71 138 0 15213 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63472

[startup+12.7012 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 31006
/proc/meminfo: memFree=1392128/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=2056 CPUtime=9.99
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 152 18891 0 0 0 0 990 9 19 0 1 0 1163389626 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 514 121 104 399 0 111 0
[pid=31006] ppid=31003 vsize=32424 CPUtime=2.67
/proc/31006/stat : 31006 (picosat846) R 31003 31003 30823 0 -1 4194304 7101 0 0 0 264 3 0 0 25 0 1 0 1163390628 33202176 7054 1992294400 134512640 134570484 4294956192 18446744073709551615 134552788 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31006/statm: 8106 7054 85 14 0 7772 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34480

[startup+25.5014 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 31007
/proc/meminfo: memFree=1383048/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=33900 CPUtime=25.44
/proc/31003/stat : 31003 (SATzilla2009_I) R 31001 31003 30823 0 -1 4194304 7895 47304 0 0 644 4 1868 28 25 0 1 0 1163389626 34713600 7846 1992294400 134512640 136149169 4294956224 18446744073709551615 134535043 0 0 4096 0 0 0 0 17 0 0 0
/proc/31003/statm: 8475 7846 135 399 0 8072 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 33900

[startup+51.1018 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336576/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=61416 CPUtime=8.3
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 18891 0 0 0 823 7 0 0 25 0 1 0 1163393903 62889984 14325 1992294400 134512640 135078026 4294956192 18446744073709551615 134533764 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31009/statm: 15354 14325 71 138 0 15213 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 83424

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336256/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=61944 CPUtime=59.48
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 19010 0 0 0 5940 8 0 0 25 0 1 0 1163393903 63430656 14444 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31009/statm: 15486 14444 71 138 0 15345 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 83952

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

[startup+115.102 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336064/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=62076 CPUtime=72.26
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 19048 0 0 0 7218 8 0 0 25 0 1 0 1163393903 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134533800 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31009/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 114.96
Current children cumulated vsize (KiB) 84084

[startup+118.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336064/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=62076 CPUtime=75.45
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 19048 0 0 0 7537 8 0 0 25 0 1 0 1163393903 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31009/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 118.15
Current children cumulated vsize (KiB) 84084

[startup+121.501 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336064/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=62076 CPUtime=78.65
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 19048 0 0 0 7857 8 0 0 25 0 1 0 1163393903 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31009/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 121.35
Current children cumulated vsize (KiB) 84084

[startup+122.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336064/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=62076 CPUtime=79.45
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 19048 0 0 0 7937 8 0 0 25 0 1 0 1163393903 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31009/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 122.15
Current children cumulated vsize (KiB) 84084

[startup+123.102 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336064/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=62076 CPUtime=80.26
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 19048 0 0 0 8018 8 0 0 25 0 1 0 1163393903 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31009/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 122.96
Current children cumulated vsize (KiB) 84084

[startup+123.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31009
/proc/meminfo: memFree=1336064/2055920 swapFree=4176772/4192956
[pid=31003] ppid=31001 vsize=22008 CPUtime=42.7
/proc/31003/stat : 31003 (SATzilla2009_I) S 31001 31003 30823 0 -1 4194304 19789 57798 0 0 2160 14 2061 35 25 0 1 0 1163389626 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/31003/statm: 5502 5216 217 399 0 5099 0
[pid=31009] ppid=31003 vsize=62076 CPUtime=80.45
/proc/31009/stat : 31009 (mxc-sr08) R 31003 31003 30823 0 -1 4194304 19048 0 0 0 8037 8 0 0 25 0 1 0 1163393903 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31009/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 123.15
Current children cumulated vsize (KiB) 84084

Child status: 20
Real time (s): 123.365
CPU time (s): 123.252
CPU user time (s): 122.652
CPU system time (s): 0.599908
CPU usage (%): 99.909
Max. virtual memory (cumulated for all children) (KiB): 93124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.652
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96649
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= 17
involuntary context switches= 540

runsolver used 0.117982 second user time and 0.339948 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-05 06:54:32
IDJOB=1579405
IDBENCH=70997
IDSOLVER=528
FILE ID=node48/1579405-1238907271
PBS_JOBID= 9101356
Free space on /tmp= 66548 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579405-1238907271/watcher-1579405-1238907271 -o /tmp/evaluation-result-1579405-1238907271/solver-1579405-1238907271 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1579405-1238907271.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1398384695

node48.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.236
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.236
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:       1420272 kB
Buffers:         61556 kB
Cached:         502380 kB
SwapCached:      10188 kB
Active:         307060 kB
Inactive:       269392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420272 kB
SwapTotal:     4192956 kB
SwapFree:      4176772 kB
Dirty:           40636 kB
Writeback:           0 kB
Mapped:          17132 kB
Slab:            45232 kB
Committed_AS:  3106972 kB
PageTables:       1376 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= 66516 MiB
End job on node48 at 2009-04-05 06:56:36