Trace number 1831991

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 721.798 722.129

General information on the benchmark

Namevelev-pipe-uns-1.0-8.cnf
MD5SUM0767e5dbf6844720495e9eb5423112e1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark307.484
Satisfiable
(Un)Satisfiability was proved
Number of variables35065
Number of clauses1332773
Sum of the clauses size3936683
Maximum clause length178
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21290115
Number of clauses of size 314508
Number of clauses of size 4256
Number of clauses of size 5216
Number of clauses of size over 527677

Solver Data

721.76/722.12	c clasp version 1.2.0-SAT09 
721.76/722.12	c Reading from ...821043/instance-1831991-1242821043.cnf
721.76/722.12	c Reading      : Done(0.730s)
721.76/722.12	c Preprocessing: |-\Done(9.260s)
721.76/722.12	c Solving...
721.76/722.12	
721.76/722.12	c Models    : 0     
721.76/722.12	c Time         : 721.720s (Solve: 711.730s)
721.76/722.12	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-1831991-1242821043/watcher-1831991-1242821043 -o /tmp/evaluation-result-1831991-1242821043/solver-1831991-1242821043 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831991-1242821043.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.34 1.83 1.90 3/64 20320
/proc/meminfo: memFree=1950208/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=4448 CPUtime=0
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 607 0 0 0 0 0 0 0 18 0 1 0 310131625 4554752 494 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 1112 498 140 377 0 732 0

[startup+0.0139919 s]
/proc/loadavg: 1.34 1.83 1.90 3/64 20320
/proc/meminfo: memFree=1950208/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=5276 CPUtime=0.01
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 1155 0 0 0 1 0 0 0 18 0 1 0 310131625 5402624 1042 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 1319 1044 144 377 0 939 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5276

[startup+0.101998 s]
/proc/loadavg: 1.34 1.83 1.90 3/64 20320
/proc/meminfo: memFree=1950208/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=10628 CPUtime=0.1
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 2777 0 0 0 8 2 0 0 18 0 1 0 310131625 10883072 2376 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 2657 2376 144 377 0 2277 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10628

[startup+0.302017 s]
/proc/loadavg: 1.34 1.83 1.90 3/64 20320
/proc/meminfo: memFree=1950208/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=22716 CPUtime=0.29
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 6648 0 0 0 25 4 0 0 19 0 1 0 310131625 23261184 5284 1992294400 134512640 136057169 4294956160 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 5679 5285 144 377 0 5299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22716

[startup+0.70105 s]
/proc/loadavg: 1.34 1.83 1.90 3/64 20320
/proc/meminfo: memFree=1950208/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=45404 CPUtime=0.69
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 13843 0 0 0 61 8 0 0 23 0 1 0 310131625 46493696 10769 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 11351 10769 144 377 0 10971 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45404

[startup+1.50212 s]
/proc/loadavg: 1.34 1.83 1.90 2/65 20321
/proc/meminfo: memFree=1889144/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=81128 CPUtime=1.49
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 25555 0 0 0 137 12 0 0 25 0 1 0 310131625 83075072 19399 1992294400 134512640 136057169 4294956160 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 20282 19399 168 377 0 19902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81128

[startup+3.10127 s]
/proc/loadavg: 1.34 1.83 1.90 2/65 20321
/proc/meminfo: memFree=1872952/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=81128 CPUtime=3.09
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 25555 0 0 0 297 12 0 0 25 0 1 0 310131625 83075072 19399 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20320/statm: 20282 19399 168 377 0 19902 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81128

[startup+6.30154 s]
/proc/loadavg: 1.31 1.81 1.90 2/65 20321
/proc/meminfo: memFree=1873080/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=84304 CPUtime=6.28
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 26345 0 0 0 615 13 0 0 25 0 1 0 310131625 86327296 20189 1992294400 134512640 136057169 4294956160 18446744073709551615 134771789 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 21076 20189 170 377 0 20696 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84304

[startup+12.7011 s]
/proc/loadavg: 1.29 1.80 1.89 2/65 20321
/proc/meminfo: memFree=1874752/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=77840 CPUtime=12.68
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 28048 0 0 0 1254 14 0 0 25 0 1 0 310131625 79708160 19014 1992294400 134512640 136057169 4294956160 18446744073709551615 134823436 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 19460 19014 183 377 0 19080 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 77840

