Trace number 1717509

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 910.134 910.498

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.2523
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data

910.02/910.49	c clasp version 1.2.0-SAT09 
910.02/910.49	c Reading from ...628615/instance-1717509-1240628615.cnf
910.02/910.49	c Reading      : Done(0.530s)
910.02/910.49	c Preprocessing: |-\|Done(11.050s)
910.02/910.49	c Solving...
910.02/910.49	
910.02/910.49	c Models    : 0     
910.02/910.49	c Time         : 909.750s (Solve: 898.170s)
910.02/910.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-1717509-1240628615/watcher-1717509-1240628615 -o /tmp/evaluation-result-1717509-1240628615/solver-1717509-1240628615 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1717509-1240628615.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 12536
/proc/meminfo: memFree=1000760/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=3564 CPUtime=0
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 90896281 3649536 404 1992294400 134512640 136057169 4294956144 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 891 413 139 377 0 511 0

[startup+0.039778 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12536
/proc/meminfo: memFree=1000760/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=15360 CPUtime=0.03
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 4151 0 0 0 2 1 0 0 18 0 1 0 90896281 15728640 3384 1992294400 134512640 136057169 4294956144 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 3840 3387 140 377 0 3460 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15360

[startup+0.101789 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12536
/proc/meminfo: memFree=1000760/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=21416 CPUtime=0.09
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 5595 0 0 0 7 2 0 0 18 0 1 0 90896281 21929984 4828 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 5354 4829 147 377 0 4974 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21416

[startup+0.301827 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12536
/proc/meminfo: memFree=1000760/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=31540 CPUtime=0.29
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 8774 0 0 0 25 4 0 0 19 0 1 0 90896281 32296960 7364 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 7885 7365 147 377 0 7505 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31540

[startup+0.701908 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12536
/proc/meminfo: memFree=1000760/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=58556 CPUtime=0.69
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 18383 0 0 0 62 7 0 0 23 0 1 0 90896281 59961344 13776 1992294400 134512640 136057169 4294956144 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 14639 13776 165 377 0 14259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58556

[startup+1.50108 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12537
/proc/meminfo: memFree=931568/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=73484 CPUtime=1.49
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 23446 0 0 0 139 10 0 0 25 0 1 0 90896281 75247616 17417 1992294400 134512640 136057169 4294956144 18446744073709551615 134774634 0 0 4096 16386 0 0 0 17 0 0 0
/proc/12536/statm: 18371 17417 168 377 0 17991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73484

[startup+3.10138 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12537
/proc/meminfo: memFree=931184/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=73484 CPUtime=3.08
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 23446 0 0 0 297 11 0 0 25 0 1 0 90896281 75247616 17417 1992294400 134512640 136057169 4294956144 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 18371 17417 168 377 0 17991 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 73484

[startup+6.30202 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12537
/proc/meminfo: memFree=919024/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=93704 CPUtime=6.28
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 28586 0 0 0 615 13 0 0 25 0 1 0 90896281 95952896 22429 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 23426 22431 170 377 0 23046 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 93704

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12537
/proc/meminfo: memFree=911280/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=92124 CPUtime=12.68
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 31806 0 0 0 1253 15 0 0 25 0 1 0 90896281 94334976 22448 1992294400 134512640 136057169 4294956144 18446744073709551615 134811565 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 23031 22448 179 377 0 22651 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92124

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 12537
/proc/meminfo: memFree=911408/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=92124 CPUtime=25.47
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 31849 0 0 0 2532 15 0 0 25 0 1 0 90896281 94334976 22491 1992294400 134512640 136057169 4294956144 18446744073709551615 134828464 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 23031 22491 183 377 0 22651 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 92124

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 12537
/proc/meminfo: memFree=911408/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=92124 CPUtime=51.05
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 31849 0 0 0 5090 15 0 0 25 0 1 0 90896281 94334976 22491 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 23031 22491 183 377 0 22651 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 92124

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 12537
/proc/meminfo: memFree=911024/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=92740 CPUtime=102.23
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 31964 0 0 0 10208 15 0 0 25 0 1 0 90896281 94965760 22606 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 23185 22606 183 377 0 22805 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 92740

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=906864/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=96944 CPUtime=162.21
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 33024 0 0 0 16204 17 0 0 25 0 1 0 90896281 99270656 23666 1992294400 134512640 136057169 4294956144 18446744073709551615 134825027 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 24236 23666 183 377 0 23856 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 96944

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=893232/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=110660 CPUtime=222.19
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 36406 0 0 0 22199 20 0 0 25 0 1 0 90896281 113315840 27048 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 27665 27048 183 377 0 27285 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 110660

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=881648/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=122240 CPUtime=282.16
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 39319 0 0 0 28192 24 0 0 25 0 1 0 90896281 125173760 29961 1992294400 134512640 136057169 4294956144 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 30560 29961 183 377 0 30180 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 122240

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=872496/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=131432 CPUtime=342.14
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 41695 0 0 0 34187 27 0 0 25 0 1 0 90896281 134586368 32201 1992294400 134512640 136057169 4294956144 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 32858 32201 183 377 0 32478 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 131432

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=858672/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=145388 CPUtime=402.12
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 45199 0 0 0 40182 30 0 0 25 0 1 0 90896281 148877312 35705 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 36347 35705 183 377 0 35967 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 145388

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=849456/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=154940 CPUtime=462.09
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 47649 0 0 0 46177 32 0 0 25 0 1 0 90896281 158658560 37952 1992294400 134512640 136057169 4294956144 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 38735 37952 183 377 0 38355 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 154940

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=849200/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=155100 CPUtime=522.07
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 47704 0 0 0 52174 33 0 0 25 0 1 0 90896281 158822400 38007 1992294400 134512640 136057169 4294956144 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 38775 38007 183 377 0 38395 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 155100

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=843952/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=160740 CPUtime=582.05
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 49077 0 0 0 58171 34 0 0 25 0 1 0 90896281 164597760 39380 1992294400 134512640 136057169 4294956144 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 40185 39380 183 377 0 39805 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 160740

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=826992/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=177656 CPUtime=642.03
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 53243 0 0 0 64164 39 0 0 25 0 1 0 90896281 181919744 43546 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 44414 43546 183 377 0 44034 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 177656

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=802480/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=202324 CPUtime=702
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59387 0 0 0 70156 44 0 0 25 0 1 0 90896281 207179776 49690 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50581 49690 183 377 0 50201 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 202324

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801392/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203304 CPUtime=761.99
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59619 0 0 0 76154 45 0 0 25 0 1 0 90896281 208183296 49922 1992294400 134512640 136057169 4294956144 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50826 49922 183 377 0 50446 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 203304

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801328/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203516 CPUtime=821.96
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59698 0 0 0 82151 45 0 0 25 0 1 0 90896281 208400384 50001 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50879 50001 183 377 0 50499 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 203516

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801072/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203836 CPUtime=881.94
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59765 0 0 0 88149 45 0 0 25 0 1 0 90896281 208728064 50068 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 203836

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

[startup+895.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801072/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203836 CPUtime=895.53
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59765 0 0 0 89508 45 0 0 25 0 1 0 90896281 208728064 50068 1992294400 134512640 136057169 4294956144 18446744073709551615 134828552 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 895.53
Current children cumulated vsize (KiB) 203836

[startup+902.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801072/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203836 CPUtime=901.93
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59765 0 0 0 90148 45 0 0 25 0 1 0 90896281 208728064 50068 1992294400 134512640 136057169 4294956144 18446744073709551615 134624579 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 901.93
Current children cumulated vsize (KiB) 203836

[startup+905.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801072/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203836 CPUtime=905.13
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59765 0 0 0 90468 45 0 0 25 0 1 0 90896281 208728064 50068 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 905.13
Current children cumulated vsize (KiB) 203836

[startup+908.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801072/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203836 CPUtime=908.33
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59765 0 0 0 90788 45 0 0 25 0 1 0 90896281 208728064 50068 1992294400 134512640 136057169 4294956144 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 908.33
Current children cumulated vsize (KiB) 203836

[startup+909.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801072/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203836 CPUtime=909.12
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59765 0 0 0 90867 45 0 0 25 0 1 0 90896281 208728064 50068 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 909.12
Current children cumulated vsize (KiB) 203836

[startup+909.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801136/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=203836 CPUtime=909.52
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59765 0 0 0 90907 45 0 0 25 0 1 0 90896281 208728064 50068 1992294400 134512640 136057169 4294956144 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 909.52
Current children cumulated vsize (KiB) 203836

[startup+910.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801136/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=74260 CPUtime=909.92
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59769 0 0 0 90945 47 0 0 25 0 1 0 90896281 76042240 18250 1992294400 134512640 136057169 4294956144 18446744073709551615 135437996 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 18565 18250 187 377 0 18185 0
Current children cumulated CPU time (s) 909.92
Current children cumulated vsize (KiB) 74260

[startup+910.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12537
/proc/meminfo: memFree=801136/2055920 swapFree=4192956/4192956
[pid=12536] ppid=12534 vsize=74260 CPUtime=910.02
/proc/12536/stat : 12536 (clasp) R 12534 12536 11800 0 -1 4194304 59769 0 0 0 90955 47 0 0 25 0 1 0 90896281 76042240 18250 1992294400 134512640 136057169 4294956144 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12536/statm: 18565 18250 187 377 0 18185 0
Current children cumulated CPU time (s) 910.02
Current children cumulated vsize (KiB) 74260

Child status: 20
Real time (s): 910.498
CPU time (s): 910.134
CPU user time (s): 909.646
CPU system time (s): 0.487925
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 203836

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

runsolver used 0.735888 second user time and 1.77373 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-25 05:03:36
IDJOB=1717509
IDBENCH=20418
IDSOLVER=508
FILE ID=node1/1717509-1240628615
PBS_JOBID= 9186367
Free space on /tmp= 66324 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.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-1717509-1240628615/watcher-1717509-1240628615 -o /tmp/evaluation-result-1717509-1240628615/solver-1717509-1240628615 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1717509-1240628615.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= 6197e38464facb30636a5a3ad5b2f0b5
RANDOM SEED=1864577872

node1.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.259
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	: 5931.00
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.259
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:       1001176 kB
Buffers:         97304 kB
Cached:         848984 kB
SwapCached:          0 kB
Active:         160916 kB
Inactive:       799268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1001176 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17016 kB
Writeback:           0 kB
Mapped:          23732 kB
Slab:            80496 kB
Committed_AS:   285732 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= 66320 MiB
End job on node1 at 2009-04-25 05:18:46