Trace number 1716781

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 1135.17 1135.49

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.711
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

1135.07/1135.49	c clasp version 1.2.0-SAT09 
1135.07/1135.49	c Reading from ...620345/instance-1716781-1240620345.cnf
1135.07/1135.49	c Reading      : Done(0.080s)
1135.07/1135.49	c Preprocessing: |-\Done(1.070s)
1135.07/1135.49	c Solving...
1135.07/1135.49	
1135.07/1135.49	c Models    : 0     
1135.07/1135.49	c Time         : 1135.250s (Solve: 1134.100s)
1135.07/1135.49	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-1716781-1240620345/watcher-1716781-1240620345 -o /tmp/evaluation-result-1716781-1240620345/solver-1716781-1240620345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1716781-1240620345.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15098
/proc/meminfo: memFree=1744480/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=4344 CPUtime=0
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 550 0 0 0 0 0 0 0 18 0 1 0 90067865 4448256 437 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 1086 441 140 377 0 706 0

[startup+0.077507 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15098
/proc/meminfo: memFree=1744480/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=8012 CPUtime=0.06
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 1970 0 0 0 6 0 0 0 18 0 1 0 90067865 8204288 1705 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 2003 1705 147 377 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8012

[startup+0.101508 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15098
/proc/meminfo: memFree=1744480/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=9988 CPUtime=0.09
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 2774 0 0 0 8 1 0 0 18 0 1 0 90067865 10227712 2247 1992294400 134512640 136057169 4294956160 18446744073709551615 134773103 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 2497 2247 165 377 0 2117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9988

[startup+0.301528 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15098
/proc/meminfo: memFree=1744480/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=13452 CPUtime=0.29
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 3640 0 0 0 28 1 0 0 19 0 1 0 90067865 13774848 3113 1992294400 134512640 136057169 4294956160 18446744073709551615 134774620 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 3363 3113 168 377 0 2983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13452

[startup+0.701569 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15098
/proc/meminfo: memFree=1744480/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=16952 CPUtime=0.69
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 4512 0 0 0 68 1 0 0 22 0 1 0 90067865 17358848 3985 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 4238 3985 170 377 0 3858 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16952

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1727640/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=16924 CPUtime=1.49
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 5030 0 0 0 148 1 0 0 25 0 1 0 90067865 17330176 3974 1992294400 134512640 136057169 4294956160 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 4231 3974 182 377 0 3851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16924

[startup+3.10181 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1728792/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=16924 CPUtime=3.09
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 5030 0 0 0 308 1 0 0 25 0 1 0 90067865 17330176 3974 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 4231 3974 182 377 0 3851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16924

[startup+6.30114 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 15099
/proc/meminfo: memFree=1728728/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=18112 CPUtime=6.29
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 5324 0 0 0 627 2 0 0 25 0 1 0 90067865 18546688 4268 1992294400 134512640 136057169 4294956160 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 4528 4268 182 377 0 4148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18112

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1722408/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=24252 CPUtime=12.68
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 6852 0 0 0 1265 3 0 0 25 0 1 0 90067865 24834048 5796 1992294400 134512640 136057169 4294956160 18446744073709551615 134823428 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 6063 5796 182 377 0 5683 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24252

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1714280/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=31696 CPUtime=25.49
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 8700 0 0 0 2544 5 0 0 25 0 1 0 90067865 32456704 7644 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 7924 7644 182 377 0 7544 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31696

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1709800/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=36820 CPUtime=51.07
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 9983 0 0 0 5101 6 0 0 25 0 1 0 90067865 37703680 8927 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 9205 8927 182 377 0 8825 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36820

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1697640/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=48348 CPUtime=102.26
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 12856 0 0 0 10217 9 0 0 25 0 1 0 90067865 49508352 11800 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 12087 11800 182 377 0 11707 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48348

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1697448/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=48524 CPUtime=162.24
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 12887 0 0 0 16215 9 0 0 25 0 1 0 90067865 49688576 11831 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 12131 11831 182 377 0 11751 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48524

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1691368/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=54776 CPUtime=222.23
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 14445 0 0 0 22212 11 0 0 25 0 1 0 90067865 56090624 13389 1992294400 134512640 136057169 4294956160 18446744073709551615 134649287 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 13694 13389 182 377 0 13314 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 54776

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661544/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=282.21
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21846 0 0 0 28203 18 0 0 25 0 1 0 90067865 86597632 20790 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20790 182 377 0 20762 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 84568

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661480/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=342.2
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21853 0 0 0 34201 19 0 0 25 0 1 0 90067865 86597632 20797 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20797 182 377 0 20762 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 84568

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661416/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=402.18
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21861 0 0 0 40199 19 0 0 25 0 1 0 90067865 86597632 20805 1992294400 134512640 136057169 4294956160 18446744073709551615 134649293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20805 182 377 0 20762 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 84568

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661352/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=462.16
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21861 0 0 0 46197 19 0 0 25 0 1 0 90067865 86597632 20805 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20805 182 377 0 20762 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 84568

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661352/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=522.14
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21865 0 0 0 52195 19 0 0 25 0 1 0 90067865 86597632 20809 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20809 182 377 0 20762 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 84568

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661352/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=582.12
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21870 0 0 0 58193 19 0 0 25 0 1 0 90067865 86597632 20814 1992294400 134512640 136057169 4294956160 18446744073709551615 134824081 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20814 182 377 0 20762 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 84568

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661288/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=642.11
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21870 0 0 0 64192 19 0 0 25 0 1 0 90067865 86597632 20814 1992294400 134512640 136057169 4294956160 18446744073709551615 134649297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20814 182 377 0 20762 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 84568

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=702.09
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21880 0 0 0 70190 19 0 0 25 0 1 0 90067865 86597632 20824 1992294400 134512640 136057169 4294956160 18446744073709551615 134829001 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20824 182 377 0 20762 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 84568

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=762.08
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21880 0 0 0 76188 20 0 0 25 0 1 0 90067865 86597632 20824 1992294400 134512640 136057169 4294956160 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20824 182 377 0 20762 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 84568

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661416/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=822.06
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21880 0 0 0 82186 20 0 0 25 0 1 0 90067865 86597632 20824 1992294400 134512640 136057169 4294956160 18446744073709551615 134618193 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20824 182 377 0 20762 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 84568

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15099
/proc/meminfo: memFree=1661416/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=882.04
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21884 0 0 0 88184 20 0 0 25 0 1 0 90067865 86597632 20828 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20828 182 377 0 20762 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 84568

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=942.02
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21884 0 0 0 94182 20 0 0 25 0 1 0 90067865 86597632 20828 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20828 182 377 0 20762 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 84568

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1002.01
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21889 0 0 0 100180 21 0 0 25 0 1 0 90067865 86597632 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20833 182 377 0 20762 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 84568

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661160/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1061.99
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21889 0 0 0 106178 21 0 0 25 0 1 0 90067865 86597632 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20833 182 377 0 20762 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 84568

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1121.97
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 112176 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 84568

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1125.97
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 112576 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1125.97
Current children cumulated vsize (KiB) 84568

[startup+1129.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1129.17
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 112896 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1129.17
Current children cumulated vsize (KiB) 84568

[startup+1132.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1132.37
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 113216 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134615590 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1132.37
Current children cumulated vsize (KiB) 84568

[startup+1134.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1133.97
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 113376 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1133.97
Current children cumulated vsize (KiB) 84568

[startup+1135.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1134.77
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 113456 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1134.77
Current children cumulated vsize (KiB) 84568

[startup+1135.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1134.97
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 113476 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1134.97
Current children cumulated vsize (KiB) 84568

[startup+1135.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15105
/proc/meminfo: memFree=1661224/2055920 swapFree=4168248/4192956
[pid=15098] ppid=15096 vsize=84568 CPUtime=1135.07
/proc/15098/stat : 15098 (clasp) R 15096 15098 15061 0 -1 4194304 21890 0 0 0 113486 21 0 0 25 0 1 0 90067865 86597632 20834 1992294400 134512640 136057169 4294956160 18446744073709551615 134613070 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15098/statm: 21142 20834 182 377 0 20762 0
Current children cumulated CPU time (s) 1135.07
Current children cumulated vsize (KiB) 84568

Child status: 20
Real time (s): 1135.49
CPU time (s): 1135.17
CPU user time (s): 1134.94
CPU system time (s): 0.228965
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 84568

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

runsolver used 0.835872 second user time and 2.30465 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-25 02:45:45
IDJOB=1716781
IDBENCH=20390
IDSOLVER=508
FILE ID=node17/1716781-1240620345
PBS_JOBID= 9186358
Free space on /tmp= 66132 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.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-1716781-1240620345/watcher-1716781-1240620345 -o /tmp/evaluation-result-1716781-1240620345/solver-1716781-1240620345 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1716781-1240620345.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= 50ed98553825ac1825482c1496260592
RANDOM SEED=1118318760

node17.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1744896 kB
Buffers:         42672 kB
Cached:         203756 kB
SwapCached:      19520 kB
Active:         124048 kB
Inactive:       144216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744896 kB
SwapTotal:     4192956 kB
SwapFree:      4168248 kB
Dirty:            4688 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            28728 kB
Committed_AS:   303640 kB
PageTables:       1452 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= 66132 MiB
End job on node17 at 2009-04-25 03:04:40