Trace number 1831819

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 1026.73 1027.19

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark543.882
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

1026.63/1027.16	c clasp version 1.2.0-SAT09 
1026.63/1027.16	c Reading from ...780053/instance-1831819-1242780053.cnf
1026.63/1027.16	c Reading      : Done(2.290s)
1026.63/1027.16	c Preprocessing: |-\Done(15.540s)
1026.63/1027.16	c Solving...
1026.63/1027.16	
1026.63/1027.16	c Models    : 0     
1026.63/1027.16	c Time         : 1026.200s (Solve: 1008.370s)
1026.63/1027.16	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-1831819-1242780053/watcher-1831819-1242780053 -o /tmp/evaluation-result-1831819-1242780053/solver-1831819-1242780053 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831819-1242780053.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: 1.00 0.99 0.98 3/64 15279
/proc/meminfo: memFree=1617096/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=5632 CPUtime=0
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 306033330 5767168 289 1992294400 134512640 136057169 4294956160 18446744073709551615 134672669 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 1408 291 139 377 0 1028 0

[startup+0.0272891 s]
/proc/loadavg: 1.00 0.99 0.98 3/64 15279
/proc/meminfo: memFree=1617096/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=11740 CPUtime=0.02
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 3122 0 0 0 1 1 0 0 18 0 1 0 306033330 12021760 1949 1992294400 134512640 136057169 4294956160 18446744073709551615 135507841 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 2935 1949 737 377 0 2555 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11740

[startup+0.101295 s]
/proc/loadavg: 1.00 0.99 0.98 3/64 15279
/proc/meminfo: memFree=1617096/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=53064 CPUtime=0.09
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 10706 0 0 0 5 4 0 0 18 0 1 0 306033330 54337536 8013 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 13266 8017 140 377 0 12886 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53064

[startup+0.301318 s]
/proc/loadavg: 1.00 0.99 0.98 3/64 15279
/proc/meminfo: memFree=1617096/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=70928 CPUtime=0.29
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 19705 0 0 0 22 7 0 0 20 0 1 0 306033330 72630272 16673 1992294400 134512640 136057169 4294956160 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 17732 16673 147 377 0 17352 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70928

[startup+0.701364 s]
/proc/loadavg: 1.00 0.99 0.98 3/64 15279
/proc/meminfo: memFree=1617096/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=92032 CPUtime=0.69
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 26332 0 0 0 58 11 0 0 23 0 1 0 306033330 94240768 21856 1992294400 134512640 136057169 4294956160 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 23008 21857 147 377 0 22628 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92032