[startup+25.5012 s]
/proc/loadavg: 1.22 1.76 1.88 2/65 20321
/proc/meminfo: memFree=1874880/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=77840 CPUtime=25.47
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 28057 0 0 0 2533 14 0 0 25 0 1 0 310131625 79708160 19023 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 19460 19023 183 377 0 19080 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 77840

[startup+51.1015 s]
/proc/loadavg: 1.15 1.70 1.85 2/65 20321
/proc/meminfo: memFree=1875008/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=77840 CPUtime=51.06
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 28063 0 0 0 5092 14 0 0 25 0 1 0 310131625 79708160 19029 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 19460 19029 183 377 0 19080 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 77840

[startup+102.306 s]
/proc/loadavg: 1.06 1.59 1.81 2/65 20321
/proc/meminfo: memFree=1853568/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=99296 CPUtime=102.24
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 33465 0 0 0 10204 20 0 0 25 0 1 0 310131625 101679104 24431 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 24824 24431 183 377 0 24444 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 99296

[startup+162.301 s]
/proc/loadavg: 1.02 1.48 1.75 2/65 20321
/proc/meminfo: memFree=1764672/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=188692 CPUtime=162.19
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 55878 0 0 0 16182 37 0 0 25 0 1 0 310131625 193220608 46641 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 47173 46641 183 377 0 46793 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 188692

[startup+222.301 s]
/proc/loadavg: 1.01 1.39 1.70 2/65 20321
/proc/meminfo: memFree=1753088/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=200548 CPUtime=222.17
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 58917 0 0 0 22178 39 0 0 25 0 1 0 310131625 205361152 49570 1992294400 134512640 136057169 4294956160 18446744073709551615 134756814 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 50137 49570 183 377 0 49757 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 200548

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.66 2/65 20321
/proc/meminfo: memFree=1678336/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=276140 CPUtime=282.15
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 77633 0 0 0 28160 55 0 0 25 0 1 0 310131625 282767360 68286 1992294400 134512640 136057169 4294956160 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 69035 68286 183 377 0 68655 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 276140

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.61 2/65 20321
/proc/meminfo: memFree=1632704/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=321804 CPUtime=342.13
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 89281 0 0 0 34149 64 0 0 25 0 1 0 310131625 329527296 79509 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 80451 79509 183 377 0 80071 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 321804

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.57 2/65 20321
/proc/meminfo: memFree=1602176/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=353288 CPUtime=402.1
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 97316 0 0 0 40140 70 0 0 25 0 1 0 310131625 361766912 87242 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 88322 87242 183 377 0 87942 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 353288

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.53 2/65 20321
/proc/meminfo: memFree=1530944/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=426096 CPUtime=462.09
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 115976 0 0 0 46124 85 0 0 25 0 1 0 310131625 436322304 105144 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 106524 105144 183 377 0 106144 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 426096

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.50 2/65 20321
/proc/meminfo: memFree=1496000/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=459796 CPUtime=522.05
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 124430 0 0 0 52116 89 0 0 25 0 1 0 310131625 470831104 113598 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 114949 113598 183 377 0 114569 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 459796

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.46 2/65 20321
/proc/meminfo: memFree=1495168/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=460640 CPUtime=582.02
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 124640 0 0 0 58113 89 0 0 25 0 1 0 310131625 471695360 113808 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 115160 113808 183 377 0 114780 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 460640

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.43 2/65 20321
/proc/meminfo: memFree=1494400/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=461360 CPUtime=642
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 124815 0 0 0 64111 89 0 0 25 0 1 0 310131625 472432640 113983 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 115340 113983 183 377 0 114960 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 461360

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.40 2/65 20321
/proc/meminfo: memFree=1475264/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=482564 CPUtime=701.97
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 130438 0 0 0 70105 92 0 0 25 0 1 0 310131625 494145536 119154 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 120641 119154 183 377 0 120261 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 482564

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

[startup+703.902 s]
/proc/loadavg: 1.00 1.06 1.40 2/65 20321
/proc/meminfo: memFree=1470016/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=486040 CPUtime=703.57
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 131333 0 0 0 70265 92 0 0 25 0 1 0 310131625 497704960 120049 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 121510 120049 183 377 0 121130 0
Current children cumulated CPU time (s) 703.57
Current children cumulated vsize (KiB) 486040

