Trace number 1831663

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 3841.14 3842.23

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark834.519
Satisfiable
(Un)Satisfiability was proved
Number of variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

3841.10/3842.22	c clasp version 1.2.0-SAT09 
3841.10/3842.22	c Reading from ...775009/instance-1831663-1242775009.cnf
3841.10/3842.22	c Reading      : Done(0.000s)
3841.10/3842.22	c Preprocessing: |-\Done(0.080s)
3841.10/3842.22	c Solving...
3841.10/3842.22	
3841.10/3842.22	c Models    : 0     
3841.10/3842.22	c Time         : 3841.700s (Solve: 3841.620s)
3841.10/3842.22	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-1831663-1242775009/watcher-1831663-1242775009 -o /tmp/evaluation-result-1831663-1242775009/solver-1831663-1242775009 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831663-1242775009.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.91 0.97 0.98 3/64 2623
/proc/meminfo: memFree=1931560/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=2128 CPUtime=0
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 309 0 0 0 0 0 0 0 18 0 1 0 305534433 2179072 293 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 532 294 144 377 0 152 0

[startup+0.0752681 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 2623
/proc/meminfo: memFree=1931560/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=3904 CPUtime=0.07
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 784 0 0 0 7 0 0 0 18 0 1 0 305534433 3997696 735 1992294400 134512640 136057169 4294956160 18446744073709551615 134774398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 976 735 169 377 0 596 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3904

[startup+0.101269 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 2623
/proc/meminfo: memFree=1931560/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=3900 CPUtime=0.09
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 837 0 0 0 9 0 0 0 18 0 1 0 305534433 3993600 754 1992294400 134512640 136057169 4294956160 18446744073709551615 134823898 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 975 754 182 377 0 595 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3900

[startup+0.301295 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 2623
/proc/meminfo: memFree=1931560/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=3900 CPUtime=0.29
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 837 0 0 0 29 0 0 0 19 0 1 0 305534433 3993600 754 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 975 754 182 377 0 595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3900

[startup+0.701348 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 2623
/proc/meminfo: memFree=1931560/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=4032 CPUtime=0.69
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 882 0 0 0 69 0 0 0 23 0 1 0 305534433 4128768 799 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 1008 799 182 377 0 628 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4032

[startup+1.50245 s]
/proc/loadavg: 0.92 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1928672/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=4824 CPUtime=1.49
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 1058 0 0 0 149 0 0 0 25 0 1 0 305534433 4939776 975 1992294400 134512640 136057169 4294956160 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 1206 975 182 377 0 826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4824

[startup+3.10166 s]
/proc/loadavg: 0.92 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1928032/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=5240 CPUtime=3.09
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 1191 0 0 0 309 0 0 0 25 0 1 0 305534433 5365760 1108 1992294400 134512640 136057169 4294956160 18446744073709551615 134823831 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 1310 1108 182 377 0 930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5240

[startup+6.30108 s]
/proc/loadavg: 0.93 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1927072/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=5900 CPUtime=6.29
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 1352 0 0 0 629 0 0 0 25 0 1 0 305534433 6041600 1269 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 1475 1269 182 377 0 1095 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5900

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1926048/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=7108 CPUtime=12.69
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 1624 0 0 0 1268 1 0 0 25 0 1 0 305534433 7278592 1541 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 1777 1541 182 377 0 1397 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7108

[startup+25.5016 s]
/proc/loadavg: 0.95 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1924064/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=8828 CPUtime=25.48
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 2061 0 0 0 2547 1 0 0 25 0 1 0 305534433 9039872 1978 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 2207 1978 182 377 0 1827 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8828

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1921504/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=11344 CPUtime=51.08
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 2704 0 0 0 5106 2 0 0 25 0 1 0 305534433 11616256 2621 1992294400 134512640 136057169 4294956160 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 2836 2621 182 377 0 2456 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11344

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1919200/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=13604 CPUtime=102.26
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 3275 0 0 0 10224 2 0 0 25 0 1 0 305534433 13930496 3192 1992294400 134512640 136057169 4294956160 18446744073709551615 134615606 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 3401 3192 182 377 0 3021 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13604

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1917984/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=14804 CPUtime=162.25
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 3577 0 0 0 16222 3 0 0 25 0 1 0 305534433 15159296 3494 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 3701 3494 182 377 0 3321 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14804

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1917024/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=15868 CPUtime=222.23
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 3826 0 0 0 22220 3 0 0 25 0 1 0 305534433 16248832 3743 1992294400 134512640 136057169 4294956160 18446744073709551615 134823901 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 3967 3743 182 377 0 3587 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15868

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1916256/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=16692 CPUtime=282.21
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 4021 0 0 0 28218 3 0 0 25 0 1 0 305534433 17092608 3938 1992294400 134512640 136057169 4294956160 18446744073709551615 134618496 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 4173 3938 182 377 0 3793 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16692

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1914856/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=18156 CPUtime=342.19
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 4401 0 0 0 34215 4 0 0 25 0 1 0 305534433 18591744 4318 1992294400 134512640 136057169 4294956160 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 4539 4318 182 377 0 4159 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 18156

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1913896/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=19056 CPUtime=402.17
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 4592 0 0 0 40213 4 0 0 25 0 1 0 305534433 19513344 4509 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 4764 4509 182 377 0 4384 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 19056

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1913896/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=19056 CPUtime=462.16
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 4593 0 0 0 46211 5 0 0 25 0 1 0 305534433 19513344 4510 1992294400 134512640 136057169 4294956160 18446744073709551615 134819606 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 4764 4510 182 377 0 4384 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 19056

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1913832/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=19056 CPUtime=522.15
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 4593 0 0 0 52210 5 0 0 25 0 1 0 305534433 19513344 4510 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 4764 4510 182 377 0 4384 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 19056

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1912680/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=20112 CPUtime=582.12
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 4871 0 0 0 58207 5 0 0 25 0 1 0 305534433 20594688 4788 1992294400 134512640 136057169 4294956160 18446744073709551615 134824092 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 5028 4788 182 377 0 4648 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 20112

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2624
/proc/meminfo: memFree=1912616/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=20112 CPUtime=642.12
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 4871 0 0 0 64206 6 0 0 25 0 1 0 305534433 20594688 4788 1992294400 134512640 136057169 4294956160 18446744073709551615 134615618 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 5028 4788 182 377 0 4648 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 20112

[startup+702.302 s]

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

/proc/meminfo: memFree=1900200/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=31984 CPUtime=3221.37
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 7861 0 0 0 322120 17 0 0 25 0 1 0 305534433 32751616 7573 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 7996 7573 182 377 0 7616 0
Current children cumulated CPU time (s) 3221.37
Current children cumulated vsize (KiB) 31984

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1900072/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32128 CPUtime=3281.36
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 7887 0 0 0 328118 18 0 0 25 0 1 0 305534433 32899072 7599 1992294400 134512640 136057169 4294956160 18446744073709551615 134823919 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8032 7599 182 377 0 7652 0
Current children cumulated CPU time (s) 3281.36
Current children cumulated vsize (KiB) 32128

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1900008/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32128 CPUtime=3341.34
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 7892 0 0 0 334116 18 0 0 25 0 1 0 305534433 32899072 7604 1992294400 134512640 136057169 4294956160 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8032 7604 182 377 0 7652 0
Current children cumulated CPU time (s) 3341.34
Current children cumulated vsize (KiB) 32128

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899560/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32680 CPUtime=3401.32
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8003 0 0 0 340114 18 0 0 25 0 1 0 305534433 33464320 7715 1992294400 134512640 136057169 4294956160 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8170 7715 182 377 0 7790 0
Current children cumulated CPU time (s) 3401.32
Current children cumulated vsize (KiB) 32680

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899368/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32680 CPUtime=3461.31
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8018 0 0 0 346112 19 0 0 25 0 1 0 305534433 33464320 7730 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8170 7730 182 377 0 7790 0
Current children cumulated CPU time (s) 3461.31
Current children cumulated vsize (KiB) 32680

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899304/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32680 CPUtime=3521.29
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8021 0 0 0 352110 19 0 0 25 0 1 0 305534433 33464320 7733 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8170 7733 182 377 0 7790 0
Current children cumulated CPU time (s) 3521.29
Current children cumulated vsize (KiB) 32680

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899176/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32824 CPUtime=3581.27
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8046 0 0 0 358108 19 0 0 25 0 1 0 305534433 33611776 7758 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8206 7758 182 377 0 7826 0
Current children cumulated CPU time (s) 3581.27
Current children cumulated vsize (KiB) 32824

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899176/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32824 CPUtime=3641.25
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8049 0 0 0 364106 19 0 0 25 0 1 0 305534433 33611776 7761 1992294400 134512640 136057169 4294956160 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8206 7761 182 377 0 7826 0
Current children cumulated CPU time (s) 3641.25
Current children cumulated vsize (KiB) 32824

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899112/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32824 CPUtime=3701.24
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8050 0 0 0 370104 20 0 0 25 0 1 0 305534433 33611776 7762 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8206 7762 182 377 0 7826 0
Current children cumulated CPU time (s) 3701.24
Current children cumulated vsize (KiB) 32824

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899112/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32824 CPUtime=3761.22
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8050 0 0 0 376102 20 0 0 25 0 1 0 305534433 33611776 7762 1992294400 134512640 136057169 4294956160 18446744073709551615 134637507 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8206 7762 182 377 0 7826 0
Current children cumulated CPU time (s) 3761.22
Current children cumulated vsize (KiB) 32824

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899048/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32536 CPUtime=3821.21
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 382101 20 0 0 25 0 1 0 305534433 33316864 7716 1992294400 134512640 136057169 4294956160 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8134 7716 182 377 0 7754 0
Current children cumulated CPU time (s) 3821.21
Current children cumulated vsize (KiB) 32536

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

[startup+3827.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899048/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32536 CPUtime=3826
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 382580 20 0 0 25 0 1 0 305534433 33316864 7716 1992294400 134512640 136057169 4294956160 18446744073709551615 134618499 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8134 7716 182 377 0 7754 0
Current children cumulated CPU time (s) 3826
Current children cumulated vsize (KiB) 32536

[startup+3833.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899048/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32536 CPUtime=3832.4
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 383220 20 0 0 25 0 1 0 305534433 33316864 7716 1992294400 134512640 136057169 4294956160 18446744073709551615 134828253 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8134 7716 182 377 0 7754 0
Current children cumulated CPU time (s) 3832.4
Current children cumulated vsize (KiB) 32536

[startup+3836.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899048/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32536 CPUtime=3835.6
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 383540 20 0 0 25 0 1 0 305534433 33316864 7716 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8134 7716 182 377 0 7754 0
Current children cumulated CPU time (s) 3835.6
Current children cumulated vsize (KiB) 32536

[startup+3839.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899240/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32104 CPUtime=3838.8
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 383860 20 0 0 25 0 1 0 305534433 32874496 7640 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8026 7640 182 377 0 7646 0
Current children cumulated CPU time (s) 3838.8
Current children cumulated vsize (KiB) 32104

[startup+3841.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899304/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=32104 CPUtime=3840.4
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 384020 20 0 0 25 0 1 0 305534433 32874496 7640 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 8026 7640 182 377 0 7646 0
Current children cumulated CPU time (s) 3840.4
Current children cumulated vsize (KiB) 32104

[startup+3841.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899304/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=31960 CPUtime=3840.8
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 384060 20 0 0 25 0 1 0 305534433 32727040 7614 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 7990 7614 182 377 0 7610 0
Current children cumulated CPU time (s) 3840.8
Current children cumulated vsize (KiB) 31960

[startup+3842.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899304/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=31960 CPUtime=3841
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 384080 20 0 0 25 0 1 0 305534433 32727040 7614 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 7990 7614 182 377 0 7610 0
Current children cumulated CPU time (s) 3841
Current children cumulated vsize (KiB) 31960

[startup+3842.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2632
/proc/meminfo: memFree=1899432/2055920 swapFree=4180436/4192956
[pid=2623] ppid=2621 vsize=31960 CPUtime=3841.1
/proc/2623/stat : 2623 (clasp) R 2621 2623 2586 0 -1 4194304 8057 0 0 0 384090 20 0 0 25 0 1 0 305534433 32727040 7614 1992294400 134512640 136057169 4294956160 18446744073709551615 134618138 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2623/statm: 7990 7614 182 377 0 7610 0
Current children cumulated CPU time (s) 3841.1
Current children cumulated vsize (KiB) 31960

Child status: 20
Real time (s): 3842.23
CPU time (s): 3841.14
CPU user time (s): 3840.92
CPU system time (s): 0.210967
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 32824

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

runsolver used 3.66344 second user time and 6.85296 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-20 01:16:49
IDJOB=1831663
IDBENCH=70811
IDSOLVER=637
FILE ID=node13/1831663-1242775009
PBS_JOBID= 9322342
Free space on /tmp= 66428 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray02_32.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-1831663-1242775009/watcher-1831663-1242775009 -o /tmp/evaluation-result-1831663-1242775009/solver-1831663-1242775009 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831663-1242775009.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= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED=1586606206

node13.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.227
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.227
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:       1931976 kB
Buffers:         16456 kB
Cached:          70428 kB
SwapCached:       6820 kB
Active:          20616 kB
Inactive:        75144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931976 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2188 kB
Writeback:           0 kB
Mapped:          13808 kB
Slab:            14136 kB
Committed_AS:   941236 kB
PageTables:       1460 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= 66428 MiB
End job on node13 at 2009-05-20 02:20:52