Trace number 1577723

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 1067.89 1068.14

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 benchmark542.008
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

1067.85/1068.11	c clasp version 1.2.0-SAT09 
1067.85/1068.11	c Reading from ...004139/instance-1577723-1241004139.cnf
1067.85/1068.11	c Reading      : Done(2.490s)
1067.85/1068.11	c Preprocessing: |-\Done(16.290s)
1067.85/1068.11	c Solving...
1067.85/1068.11	
1067.85/1068.11	c Models    : 0     
1067.85/1068.11	c Time         : 1067.350s (Solve: 1048.570s)
1067.85/1068.11	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-1577723-1241004139/watcher-1577723-1241004139 -o /tmp/evaluation-result-1577723-1241004139/solver-1577723-1241004139 -C 1200 -W 1800 -M 1800 HOME/clasp --file=HOME/instance-1577723-1241004139.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3815
/proc/meminfo: memFree=813368/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=5632 CPUtime=0
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 326 0 0 0 0 0 0 0 18 0 1 0 128440448 5767168 310 1992294400 134512640 136057169 4294956144 18446744073709551615 134672669 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 1408 312 139 377 0 1028 0

[startup+0.048179 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3815
/proc/meminfo: memFree=813368/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=53064 CPUtime=0.04
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 5352 0 0 0 2 2 0 0 18 0 1 0 128440448 54337536 2659 1992294400 134512640 136057169 4294956144 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 13266 2663 140 377 0 12886 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 53064

[startup+0.101182 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3815
/proc/meminfo: memFree=813368/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=53064 CPUtime=0.09
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 10481 0 0 0 6 3 0 0 18 0 1 0 128440448 54337536 7788 1992294400 134512640 136057169 4294956144 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 13266 7792 140 377 0 12886 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53064

[startup+0.301203 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3815
/proc/meminfo: memFree=813368/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=69732 CPUtime=0.29
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 19306 0 0 0 22 7 0 0 19 0 1 0 128440448 71405568 16477 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 17433 16478 147 377 0 17053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69732

[startup+0.70123 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3815
/proc/meminfo: memFree=813368/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=89788 CPUtime=0.69
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 25705 0 0 0 58 11 0 0 22 0 1 0 128440448 91942912 21229 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 22447 21230 147 377 0 22067 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89788

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=713008/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=128704 CPUtime=1.49
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 37849 0 0 0 130 19 0 0 25 0 1 0 128440448 131792896 30809 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 32176 30809 147 377 0 31796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128704

[startup+3.10142 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 3816
/proc/meminfo: memFree=659504/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=220976 CPUtime=3.09
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 71501 0 0 0 272 37 0 0 25 0 1 0 128440448 226279424 53885 1992294400 134512640 136057169 4294956144 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 55244 53885 164 377 0 54864 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 220976

[startup+6.30168 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 3816
/proc/meminfo: memFree=550136/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=270984 CPUtime=6.29
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 89420 0 0 0 584 45 0 0 25 0 1 0 128440448 277487616 66060 1992294400 134512640 136057169 4294956144 18446744073709551615 135480624 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 67746 66060 169 377 0 67366 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 270984

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 3816
/proc/meminfo: memFree=547192/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=274868 CPUtime=12.69
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 91302 0 0 0 1222 47 0 0 25 0 1 0 128440448 281464832 66863 1992294400 134512640 136057169 4294956144 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 68717 66863 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.06 1.01 1.00 2/65 3816
/proc/meminfo: memFree=576760/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=242704 CPUtime=25.49
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 95789 0 0 0 2499 50 0 0 25 0 1 0 128440448 248528896 59501 1992294400 134512640 136057169 4294956144 18446744073709551615 134823453 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 60676 59501 183 377 0 60296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 242704

[startup+51.1012 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 3816
/proc/meminfo: memFree=576824/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=242704 CPUtime=51.08
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 95790 0 0 0 5058 50 0 0 25 0 1 0 128440448 248528896 59502 1992294400 134512640 136057169 4294956144 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 60676 59502 183 377 0 60296 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 242704

[startup+102.304 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 3816
/proc/meminfo: memFree=576888/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=242704 CPUtime=102.27
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 95792 0 0 0 10177 50 0 0 25 0 1 0 128440448 248528896 59504 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 60676 59504 183 377 0 60296 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 242704

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=576888/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=242704 CPUtime=162.26
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 95793 0 0 0 16175 51 0 0 25 0 1 0 128440448 248528896 59505 1992294400 134512640 136057169 4294956144 18446744073709551615 134834180 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 60676 59505 183 377 0 60296 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 242704

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=576248/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=243516 CPUtime=222.24
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 95944 0 0 0 22173 51 0 0 25 0 1 0 128440448 249360384 59656 1992294400 134512640 136057169 4294956144 18446744073709551615 134649409 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 60879 59656 183 377 0 60499 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 243516

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=576056/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=243516 CPUtime=282.22
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 95979 0 0 0 28171 51 0 0 25 0 1 0 128440448 249360384 59691 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 60879 59691 183 377 0 60499 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 243516

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=575800/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=244052 CPUtime=342.21
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 96229 0 0 0 34169 52 0 0 25 0 1 0 128440448 249909248 59738 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 61013 59738 183 377 0 60633 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 244052

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=563768/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=256624 CPUtime=402.2
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 99308 0 0 0 40163 57 0 0 25 0 1 0 128440448 262782976 62817 1992294400 134512640 136057169 4294956144 18446744073709551615 134618135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 64156 62817 183 377 0 63776 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 256624

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=550200/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=270036 CPUtime=462.19
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 102639 0 0 0 46158 61 0 0 25 0 1 0 128440448 276516864 66148 1992294400 134512640 136057169 4294956144 18446744073709551615 134649319 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 67509 66148 183 377 0 67129 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 270036

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=535352/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=285740 CPUtime=522.17
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 106701 0 0 0 52152 65 0 0 25 0 1 0 128440448 292597760 69906 1992294400 134512640 136057169 4294956144 18446744073709551615 134618129 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 71435 69906 183 377 0 71055 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 285740

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=525944/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=294888 CPUtime=582.15
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 109003 0 0 0 58148 67 0 0 25 0 1 0 128440448 301965312 72208 1992294400 134512640 136057169 4294956144 18446744073709551615 134618582 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 73722 72208 183 377 0 73342 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 294888

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=516280/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=304240 CPUtime=642.15
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 111378 0 0 0 64144 71 0 0 25 0 1 0 128440448 311541760 74583 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 76060 74583 183 377 0 75680 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 304240

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=499448/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=321232 CPUtime=702.13
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 115620 0 0 0 70137 76 0 0 25 0 1 0 128440448 328941568 78825 1992294400 134512640 136057169 4294956144 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 80308 78825 183 377 0 79928 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 321232

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=483384/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=337620 CPUtime=762.11
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 119746 0 0 0 76131 80 0 0 25 0 1 0 128440448 345722880 82770 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 84405 82770 183 377 0 84025 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 337620

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=464760/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=356284 CPUtime=822.1
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 124428 0 0 0 82126 84 0 0 25 0 1 0 128440448 364834816 87452 1992294400 134512640 136057169 4294956144 18446744073709551615 134649301 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 89071 87452 183 377 0 88691 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 356284

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=444472/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=376352 CPUtime=882.09
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 129452 0 0 0 88118 91 0 0 25 0 1 0 128440448 385384448 92476 1992294400 134512640 136057169 4294956144 18446744073709551615 134649328 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 94088 92476 183 377 0 93708 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 376352

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=425400/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=396332 CPUtime=942.07
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 134717 0 0 0 94111 96 0 0 25 0 1 0 128440448 405843968 97285 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 99083 97285 183 377 0 98703 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 396332

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3816
/proc/meminfo: memFree=421560/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=399552 CPUtime=1002.06
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 135968 0 0 0 100107 99 0 0 25 0 1 0 128440448 409141248 98132 1992294400 134512640 136057169 4294956144 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 99888 98132 183 377 0 99508 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 399552

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=421560/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=399552 CPUtime=1062.05
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 135974 0 0 0 106106 99 0 0 25 0 1 0 128440448 409141248 98138 1992294400 134512640 136057169 4294956144 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 399552

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

[startup+1065.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=421560/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=399552 CPUtime=1065.25
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 135974 0 0 0 106426 99 0 0 25 0 1 0 128440448 409141248 98138 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1065.25
Current children cumulated vsize (KiB) 399552

[startup+1067.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=421560/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=399552 CPUtime=1066.84
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 135974 0 0 0 106585 99 0 0 25 0 1 0 128440448 409141248 98138 1992294400 134512640 136057169 4294956144 18446744073709551615 134624629 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 99888 98138 183 377 0 99508 0
Current children cumulated CPU time (s) 1066.84
Current children cumulated vsize (KiB) 399552

[startup+1067.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=421560/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=165108 CPUtime=1067.65
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 135978 0 0 0 106662 103 0 0 25 0 1 0 128440448 169070592 40755 1992294400 134512640 136057169 4294956144 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 41277 40755 187 377 0 40897 0
Current children cumulated CPU time (s) 1067.65
Current children cumulated vsize (KiB) 165108

[startup+1068.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=650936/2055920 swapFree=4169832/4192956
[pid=3815] ppid=3813 vsize=165108 CPUtime=1067.85
/proc/3815/stat : 3815 (clasp) R 3813 3815 3474 0 -1 4194304 135978 0 0 0 106682 103 0 0 25 0 1 0 128440448 169070592 40755 1992294400 134512640 136057169 4294956144 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3815/statm: 41277 40755 187 377 0 40897 0
Current children cumulated CPU time (s) 1067.85
Current children cumulated vsize (KiB) 165108

Child status: 20
Real time (s): 1068.14
CPU time (s): 1067.89
CPU user time (s): 1066.84
CPU system time (s): 1.05584
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 401228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1066.84
system time used= 1.05584
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= 2900

runsolver used 0.774882 second user time and 2.40063 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-29 13:22:24
IDJOB=1577723
IDBENCH=70965
IDSOLVER=508
FILE ID=node69/1577723-1241004139
PBS_JOBID= 9204802
Free space on /tmp= 66088 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-1577723-1241004139/watcher-1577723-1241004139 -o /tmp/evaluation-result-1577723-1241004139/solver-1577723-1241004139 -C 1200 -W 1800 -M 1800  HOME/clasp --file=HOME/instance-1577723-1241004139.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=450675704

node69.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.231
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.231
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:        813848 kB
Buffers:         29212 kB
Cached:        1144456 kB
SwapCached:      17420 kB
Active:         192124 kB
Inactive:      1001580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        813848 kB
SwapTotal:     4192956 kB
SwapFree:      4169832 kB
Dirty:           73228 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            34396 kB
Committed_AS:   475824 kB
PageTables:       1464 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= 66088 MiB
End job on node69 at 2009-04-29 13:40:12