[startup+710.301 s]
/proc/loadavg: 1.00 1.06 1.40 2/65 20321
/proc/meminfo: memFree=1460480/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=495748 CPUtime=709.97
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 133752 0 0 0 70903 94 0 0 25 0 1 0 310131625 507645952 122468 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20320/statm: 123937 122468 183 377 0 123557 0
Current children cumulated CPU time (s) 709.97
Current children cumulated vsize (KiB) 495748

[startup+716.702 s]
/proc/loadavg: 1.00 1.06 1.40 2/65 20321
/proc/meminfo: memFree=1460800/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=494068 CPUtime=716.36
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 134265 0 0 0 71542 94 0 0 25 0 1 0 310131625 505925632 122279 1992294400 134512640 136057169 4294956160 18446744073709551615 134828295 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 123517 122279 183 377 0 123137 0
Current children cumulated CPU time (s) 716.36
Current children cumulated vsize (KiB) 494068

[startup+719.902 s]
/proc/loadavg: 1.00 1.06 1.39 2/65 20321
/proc/meminfo: memFree=1460800/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=494068 CPUtime=719.56
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 134265 0 0 0 71862 94 0 0 25 0 1 0 310131625 505925632 122279 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 123517 122279 183 377 0 123137 0
Current children cumulated CPU time (s) 719.56
Current children cumulated vsize (KiB) 494068

[startup+721.501 s]
/proc/loadavg: 1.00 1.06 1.39 2/65 20321
/proc/meminfo: memFree=1461312/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=493344 CPUtime=721.16
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 134265 0 0 0 72022 94 0 0 25 0 1 0 310131625 505184256 122149 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 123336 122149 183 377 0 122956 0
Current children cumulated CPU time (s) 721.16
Current children cumulated vsize (KiB) 493344

[startup+721.901 s]
/proc/loadavg: 1.00 1.06 1.39 2/65 20321
/proc/meminfo: memFree=1461312/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=493344 CPUtime=721.56
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 134265 0 0 0 72062 94 0 0 25 0 1 0 310131625 505184256 122149 1992294400 134512640 136057169 4294956160 18446744073709551615 134823823 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 123336 122149 183 377 0 122956 0
Current children cumulated CPU time (s) 721.56
Current children cumulated vsize (KiB) 493344

[startup+722.101 s]
/proc/loadavg: 1.00 1.06 1.39 2/65 20321
/proc/meminfo: memFree=1461312/2055920 swapFree=4179368/4192956
[pid=20320] ppid=20318 vsize=298000 CPUtime=721.76
/proc/20320/stat : 20320 (clasp) R 20318 20320 20256 0 -1 4194304 134269 0 0 0 72076 100 0 0 25 0 1 0 310131625 305152000 73983 1992294400 134512640 136057169 4294956160 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20320/statm: 74500 73983 48763 377 0 74120 0
Current children cumulated CPU time (s) 721.76
Current children cumulated vsize (KiB) 298000

Child status: 20
Real time (s): 722.129
CPU time (s): 721.798
CPU user time (s): 720.779
CPU system time (s): 1.01884
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 497728

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

runsolver used 0.596909 second user time and 2.03769 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-20 14:04:04
IDJOB=1831991
IDBENCH=71777
IDSOLVER=637
FILE ID=node58/1831991-1242821043
PBS_JOBID= 9322478
Free space on /tmp= 66048 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/velev-pipe-uns-1.0-8.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-1831991-1242821043/watcher-1831991-1242821043 -o /tmp/evaluation-result-1831991-1242821043/solver-1831991-1242821043 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831991-1242821043.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= 0767e5dbf6844720495e9eb5423112e1
RANDOM SEED=288358436

node58.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.233
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.233
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:       1950688 kB
Buffers:         14104 kB
Cached:          52104 kB
SwapCached:       7640 kB
Active:          40848 kB
Inactive:        34536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1950688 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:           26312 kB
Writeback:           0 kB
Mapped:          14344 kB
Slab:            15900 kB
Committed_AS:  1001196 kB
PageTables:       1364 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= 66048 MiB
End job on node58 at 2009-05-20 14:16:06