[startup+1.50145 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15280
/proc/meminfo: memFree=1514816/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=134512 CPUtime=1.49
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 39490 0 0 0 132 17 0 0 25 0 1 0 306033330 137740288 32450 1992294400 134512640 136057169 4294956160 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 33628 32451 147 377 0 33248 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134512

[startup+3.10164 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15280
/proc/meminfo: memFree=1454976/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=231440 CPUtime=3.09
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 75350 0 0 0 276 33 0 0 25 0 1 0 306033330 236994560 56404 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 57860 56404 164 377 0 57480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 231440

[startup+6.302 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 15280
/proc/meminfo: memFree=1353216/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=272712 CPUtime=6.29
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 89808 0 0 0 590 39 0 0 25 0 1 0 306033330 279257088 66448 1992294400 134512640 136057169 4294956160 18446744073709551615 134782956 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 68178 66448 169 377 0 67798 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 272712

[startup+12.7027 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15280
/proc/meminfo: memFree=1350272/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=274868 CPUtime=12.69
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 91313 0 0 0 1229 40 0 0 25 0 1 0 306033330 281464832 66874 1992294400 134512640 136057169 4294956160 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 68717 66874 169 377 0 68337 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 274868

[startup+25.5012 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15280
/proc/meminfo: memFree=1379840/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=242704 CPUtime=25.48
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 95789 0 0 0 2506 42 0 0 25 0 1 0 306033330 248528896 59501 1992294400 134512640 136057169 4294956160 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 60676 59501 183 377 0 60296 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 242704

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15280
/proc/meminfo: memFree=1379776/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=242704 CPUtime=51.04
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 95790 0 0 0 5062 42 0 0 25 0 1 0 306033330 248528896 59502 1992294400 134512640 136057169 4294956160 18446744073709551615 134649380 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 60676 59502 183 377 0 60296 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 242704

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15280
/proc/meminfo: memFree=1379776/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=242704 CPUtime=102.22
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 95792 0 0 0 10180 42 0 0 25 0 1 0 306033330 248528896 59504 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 60676 59504 183 377 0 60296 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 242704

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15280
/proc/meminfo: memFree=1379776/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=242704 CPUtime=162.19
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 95793 0 0 0 16177 42 0 0 25 0 1 0 306033330 248528896 59505 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 60676 59505 183 377 0 60296 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 242704

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1379328/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=243516 CPUtime=222.16
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 95952 0 0 0 22173 43 0 0 25 0 1 0 306033330 249360384 59664 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 60879 59664 183 377 0 60499 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 243516

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1379136/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=243516 CPUtime=282.14
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 95979 0 0 0 28171 43 0 0 25 0 1 0 306033330 249360384 59691 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 60879 59691 183 377 0 60499 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 243516

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1375104/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=248104 CPUtime=342.12
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 97225 0 0 0 34168 44 0 0 25 0 1 0 306033330 254058496 60734 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 62026 60734 183 377 0 61646 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 248104

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1362752/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=260640 CPUtime=402.08
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 100305 0 0 0 40161 47 0 0 25 0 1 0 306033330 266895360 63814 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 65160 63814 183 377 0 64780 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 260640

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1349248/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=274004 CPUtime=462.06
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 103644 0 0 0 46154 52 0 0 25 0 1 0 306033330 280580096 67153 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 68501 67153 183 377 0 68121 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 274004

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1330816/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=293080 CPUtime=522.03
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 108547 0 0 0 52147 56 0 0 25 0 1 0 306033330 300113920 71752 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 73270 71752 183 377 0 72890 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 293080

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1321280/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=302436 CPUtime=582.01
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 110915 0 0 0 58142 59 0 0 25 0 1 0 306033330 309694464 74120 1992294400 134512640 136057169 4294956160 18446744073709551615 134823738 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 75609 74120 183 377 0 75229 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 302436

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1311488/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=312196 CPUtime=641.99
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 113348 0 0 0 64138 61 0 0 25 0 1 0 306033330 319688704 76553 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 78049 76553 183 377 0 77669 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 312196

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1295680/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=328300 CPUtime=701.97
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 117321 0 0 0 70131 66 0 0 25 0 1 0 306033330 336179200 80526 1992294400 134512640 136057169 4294956160 18446744073709551615 134824429 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 82075 80526 183 377 0 81695 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 328300

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1277312/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=346880 CPUtime=761.94
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 122046 0 0 0 76122 72 0 0 25 0 1 0 306033330 355205120 85070 1992294400 134512640 136057169 4294956160 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 86720 85070 183 377 0 86340 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 346880

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1257472/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=366636 CPUtime=821.92
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 127024 0 0 0 82114 78 0 0 25 0 1 0 306033330 375435264 90048 1992294400 134512640 136057169 4294956160 18446744073709551615 134823758 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 91659 90048 183 377 0 91279 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 366636

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1237824/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=385992 CPUtime=881.9
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 131894 0 0 0 88107 83 0 0 25 0 1 0 306033330 395255808 94918 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 96498 94918 183 377 0 96118 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 385992

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224640/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=941.87
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135968 0 0 0 94100 87 0 0 25 0 1 0 306033330 409141248 98132 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98132 183 377 0 99508 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 399552

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224640/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=1001.84
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135973 0 0 0 100097 87 0 0 25 0 1 0 306033330 409141248 98137 1992294400 134512640 136057169 4294956160 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98137 183 377 0 99508 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 399552

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

[startup+1011.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224576/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=1010.64
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135974 0 0 0 100977 87 0 0 25 0 1 0 306033330 409141248 98138 1992294400 134512640 136057169 4294956160 18446744073709551615 134624599 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1010.64
Current children cumulated vsize (KiB) 399552

[startup+1017.51 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224576/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=1017.04
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135974 0 0 0 101617 87 0 0 25 0 1 0 306033330 409141248 98138 1992294400 134512640 136057169 4294956160 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1017.04
Current children cumulated vsize (KiB) 399552

[startup+1023.9 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224576/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=1023.44
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135974 0 0 0 102257 87 0 0 25 0 1 0 306033330 409141248 98138 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1023.44
Current children cumulated vsize (KiB) 399552

[startup+1025.5 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224576/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=1025.03
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135974 0 0 0 102416 87 0 0 25 0 1 0 306033330 409141248 98138 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1025.03
Current children cumulated vsize (KiB) 399552

[startup+1026.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224576/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=1025.84
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135974 0 0 0 102497 87 0 0 25 0 1 0 306033330 409141248 98138 1992294400 134512640 136057169 4294956160 18446744073709551615 134624591 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1025.84
Current children cumulated vsize (KiB) 399552

[startup+1026.7 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224576/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=399552 CPUtime=1026.23
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135978 0 0 0 102536 87 0 0 25 0 1 0 306033330 409141248 98142 1992294400 134512640 136057169 4294956160 18446744073709551615 135437427 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 99888 98142 187 377 0 99508 0
Current children cumulated CPU time (s) 1026.23
Current children cumulated vsize (KiB) 399552

[startup+1027.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 15282
/proc/meminfo: memFree=1224576/2055920 swapFree=4087080/4192956
[pid=15279] ppid=15277 vsize=165108 CPUtime=1026.63
/proc/15279/stat : 15279 (clasp) R 15277 15279 15126 0 -1 4194304 135978 0 0 0 102573 90 0 0 25 0 1 0 306033330 169070592 40755 1992294400 134512640 136057169 4294956160 18446744073709551615 134764232 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15279/statm: 41277 40755 187 377 0 40897 0
Current children cumulated CPU time (s) 1026.63
Current children cumulated vsize (KiB) 165108

Child status: 20
Real time (s): 1027.19
CPU time (s): 1026.73
CPU user time (s): 1025.8
CPU system time (s): 0.934857
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 401228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1025.8
system time used= 0.934857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135978
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= 3175

runsolver used 0.886865 second user time and 2.85357 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-20 02:40:58
IDJOB=1831819
IDBENCH=70965
IDSOLVER=637
FILE ID=node62/1831819-1242780053
PBS_JOBID= 9322371
Free space on /tmp= 66204 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.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-1831819-1242780053/watcher-1831819-1242780053 -o /tmp/evaluation-result-1831819-1242780053/solver-1831819-1242780053 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831819-1242780053.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= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=458713423

node62.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.220
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.220
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:       1617576 kB
Buffers:         22412 kB
Cached:         277192 kB
SwapCached:      99420 kB
Active:         185120 kB
Inactive:       216372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617576 kB
SwapTotal:     4192956 kB
SwapFree:      4087080 kB
Dirty:           73400 kB
Writeback:           0 kB
Mapped:          14728 kB
Slab:            22700 kB
Committed_AS:   829672 kB
PageTables:       1476 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= 66204 MiB
End job on node62 at 2009-05-20 02:58:05