Trace number 1775220

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 53.6048 53.6437

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_06_UNSAT.cnf
MD5SUM540450986cd3d9879ae19d42219d1fab
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9167
Satisfiable
(Un)Satisfiability was proved
Number of variables980
Number of clauses47620
Sum of the clauses size141221
Maximum clause length7
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21731
Number of clauses of size 345866
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

20.76/20.89	c SATzilla is building models for class 3
20.76/20.89	c run presolver mxc-sr08 for 10 seconds ... 
20.76/20.89	c Bin: Executing mxc-sr08
20.76/20.89	c spawning binary file with 10 seconds ...
20.76/20.89	c child exit by a signal
20.76/20.89	c mxc-sr08 returned code 137.
20.76/20.89	c run presolver picosat846 for 5 seconds ... 
20.76/20.89	c Bin: Executing picosat846
20.76/20.89	c spawning binary file with 5 seconds ...
20.76/20.89	c child exit by a signal
20.76/20.89	c picosat846 returned code 137.
20.76/20.89	c Orignal number of varibales is 980, number of clauses is 47620 
20.76/20.89	c predicted feature computation time is 1.471855 
20.76/20.89	c Bin: Executing satelite
20.76/20.89	c spawning binary file with 240 seconds ...
20.76/20.89	c child exited successfully
20.76/20.89	c satzilla computing base features
20.76/20.89	c Number of variabe is: 532, Number of clause is : 46872 
20.76/20.89	c Initializing...
20.76/20.89	c satzilla doing clause learning
20.76/20.89	c start clause learning features ...
20.76/20.89	c Bin: Executing zchaff07
20.76/20.89	c spawning binary file with 2 seconds ...
20.76/20.89	c child exit by a signal
20.76/20.89	c satzilla doing survey propogation probe
20.76/20.89	c do survay propogation for 2 second ...
20.76/20.89	c satzilla doing local search probe
20.76/20.89	c features are:980 47620 532 46872 0.842105 0.0159584 0.0113501 0.479961 0.570976 0.741968 0.00786733 0.780252 0.0037594 0.0338346 0.669423 0.030722 0.861132 0.00786733 1.04782 0.000170678 0.0251963 3.96334 0.324828 0.286836 0 0.948052 2.51501 0.00479826 0.840198 0.000149343 0.0128862 4.14225 0.861132 0.00299528 0.807164 0.000149343 0.00761649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.541853 0.441186 0.0114423 0.97393 0.878214 0.218818 0.681868 0.385627 0.619318 0.00270283 3.9813 -1.11022e-16 0.113488 0.00394536 0 1.19939e-05 2.42861e-17 2.45839e-09 136.636 1.90029 195.545 0.231373 204.5 194 217 24.4283 0.868584 1.00927 0.0533693 
20.76/20.89	c satzilla's ranking:
20.76/20.89	c 1) mxc-sr08: 3.287957
20.76/20.89	c 2) picosat846: 3.117954
20.76/20.89	c 3) zchaff_rand: 2.150730
20.76/20.89	c 4) minisat20SAT07: 2.012394
20.76/20.89	c 5) march_dl2004: 0.752763
20.76/20.89	c 6) SATenstein: -10000.000000
20.76/20.89	c 7) gnovelty+: -10000.000000
20.76/20.89	c 8) adaptg2wsat+: -10000.000000
20.76/20.89	c 9) adaptg2wsat0: -10000.000000
20.76/20.89	c 10) tts-4-0: -10000.000000
20.76/20.89	c 11) vallst: -10000.000000
20.76/20.89	c 12) minisat20: -10000.000000
20.76/20.89	c 13) kcnfs04SAT07: -10000.000000
20.76/20.89	c satzilla running mxc-sr08 ... 
53.53/53.64	c Bin: Executing mxc-sr08
53.53/53.64	c spawning binary file with 9979 seconds ...
53.53/53.64	c child exited successfully
53.53/53.64	c mxc-sr08 returned code 20.
53.53/53.64	s UNSATISFIABLE
53.53/53.64	c SATZILLA_TIME=53.600000

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-1775220-1241358151/watcher-1775220-1241358151 -o /tmp/evaluation-result-1775220-1241358151/solver-1775220-1241358151 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1775220-1241358151.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 0.99 0.98 3/65 1904
/proc/meminfo: memFree=1712056/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) R 1902 1904 1761 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=1684 CPUtime=0
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 163848255 1724416 330 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 421 331 54 138 0 280 0

