Trace number 1723617

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 833.707 833.921

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.336
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

Solver Data

833.68/833.92	c clasp version 1.2.0-SAT09 
833.68/833.92	c Reading from ...687608/instance-1723617-1240687608.cnf
833.68/833.92	c Reading      : Done(0.010s)
833.68/833.92	c Preprocessing: |-\Done(0.040s)
833.68/833.92	c Solving...
833.68/833.92	
833.68/833.92	c Models    : 0     
833.68/833.92	c Time         : 833.820s (Solve: 833.770s)
833.68/833.92	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-1723617-1240687608/watcher-1723617-1240687608 -o /tmp/evaluation-result-1723617-1240687608/solver-1723617-1240687608 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1723617-1240687608.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: 1.00 1.00 1.15 3/65 14014
/proc/meminfo: memFree=1668280/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=2196 CPUtime=0
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 96790101 2248704 281 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 549 281 144 377 0 169 0

[startup+0.048332 s]
/proc/loadavg: 1.00 1.00 1.15 3/65 14014
/proc/meminfo: memFree=1668280/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=3572 CPUtime=0.04
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 719 0 0 0 4 0 0 0 18 0 1 0 96790101 3657728 677 1992294400 134512640 136057169 4294956144 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 893 677 172 377 0 513 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3572

[startup+0.101335 s]
/proc/loadavg: 1.00 1.00 1.15 3/65 14014
/proc/meminfo: memFree=1668280/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=3836 CPUtime=0.09
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 783 0 0 0 9 0 0 0 18 0 1 0 96790101 3928064 741 1992294400 134512640 136057169 4294956144 18446744073709551615 134823428 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 959 741 182 377 0 579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3836

[startup+0.301356 s]
/proc/loadavg: 1.00 1.00 1.15 3/65 14014
/proc/meminfo: memFree=1668280/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=3836 CPUtime=0.29
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 783 0 0 0 29 0 0 0 20 0 1 0 96790101 3928064 741 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 959 741 182 377 0 579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3836

[startup+0.701397 s]
/proc/loadavg: 1.00 1.00 1.15 3/65 14014
/proc/meminfo: memFree=1668280/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=3836 CPUtime=0.69
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 798 0 0 0 69 0 0 0 23 0 1 0 96790101 3928064 756 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 959 756 182 377 0 579 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3836

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 14015
/proc/meminfo: memFree=1665520/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=4496 CPUtime=1.49
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 948 0 0 0 149 0 0 0 25 0 1 0 96790101 4603904 906 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 1124 906 182 377 0 744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4496

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 14015
/proc/meminfo: memFree=1665008/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=5288 CPUtime=3.09
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 1160 0 0 0 309 0 0 0 25 0 1 0 96790101 5414912 1118 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 1322 1118 182 377 0 942 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5288

