Trace number 1723929

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 774.386 774.306

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.7
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

774.37/774.30	c clasp version 1.2.0-SAT09 
774.37/774.30	c Reading from ...690244/instance-1723929-1240690244.cnf
774.37/774.30	c Reading      : Done(0.360s)
774.37/774.30	c Preprocessing: |-\|Done(5.810s)
774.37/774.30	c Solving...
774.37/774.30	
774.37/774.30	c Models    : 0     
774.37/774.30	c Time         : 774.040s (Solve: 767.870s)
774.37/774.30	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-1723929-1240690244/watcher-1723929-1240690244 -o /tmp/evaluation-result-1723929-1240690244/solver-1723929-1240690244 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1723929-1240690244.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 19685
/proc/meminfo: memFree=1946944/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=3624 CPUtime=0
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 97057856 3710976 404 1992294400 134512640 136057169 4294956144 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 906 412 139 377 0 526 0

[startup+0.066512 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19685
/proc/meminfo: memFree=1946944/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=20000 CPUtime=0.05
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 5276 0 0 0 4 1 0 0 18 0 1 0 97057856 20480000 4509 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 5000 4510 144 377 0 4620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20000

[startup+0.1015 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19685
/proc/meminfo: memFree=1946944/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=22160 CPUtime=0.09
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 5784 0 0 0 7 2 0 0 18 0 1 0 97057856 22691840 5017 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 5540 5017 144 377 0 5160 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22160

[startup+0.301443 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19685
/proc/meminfo: memFree=1946944/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=32284 CPUtime=0.29
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 9000 0 0 0 26 3 0 0 19 0 1 0 97057856 33058816 7590 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 8071 7590 144 377 0 7691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32284

[startup+0.701329 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19685
/proc/meminfo: memFree=1946944/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=56060 CPUtime=0.69
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 17572 0 0 0 62 7 0 0 22 0 1 0 97057856 57405440 13299 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 14015 13299 165 377 0 13635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56060

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1890424/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=65676 CPUtime=1.49
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 20366 0 0 0 141 8 0 0 25 0 1 0 97057856 67252224 15637 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 16419 15637 170 377 0 16039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65676

[startup+3.10165 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1879864/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=75804 CPUtime=3.09
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 23145 0 0 0 299 10 0 0 25 0 1 0 97057856 77623296 18096 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 18951 18096 170 377 0 18571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75804

[startup+6.30274 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1868088/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=76104 CPUtime=6.3
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 26239 0 0 0 618 12 0 0 25 0 1 0 97057856 77930496 18375 1992294400 134512640 136057169 4294956144 18446744073709551615 134811565 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 19026 18375 178 377 0 18646 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 76104

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1873536/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=76104 CPUtime=12.7
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 26273 0 0 0 1258 12 0 0 25 0 1 0 97057856 77930496 18409 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 19026 18409 182 377 0 18646 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 76104

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1873408/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=76276 CPUtime=25.5
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 26335 0 0 0 2538 12 0 0 25 0 1 0 97057856 78106624 18471 1992294400 134512640 136057169 4294956144 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 19069 18471 182 377 0 18689 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76276

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1855552/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=94468 CPUtime=51.09
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 30869 0 0 0 5094 15 0 0 25 0 1 0 97057856 96735232 23005 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 23617 23005 182 377 0 23237 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94468

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1848192/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=101656 CPUtime=102.3
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 32657 0 0 0 10213 17 0 0 25 0 1 0 97057856 104095744 24793 1992294400 134512640 136057169 4294956144 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 25414 24793 182 377 0 25034 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101656

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1831296/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=118788 CPUtime=162.31
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 36883 0 0 0 16211 20 0 0 25 0 1 0 97057856 121638912 29019 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 29697 29019 182 377 0 29317 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 118788

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1807104/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=143264 CPUtime=222.31
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 42954 0 0 0 22206 25 0 0 25 0 1 0 97057856 146702336 35090 1992294400 134512640 136057169 4294956144 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 35816 35090 182 377 0 35436 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 143264

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1795328/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=154760 CPUtime=282.32
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 45807 0 0 0 28205 27 0 0 25 0 1 0 97057856 158474240 37943 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 38690 37943 182 377 0 38310 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 154760

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1795264/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=154760 CPUtime=342.33
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 45808 0 0 0 34206 27 0 0 25 0 1 0 97057856 158474240 37944 1992294400 134512640 136057169 4294956144 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 38690 37944 182 377 0 38310 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 154760

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1784768/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=165232 CPUtime=402.33
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 48415 0 0 0 40205 28 0 0 25 0 1 0 97057856 169197568 40551 1992294400 134512640 136057169 4294956144 18446744073709551615 134634362 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 41308 40551 182 377 0 40928 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 165232

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19686
/proc/meminfo: memFree=1784512/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=165420 CPUtime=462.34
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 48460 0 0 0 46205 29 0 0 25 0 1 0 97057856 169390080 40596 1992294400 134512640 136057169 4294956144 18446744073709551615 134828345 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 41355 40596 182 377 0 40975 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 165420

[startup+522.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1784512/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=165420 CPUtime=522.35
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 48460 0 0 0 52206 29 0 0 25 0 1 0 97057856 169390080 40596 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 41355 40596 182 377 0 40975 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 165420

[startup+582.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1777536/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=172320 CPUtime=582.35
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 50198 0 0 0 58204 31 0 0 25 0 1 0 97057856 176455680 42334 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 43080 42334 182 377 0 42700 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 172320

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1777472/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=172320 CPUtime=642.36
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 50200 0 0 0 64205 31 0 0 25 0 1 0 97057856 176455680 42336 1992294400 134512640 136057169 4294956144 18446744073709551615 134823389 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 43080 42336 182 377 0 42700 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 172320

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1762432/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=187260 CPUtime=702.36
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53930 0 0 0 70202 34 0 0 25 0 1 0 97057856 191754240 46066 1992294400 134512640 136057169 4294956144 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 46815 46066 182 377 0 46435 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 187260

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1762496/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=187260 CPUtime=762.38
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53930 0 0 0 76203 35 0 0 25 0 1 0 97057856 191754240 46066 1992294400 134512640 136057169 4294956144 18446744073709551615 134828613 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 46815 46066 182 377 0 46435 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 187260

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

[startup+767.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1762432/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=187260 CPUtime=767.98
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53930 0 0 0 76763 35 0 0 25 0 1 0 97057856 191754240 46066 1992294400 134512640 136057169 4294956144 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 46815 46066 182 377 0 46435 0
Current children cumulated CPU time (s) 767.98
Current children cumulated vsize (KiB) 187260

[startup+771.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1762432/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=187260 CPUtime=771.18
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53932 0 0 0 77083 35 0 0 25 0 1 0 97057856 191754240 46068 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 46815 46068 182 377 0 46435 0
Current children cumulated CPU time (s) 771.18
Current children cumulated vsize (KiB) 187260

[startup+772.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1762432/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=187260 CPUtime=772.78
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53932 0 0 0 77243 35 0 0 25 0 1 0 97057856 191754240 46068 1992294400 134512640 136057169 4294956144 18446744073709551615 134624568 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 46815 46068 182 377 0 46435 0
Current children cumulated CPU time (s) 772.78
Current children cumulated vsize (KiB) 187260

[startup+773.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1762432/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=187260 CPUtime=773.58
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53932 0 0 0 77323 35 0 0 25 0 1 0 97057856 191754240 46068 1992294400 134512640 136057169 4294956144 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 46815 46068 182 377 0 46435 0
Current children cumulated CPU time (s) 773.58
Current children cumulated vsize (KiB) 187260

[startup+773.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1762432/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=186244 CPUtime=773.98
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53937 0 0 0 77363 35 0 0 25 0 1 0 97057856 190713856 45829 1992294400 134512640 136057169 4294956144 18446744073709551615 135437512 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 46561 45829 187 377 0 46181 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 186244

[startup+774.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19686
/proc/meminfo: memFree=1919388/2055920 swapFree=4181368/4192956
[pid=19685] ppid=19683 vsize=29124 CPUtime=774.37
/proc/19685/stat : 19685 (clasp) R 19683 19685 19243 0 -1 4194304 53937 0 0 0 77400 37 0 0 25 0 1 0 97057856 29822976 1967 1992294400 134512640 136057169 4294956144 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19685/statm: 7281 1967 1199 377 0 6901 0
Current children cumulated CPU time (s) 774.37
Current children cumulated vsize (KiB) 29124

Child status: 20
Real time (s): 774.306
CPU time (s): 774.386
CPU user time (s): 774.005
CPU system time (s): 0.380942
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 187260

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

runsolver used 0.596909 second user time and 1.58876 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-25 22:10:45
IDJOB=1723929
IDBENCH=71745
IDSOLVER=508
FILE ID=node16/1723929-1240690244
PBS_JOBID= 9186647
Free space on /tmp= 66312 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/manol-pipe-f9n.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-1723929-1240690244/watcher-1723929-1240690244 -o /tmp/evaluation-result-1723929-1240690244/solver-1723929-1240690244 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1723929-1240690244.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= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=82344649

node16.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:       1947424 kB
Buffers:          4652 kB
Cached:          55632 kB
SwapCached:       5404 kB
Active:          30528 kB
Inactive:        37660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1947424 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           11488 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            26312 kB
Committed_AS:   351604 kB
PageTables:       1436 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= 66308 MiB
End job on node16 at 2009-04-25 22:23:39