[startup+0.093009 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 1904
/proc/meminfo: memFree=1712056/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=3624 CPUtime=0.08
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 961 0 0 0 8 0 0 0 19 0 1 0 163848255 3710976 785 1992294400 134512640 135078026 4294956192 18446744073709551615 134561080 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 906 785 55 138 0 765 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5680

[startup+0.102009 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 1904
/proc/meminfo: memFree=1712056/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=3624 CPUtime=0.09
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 961 0 0 0 9 0 0 0 19 0 1 0 163848255 3710976 785 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 906 785 55 138 0 765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5680

[startup+0.30103 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 1904
/proc/meminfo: memFree=1712056/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=5344 CPUtime=0.29
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 1391 0 0 0 29 0 0 0 21 0 1 0 163848255 5472256 1215 1992294400 134512640 135078026 4294956192 18446744073709551615 134569269 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 1336 1215 55 138 0 1195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7400

[startup+0.701076 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 1904
/proc/meminfo: memFree=1712056/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=5860 CPUtime=0.69
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 1634 0 0 0 69 0 0 0 25 0 1 0 163848255 6000640 1356 1992294400 134512640 135078026 4294956192 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 1465 1356 71 138 0 1324 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7916

[startup+1.50217 s]
/proc/loadavg: 1.00 0.99 0.98 3/67 1906
/proc/meminfo: memFree=1706664/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=6256 CPUtime=1.49
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 1724 0 0 0 149 0 0 0 25 0 1 0 163848255 6406144 1446 1992294400 134512640 135078026 4294956192 18446744073709551615 134534276 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 1564 1446 71 138 0 1423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8312

[startup+3.10135 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1906
/proc/meminfo: memFree=1706024/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=6652 CPUtime=3.09
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 1818 0 0 0 309 0 0 0 25 0 1 0 163848255 6811648 1540 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 1663 1540 71 138 0 1522 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8708

[startup+6.30171 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1906
/proc/meminfo: memFree=1704936/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=0
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163848254 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1904/statm: 514 112 96 399 0 111 0
[pid=1905] ppid=1904 vsize=7316 CPUtime=6.29
/proc/1905/stat : 1905 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 1992 0 0 0 627 2 0 0 25 0 1 0 163848255 7491584 1714 1992294400 134512640 135078026 4294956192 18446744073709551615 134534650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1905/statm: 1829 1714 71 138 0 1688 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9372

[startup+12.7014 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1907
/proc/meminfo: memFree=1709032/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=2056 CPUtime=9.99
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 152 2246 0 0 0 0 997 2 16 0 1 0 163848254 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1904/statm: 514 121 104 399 0 111 0
[pid=1907] ppid=1904 vsize=4544 CPUtime=2.68
/proc/1907/stat : 1907 (picosat846) R 1904 1904 1761 0 -1 4194304 865 0 0 0 268 0 0 0 25 0 1 0 163849255 4653056 854 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1907/statm: 1136 854 85 14 0 802 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6600

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1910
/proc/meminfo: memFree=1698024/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=9108 CPUtime=20.85
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 3210 5836 0 0 344 1 1735 5 25 0 1 0 163848254 9326592 1987 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1904/statm: 2277 1987 217 399 0 1874 0
[pid=1910] ppid=1904 vsize=7048 CPUtime=4.59
/proc/1910/stat : 1910 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 1920 0 0 0 458 1 0 0 25 0 1 0 163850344 7217152 1642 1992294400 134512640 135078026 4294956192 18446744073709551615 134534653 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1910/statm: 1762 1642 71 138 0 1621 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 16156

[startup+51.1018 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1910
/proc/meminfo: memFree=1695016/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=9108 CPUtime=20.85
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 3210 5836 0 0 344 1 1735 5 25 0 1 0 163848254 9326592 1987 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1904/statm: 2277 1987 217 399 0 1874 0
[pid=1910] ppid=1904 vsize=10236 CPUtime=30.18
/proc/1910/stat : 1910 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 2669 0 0 0 3016 2 0 0 25 0 1 0 163850344 10481664 2391 1992294400 134512640 135078026 4294956192 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1910/statm: 2559 2391 71 138 0 2418 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 19344

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

[startup+52.703 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1910
/proc/meminfo: memFree=1694952/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=9108 CPUtime=20.85
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 3210 5836 0 0 344 1 1735 5 25 0 1 0 163848254 9326592 1987 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1904/statm: 2277 1987 217 399 0 1874 0
[pid=1910] ppid=1904 vsize=10236 CPUtime=31.78
/proc/1910/stat : 1910 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 2670 0 0 0 3176 2 0 0 25 0 1 0 163850344 10481664 2392 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1910/statm: 2559 2392 71 138 0 2418 0
Current children cumulated CPU time (s) 52.63
Current children cumulated vsize (KiB) 19344

[startup+53.103 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1910
/proc/meminfo: memFree=1694952/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=9108 CPUtime=20.85
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 3210 5836 0 0 344 1 1735 5 25 0 1 0 163848254 9326592 1987 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1904/statm: 2277 1987 217 399 0 1874 0
[pid=1910] ppid=1904 vsize=10236 CPUtime=32.18
/proc/1910/stat : 1910 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 2670 0 0 0 3216 2 0 0 25 0 1 0 163850344 10481664 2392 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1910/statm: 2559 2392 71 138 0 2418 0
Current children cumulated CPU time (s) 53.03
Current children cumulated vsize (KiB) 19344

[startup+53.502 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1910
/proc/meminfo: memFree=1694952/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=9108 CPUtime=20.85
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 3210 5836 0 0 344 1 1735 5 25 0 1 0 163848254 9326592 1987 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1904/statm: 2277 1987 217 399 0 1874 0
[pid=1910] ppid=1904 vsize=10236 CPUtime=32.58
/proc/1910/stat : 1910 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 2671 0 0 0 3256 2 0 0 25 0 1 0 163850344 10481664 2393 1992294400 134512640 135078026 4294956192 18446744073709551615 134534215 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1910/statm: 2559 2393 71 138 0 2418 0
Current children cumulated CPU time (s) 53.43
Current children cumulated vsize (KiB) 19344

[startup+53.6021 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1910
/proc/meminfo: memFree=1694952/2055920 swapFree=4178660/4192956
[pid=1904] ppid=1902 vsize=9108 CPUtime=20.85
/proc/1904/stat : 1904 (SATzilla2009_I) S 1902 1904 1761 0 -1 4194304 3210 5836 0 0 344 1 1735 5 25 0 1 0 163848254 9326592 1987 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1904/statm: 2277 1987 217 399 0 1874 0
[pid=1910] ppid=1904 vsize=10236 CPUtime=32.68
/proc/1910/stat : 1910 (mxc-sr08) R 1904 1904 1761 0 -1 4194304 2671 0 0 0 3266 2 0 0 25 0 1 0 163850344 10481664 2393 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1910/statm: 2559 2393 71 138 0 2418 0
Current children cumulated CPU time (s) 53.53
Current children cumulated vsize (KiB) 19344

Child status: 20
Real time (s): 53.6437
CPU time (s): 53.6048
CPU user time (s): 53.5059
CPU system time (s): 0.098984
CPU usage (%): 99.9276
Max. virtual memory (cumulated for all children) (KiB): 19344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.5059
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11732
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= 16
involuntary context switches= 191

runsolver used 0.035994 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-03 15:42:31
IDJOB=1775220
IDBENCH=71102
IDSOLVER=616
FILE ID=node32/1775220-1241358151
PBS_JOBID= 9225576
Free space on /tmp= 66496 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_06_UNSAT.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775220-1241358151/watcher-1775220-1241358151 -o /tmp/evaluation-result-1775220-1241358151/solver-1775220-1241358151 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1775220-1241358151.cnf

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

MD5SUM BENCH= 540450986cd3d9879ae19d42219d1fab
RANDOM SEED=711534915

node32.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.216
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.216
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:       1712600 kB
Buffers:         55424 kB
Cached:         233404 kB
SwapCached:       7924 kB
Active:         125408 kB
Inactive:       172644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712600 kB
SwapTotal:     4192956 kB
SwapFree:      4178660 kB
Dirty:           32136 kB
Writeback:           0 kB
Mapped:          14352 kB
Slab:            31088 kB
Committed_AS:   715104 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node32 at 2009-05-03 15:43:25