[startup+6.30198 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 14015
/proc/meminfo: memFree=1663792/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=5828 CPUtime=6.29
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 1296 0 0 0 629 0 0 0 25 0 1 0 96790101 5967872 1254 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 1457 1254 182 377 0 1077 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5828

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.15 2/66 14015
/proc/meminfo: memFree=1662128/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=7680 CPUtime=12.69
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 1731 0 0 0 1268 1 0 0 25 0 1 0 96790101 7864320 1689 1992294400 134512640 136057169 4294956144 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 1920 1689 182 377 0 1540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7680

[startup+25.502 s]
/proc/loadavg: 1.06 1.02 1.15 2/66 14015
/proc/meminfo: memFree=1660272/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=9264 CPUtime=25.49
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 2142 0 0 0 2548 1 0 0 25 0 1 0 96790101 9486336 2100 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 2316 2100 182 377 0 1936 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9264

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 1.14 2/66 14015
/proc/meminfo: memFree=1658288/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=11344 CPUtime=51.08
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 2655 0 0 0 5106 2 0 0 25 0 1 0 96790101 11616256 2613 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 2836 2613 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: 1.06 1.02 1.14 2/66 14015
/proc/meminfo: memFree=1655920/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=13796 CPUtime=102.27
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 3245 0 0 0 10225 2 0 0 25 0 1 0 96790101 14127104 3203 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 3449 3203 182 377 0 3069 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13796

[startup+162.301 s]
/proc/loadavg: 1.06 1.03 1.13 2/66 14015
/proc/meminfo: memFree=1653936/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=15904 CPUtime=162.25
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 3753 0 0 0 16223 2 0 0 25 0 1 0 96790101 16285696 3711 1992294400 134512640 136057169 4294956144 18446744073709551615 134756841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 3976 3711 182 377 0 3596 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15904

[startup+222.301 s]
/proc/loadavg: 1.05 1.04 1.12 2/66 14015
/proc/meminfo: memFree=1653168/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=16568 CPUtime=222.24
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 3933 0 0 0 22221 3 0 0 25 0 1 0 96790101 16965632 3891 1992294400 134512640 136057169 4294956144 18446744073709551615 134823686 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 4142 3891 182 377 0 3762 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 16568

[startup+282.302 s]
/proc/loadavg: 1.05 1.04 1.12 2/66 14015
/proc/meminfo: memFree=1651952/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=17876 CPUtime=282.22
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 4230 0 0 0 28219 3 0 0 25 0 1 0 96790101 18305024 4188 1992294400 134512640 136057169 4294956144 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 4469 4188 182 377 0 4089 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 17876

[startup+342.302 s]
/proc/loadavg: 1.12 1.06 1.12 2/66 14015
/proc/meminfo: memFree=1650800/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=19060 CPUtime=342.21
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 4506 0 0 0 34218 3 0 0 25 0 1 0 96790101 19517440 4464 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 4765 4464 182 377 0 4385 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 19060

[startup+402.301 s]
/proc/loadavg: 1.05 1.05 1.11 2/66 14015
/proc/meminfo: memFree=1650480/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=19348 CPUtime=402.19
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 4573 0 0 0 40216 3 0 0 25 0 1 0 96790101 19812352 4531 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 4837 4531 182 377 0 4457 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 19348

[startup+462.302 s]
/proc/loadavg: 1.01 1.04 1.09 2/66 14015
/proc/meminfo: memFree=1649584/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=20256 CPUtime=462.17
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 4811 0 0 0 46214 3 0 0 25 0 1 0 96790101 20742144 4756 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5064 4756 182 377 0 4684 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 20256

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 1.09 2/66 14015
/proc/meminfo: memFree=1649520/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=20152 CPUtime=522.16
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 4820 0 0 0 52213 3 0 0 25 0 1 0 96790101 20635648 4763 1992294400 134512640 136057169 4294956144 18446744073709551615 134823308 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5038 4763 182 377 0 4658 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 20152

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.08 2/66 14015
/proc/meminfo: memFree=1649008/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=20768 CPUtime=582.14
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 4945 0 0 0 58211 3 0 0 25 0 1 0 96790101 21266432 4888 1992294400 134512640 136057169 4294956144 18446744073709551615 134828490 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5192 4888 182 377 0 4812 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 20768

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 1.07 2/66 14015
/proc/meminfo: memFree=1647984/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=21856 CPUtime=642.13
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5187 0 0 0 64210 3 0 0 25 0 1 0 96790101 22380544 5130 1992294400 134512640 136057169 4294956144 18446744073709551615 134823831 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5464 5130 182 377 0 5084 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 21856

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.07 2/66 14015
/proc/meminfo: memFree=1647664/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=22200 CPUtime=702.11
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5276 0 0 0 70208 3 0 0 25 0 1 0 96790101 22732800 5219 1992294400 134512640 136057169 4294956144 18446744073709551615 134618152 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5550 5219 182 377 0 5170 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 22200

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14015
/proc/meminfo: memFree=1646960/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=22604 CPUtime=762.1
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5440 0 0 0 76207 3 0 0 25 0 1 0 96790101 23146496 5347 1992294400 134512640 136057169 4294956144 18446744073709551615 134823958 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5651 5347 182 377 0 5271 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 22604

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14017
/proc/meminfo: memFree=1647088/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=22316 CPUtime=822.08
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5445 0 0 0 82205 3 0 0 25 0 1 0 96790101 22851584 5286 1992294400 134512640 136057169 4294956144 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5579 5286 182 377 0 5199 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 22316

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

[startup+825.501 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14017
/proc/meminfo: memFree=1647088/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=22316 CPUtime=825.28
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5445 0 0 0 82525 3 0 0 25 0 1 0 96790101 22851584 5286 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5579 5286 182 377 0 5199 0
Current children cumulated CPU time (s) 825.28
Current children cumulated vsize (KiB) 22316

[startup+828.702 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14017
/proc/meminfo: memFree=1647216/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=22172 CPUtime=828.48
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5445 0 0 0 82845 3 0 0 25 0 1 0 96790101 22704128 5261 1992294400 134512640 136057169 4294956144 18446744073709551615 134618212 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5543 5261 182 377 0 5163 0
Current children cumulated CPU time (s) 828.48
Current children cumulated vsize (KiB) 22172

[startup+831.901 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14017
/proc/meminfo: memFree=1647344/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=22028 CPUtime=831.68
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5445 0 0 0 83165 3 0 0 25 0 1 0 96790101 22556672 5233 1992294400 134512640 136057169 4294956144 18446744073709551615 134823643 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5507 5233 182 377 0 5127 0
Current children cumulated CPU time (s) 831.68
Current children cumulated vsize (KiB) 22028

[startup+832.705 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14017
/proc/meminfo: memFree=1647344/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=22028 CPUtime=832.48
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5445 0 0 0 83245 3 0 0 25 0 1 0 96790101 22556672 5233 1992294400 134512640 136057169 4294956144 18446744073709551615 134618190 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5507 5233 182 377 0 5127 0
Current children cumulated CPU time (s) 832.48
Current children cumulated vsize (KiB) 22028

[startup+833.501 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14017
/proc/meminfo: memFree=1647344/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=21884 CPUtime=833.28
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5445 0 0 0 83325 3 0 0 25 0 1 0 96790101 22409216 5206 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5471 5206 182 377 0 5091 0
Current children cumulated CPU time (s) 833.28
Current children cumulated vsize (KiB) 21884

[startup+833.901 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14017
/proc/meminfo: memFree=1647600/2055924 swapFree=4181440/4192956
[pid=14014] ppid=14012 vsize=21596 CPUtime=833.68
/proc/14014/stat : 14014 (clasp) R 14012 14014 13609 0 -1 4194304 5445 0 0 0 83365 3 0 0 25 0 1 0 96790101 22114304 5148 1992294400 134512640 136057169 4294956144 18446744073709551615 135433599 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14014/statm: 5399 5148 182 377 0 5019 0
Current children cumulated CPU time (s) 833.68
Current children cumulated vsize (KiB) 21596

Child status: 20
Real time (s): 833.921
CPU time (s): 833.707
CPU user time (s): 833.666
CPU system time (s): 0.040993
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 22816

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

runsolver used 0.901862 second user time and 1.80073 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-25 21:26:48
IDJOB=1723617
IDBENCH=71729
IDSOLVER=508
FILE ID=node83/1723617-1240687608
PBS_JOBID= 9186674
Free space on /tmp= 66028 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/goldb-heqc-term1mul.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-1723617-1240687608/watcher-1723617-1240687608 -o /tmp/evaluation-result-1723617-1240687608/solver-1723617-1240687608 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1723617-1240687608.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= c356d60706abf7ddd80826e417c8de67
RANDOM SEED=196185677

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1668760 kB
Buffers:         34240 kB
Cached:         294712 kB
SwapCached:       5336 kB
Active:          70136 kB
Inactive:       267648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1668760 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            35384 kB
Committed_AS:   366360 kB
PageTables:       1384 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= 66028 MiB
End job on node83 at 2009-04-25 21:40:42