Trace number 1831905

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
clasp 1.2.0-SAT09-32UNSAT 4385.79 4386.94

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3892.92
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

4385.75/4386.93	c clasp version 1.2.0-SAT09 
4385.75/4386.93	c Reading from ...791064/instance-1831905-1242791064.cnf
4385.75/4386.93	c Reading      : Done(0.030s)
4385.75/4386.93	c Preprocessing: |-\Done(1.160s)
4385.75/4386.93	c Solving...
4385.75/4386.93	
4385.75/4386.93	c Models    : 0     
4385.75/4386.93	c Time         : 4386.440s (Solve: 4385.250s)
4385.75/4386.93	s UNSATISFIABLE

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-1831905-1242791064/watcher-1831905-1242791064 -o /tmp/evaluation-result-1831905-1242791064/solver-1831905-1242791064 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831905-1242791064.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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: 0.94 0.96 0.98 3/65 1358
/proc/meminfo: memFree=1738744/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=1960 CPUtime=0
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 260 0 0 0 0 0 0 0 20 0 1 0 307136208 2007040 244 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 490 245 144 377 0 110 0

[startup+0.0601171 s]
/proc/loadavg: 0.94 0.96 0.98 3/65 1358
/proc/meminfo: memFree=1738744/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=6116 CPUtime=0.05
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 1377 0 0 0 5 0 0 0 20 0 1 0 307136208 6262784 1250 1992294400 134512640 136057169 4294956160 18446744073709551615 135480624 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 1529 1251 166 377 0 1149 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6116

[startup+0.101118 s]
/proc/loadavg: 0.94 0.96 0.98 3/65 1358
/proc/meminfo: memFree=1738744/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=6116 CPUtime=0.09
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 1378 0 0 0 9 0 0 0 20 0 1 0 307136208 6262784 1251 1992294400 134512640 136057169 4294956160 18446744073709551615 134774380 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 1529 1251 166 377 0 1149 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6116

[startup+0.301139 s]
/proc/loadavg: 0.94 0.96 0.98 3/65 1358
/proc/meminfo: memFree=1738744/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=6116 CPUtime=0.29
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 1378 0 0 0 29 0 0 0 22 0 1 0 307136208 6262784 1251 1992294400 134512640 136057169 4294956160 18446744073709551615 134774349 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 1529 1251 166 377 0 1149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6116

[startup+0.701182 s]
/proc/loadavg: 0.94 0.96 0.98 3/65 1358
/proc/meminfo: memFree=1738744/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=6776 CPUtime=0.69
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 1560 0 0 0 69 0 0 0 25 0 1 0 307136208 6938624 1433 1992294400 134512640 136057169 4294956160 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 1694 1433 168 377 0 1314 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6776

[startup+1.50127 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 1359
/proc/meminfo: memFree=1733168/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=8192 CPUtime=1.49
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 2091 0 0 0 149 0 0 0 25 0 1 0 307136208 8388608 1830 1992294400 134512640 136057169 4294956160 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 2048 1830 182 377 0 1668 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8192

[startup+3.10144 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 1359
/proc/meminfo: memFree=1731824/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=8588 CPUtime=3.09
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 2195 0 0 0 309 0 0 0 25 0 1 0 307136208 8794112 1934 1992294400 134512640 136057169 4294956160 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 2147 1934 182 377 0 1767 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8588

[startup+6.30178 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 1359
/proc/meminfo: memFree=1729136/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=11088 CPUtime=6.29
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 2815 0 0 0 628 1 0 0 25 0 1 0 307136208 11354112 2554 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 2772 2554 182 377 0 2392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11088

[startup+12.7015 s]
/proc/loadavg: 0.95 0.96 0.98 2/66 1359
/proc/meminfo: memFree=1727216/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=12888 CPUtime=12.69
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 3265 0 0 0 1267 2 0 0 25 0 1 0 307136208 13197312 3004 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 3222 3004 182 377 0 2842 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12888

[startup+25.5018 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 1359
/proc/meminfo: memFree=1720560/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=19700 CPUtime=25.48
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 4920 0 0 0 2545 3 0 0 25 0 1 0 307136208 20172800 4659 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 4925 4659 182 377 0 4545 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19700

[startup+51.1016 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 1359
/proc/meminfo: memFree=1714608/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=25720 CPUtime=51.08
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 6428 0 0 0 5104 4 0 0 25 0 1 0 307136208 26337280 6167 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 6430 6167 182 377 0 6050 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25720

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1359
/proc/meminfo: memFree=1711344/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=29072 CPUtime=102.27
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 7197 0 0 0 10223 4 0 0 25 0 1 0 307136208 29769728 6936 1992294400 134512640 136057169 4294956160 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 7268 6936 182 377 0 6888 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29072

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1359
/proc/meminfo: memFree=1711280/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=29072 CPUtime=162.25
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 7208 0 0 0 16221 4 0 0 25 0 1 0 307136208 29769728 6947 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 7268 6947 182 377 0 6888 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 29072

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1359
/proc/meminfo: memFree=1711280/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=29072 CPUtime=222.23
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 7208 0 0 0 22219 4 0 0 25 0 1 0 307136208 29769728 6947 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 7268 6947 182 377 0 6888 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 29072

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1359
/proc/meminfo: memFree=1706352/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=34084 CPUtime=282.22
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 8432 0 0 0 28217 5 0 0 25 0 1 0 307136208 34902016 8171 1992294400 134512640 136057169 4294956160 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 8521 8171 182 377 0 8141 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 34084

[startup+342.302 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 1359
/proc/meminfo: memFree=1703856/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=36644 CPUtime=342.19
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 9040 0 0 0 34214 5 0 0 25 0 1 0 307136208 37523456 8779 1992294400 134512640 136057169 4294956160 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 9161 8779 182 377 0 8781 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 36644

[startup+402.302 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 1359
/proc/meminfo: memFree=1702064/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=38452 CPUtime=402.19
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 9477 0 0 0 40213 6 0 0 25 0 1 0 307136208 39374848 9216 1992294400 134512640 136057169 4294956160 18446744073709551615 134828272 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 9613 9216 182 377 0 9233 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 38452

[startup+462.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 1359
/proc/meminfo: memFree=1702064/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=38452 CPUtime=462.17
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 9477 0 0 0 46211 6 0 0 25 0 1 0 307136208 39374848 9216 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 9613 9216 182 377 0 9233 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 38452

[startup+522.302 s]
/proc/loadavg: 1.05 1.00 0.99 2/66 1359
/proc/meminfo: memFree=1693296/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=47536 CPUtime=522.15
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 11658 0 0 0 52208 7 0 0 25 0 1 0 307136208 48676864 11397 1992294400 134512640 136057169 4294956160 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 11884 11397 182 377 0 11504 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 47536

[startup+582.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 1359
/proc/meminfo: memFree=1687600/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=53716 CPUtime=582.14
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 13058 0 0 0 58206 8 0 0 25 0 1 0 307136208 55005184 12797 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 13429 12797 182 377 0 13049 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 53716

[startup+642.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 1359
/proc/meminfo: memFree=1681200/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=60140 CPUtime=642.12
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 14640 0 0 0 64203 9 0 0 25 0 1 0 307136208 61583360 14379 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15035 14379 182 377 0 14655 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 60140

[startup+702.302 s]

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

/proc/meminfo: memFree=1677744/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=62928 CPUtime=3701.33
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15231 0 0 0 370123 10 0 0 25 0 1 0 307136208 64438272 14970 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15732 14970 182 377 0 15352 0
Current children cumulated CPU time (s) 3701.33
Current children cumulated vsize (KiB) 62928

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677744/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=62928 CPUtime=3761.31
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15231 0 0 0 376121 10 0 0 25 0 1 0 307136208 64438272 14970 1992294400 134512640 136057169 4294956160 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15732 14970 182 377 0 15352 0
Current children cumulated CPU time (s) 3761.31
Current children cumulated vsize (KiB) 62928

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677680/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=62928 CPUtime=3821.3
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15233 0 0 0 382120 10 0 0 25 0 1 0 307136208 64438272 14972 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15732 14972 182 377 0 15352 0
Current children cumulated CPU time (s) 3821.3
Current children cumulated vsize (KiB) 62928

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677488/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63252 CPUtime=3881.28
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15290 0 0 0 388118 10 0 0 25 0 1 0 307136208 64770048 15029 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15813 15029 182 377 0 15433 0
Current children cumulated CPU time (s) 3881.28
Current children cumulated vsize (KiB) 63252

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677232/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=3941.27
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15349 0 0 0 394117 10 0 0 25 0 1 0 307136208 65097728 15088 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15088 182 377 0 15513 0
Current children cumulated CPU time (s) 3941.27
Current children cumulated vsize (KiB) 63572

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677168/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4001.25
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15355 0 0 0 400115 10 0 0 25 0 1 0 307136208 65097728 15094 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15094 182 377 0 15513 0
Current children cumulated CPU time (s) 4001.25
Current children cumulated vsize (KiB) 63572

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677168/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4061.24
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15355 0 0 0 406114 10 0 0 25 0 1 0 307136208 65097728 15094 1992294400 134512640 136057169 4294956160 18446744073709551615 134618452 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15094 182 377 0 15513 0
Current children cumulated CPU time (s) 4061.24
Current children cumulated vsize (KiB) 63572

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677104/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4121.22
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15367 0 0 0 412112 10 0 0 25 0 1 0 307136208 65097728 15106 1992294400 134512640 136057169 4294956160 18446744073709551615 134618200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15106 182 377 0 15513 0
Current children cumulated CPU time (s) 4121.22
Current children cumulated vsize (KiB) 63572

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1677040/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4181.2
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15375 0 0 0 418110 10 0 0 25 0 1 0 307136208 65097728 15114 1992294400 134512640 136057169 4294956160 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15114 182 377 0 15513 0
Current children cumulated CPU time (s) 4181.2
Current children cumulated vsize (KiB) 63572

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676976/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4241.19
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15375 0 0 0 424109 10 0 0 25 0 1 0 307136208 65097728 15114 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15114 182 377 0 15513 0
Current children cumulated CPU time (s) 4241.19
Current children cumulated vsize (KiB) 63572

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676976/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4301.17
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15375 0 0 0 430107 10 0 0 25 0 1 0 307136208 65097728 15114 1992294400 134512640 136057169 4294956160 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15114 182 377 0 15513 0
Current children cumulated CPU time (s) 4301.17
Current children cumulated vsize (KiB) 63572

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4361.16
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15382 0 0 0 436106 10 0 0 25 0 1 0 307136208 65097728 15121 1992294400 134512640 136057169 4294956160 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15121 182 377 0 15513 0
Current children cumulated CPU time (s) 4361.16
Current children cumulated vsize (KiB) 63572

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

[startup+4364.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4363.56
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15382 0 0 0 436346 10 0 0 25 0 1 0 307136208 65097728 15121 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15121 182 377 0 15513 0
Current children cumulated CPU time (s) 4363.56
Current children cumulated vsize (KiB) 63572

[startup+4377.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4376.35
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15384 0 0 0 437625 10 0 0 25 0 1 0 307136208 65097728 15123 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15123 182 377 0 15513 0
Current children cumulated CPU time (s) 4376.35
Current children cumulated vsize (KiB) 63572

[startup+4383.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4382.75
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15385 0 0 0 438265 10 0 0 25 0 1 0 307136208 65097728 15124 1992294400 134512640 136057169 4294956160 18446744073709551615 134618427 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15124 182 377 0 15513 0
Current children cumulated CPU time (s) 4382.75
Current children cumulated vsize (KiB) 63572

[startup+4385.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4384.35
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15385 0 0 0 438425 10 0 0 25 0 1 0 307136208 65097728 15124 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15124 182 377 0 15513 0
Current children cumulated CPU time (s) 4384.35
Current children cumulated vsize (KiB) 63572

[startup+4386.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4385.15
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15385 0 0 0 438505 10 0 0 25 0 1 0 307136208 65097728 15124 1992294400 134512640 136057169 4294956160 18446744073709551615 134618152 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15124 182 377 0 15513 0
Current children cumulated CPU time (s) 4385.15
Current children cumulated vsize (KiB) 63572

[startup+4386.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4385.55
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15385 0 0 0 438545 10 0 0 25 0 1 0 307136208 65097728 15124 1992294400 134512640 136057169 4294956160 18446744073709551615 134624496 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15124 182 377 0 15513 0
Current children cumulated CPU time (s) 4385.55
Current children cumulated vsize (KiB) 63572

[startup+4386.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1367
/proc/meminfo: memFree=1676912/2055920 swapFree=4179368/4192956
[pid=1358] ppid=1356 vsize=63572 CPUtime=4385.75
/proc/1358/stat : 1358 (clasp) R 1356 1358 1294 0 -1 4194304 15385 0 0 0 438565 10 0 0 25 0 1 0 307136208 65097728 15124 1992294400 134512640 136057169 4294956160 18446744073709551615 135439492 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1358/statm: 15893 15124 182 377 0 15513 0
Current children cumulated CPU time (s) 4385.75
Current children cumulated vsize (KiB) 63572

Child status: 20
Real time (s): 4386.94
CPU time (s): 4385.79
CPU user time (s): 4385.68
CPU system time (s): 0.113982
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 63572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4385.68
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15390
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= 2
involuntary context switches= 8317

runsolver used 4.96824 second user time and 10.7174 second system time

The end

Launcher Data

Begin job on node81 at 2009-05-20 05:44:24
IDJOB=1831905
IDBENCH=71078
IDSOLVER=637
FILE ID=node81/1831905-1242791064
PBS_JOBID= 9322445
Free space on /tmp= 126524 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1831905-1242791064/watcher-1831905-1242791064 -o /tmp/evaluation-result-1831905-1242791064/solver-1831905-1242791064 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831905-1242791064.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1429219585

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1739160 kB
Buffers:         39220 kB
Cached:         229004 kB
SwapCached:       7176 kB
Active:         103992 kB
Inactive:       172784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739160 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            2892 kB
Writeback:           0 kB
Mapped:          13684 kB
Slab:            25660 kB
Committed_AS:   943040 kB
PageTables:       1452 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= 126524 MiB
End job on node81 at 2009-05-20 06:57:31