Trace number 457711

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, and are wall clock time (not CPU 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
PB-clasp 2007-04-10? (TO) 1800.01 1800.51

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data (download as text)

1800.01/1800.51	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/457711-1178372451/instance-457711-1178372451.opb

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-457711-1178372451 -o ROOT/results/node4/solver-457711-1178372451 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-457711-1178372451.opb /tmp/evaluation/457711-1178372451/temp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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.95 3/77 10568
/proc/meminfo: memFree=1760280/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12268 CPUtime=0
/proc/10568/stat : 10568 (pbclasp) D 10566 10568 8751 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 313282918 12562432 317 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259913382501 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/10568/statm: 3067 317 242 3 0 167 0

[startup+0.101855 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 10568
/proc/meminfo: memFree=1760280/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.20286 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 10568
/proc/meminfo: memFree=1760280/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.302379 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 10568
/proc/meminfo: memFree=1760280/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.702909 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 10568
/proc/meminfo: memFree=1760280/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 0.95 2/82 10573
/proc/meminfo: memFree=1754992/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=11752 CPUtime=0.51
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 2654 0 0 0 50 1 0 0 20 0 1 0 313282920 12034048 2488 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617549 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 2938 2488 249 81 0 2312 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 41904

[startup+3.10114 s]
/proc/loadavg: 0.92 0.98 0.95 2/81 10573
/proc/meminfo: memFree=1749496/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=11752 CPUtime=2.11
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 2666 0 0 0 210 1 0 0 25 0 1 0 313282920 12034048 2500 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715967 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 2938 2500 249 81 0 2312 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 41904

[startup+6.30144 s]
/proc/loadavg: 0.93 0.98 0.95 2/81 10573
/proc/meminfo: memFree=1746040/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=15388 CPUtime=5.3
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 3572 0 0 0 529 1 0 0 25 0 1 0 313282920 15757312 3406 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714731 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 3847 3406 249 81 0 3221 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 45540

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.95 2/81 10573
/proc/meminfo: memFree=1737272/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=24784 CPUtime=11.7
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 5896 0 0 0 1167 3 0 0 25 0 1 0 313282920 25378816 5730 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 6196 5730 249 81 0 5570 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 54936

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.95 2/81 10573
/proc/meminfo: memFree=1727992/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=33376 CPUtime=24.5
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 8055 0 0 0 2446 4 0 0 25 0 1 0 313282920 34177024 7889 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 8344 7889 249 81 0 7718 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 63528

[startup+51.1027 s]
/proc/loadavg: 0.96 0.98 0.95 2/81 10573
/proc/meminfo: memFree=1721080/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=40188 CPUtime=50.09
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 9770 0 0 0 5003 6 0 0 25 0 1 0 313282920 41152512 9604 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134781954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 10047 9604 249 81 0 9421 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 70340

[startup+102.303 s]
/proc/loadavg: 0.98 0.98 0.95 2/81 10573
/proc/meminfo: memFree=1711480/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=49948 CPUtime=101.29
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 12149 0 0 0 10120 9 0 0 25 0 1 0 313282920 51146752 11983 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 12487 11983 249 81 0 11861 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 80100

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/81 10573
/proc/meminfo: memFree=1704248/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=57128 CPUtime=161.27
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 13953 0 0 0 16117 10 0 0 25 0 1 0 313282920 58499072 13787 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 14282 13787 249 81 0 13656 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 87280


################
# More data... #
################

/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 127588

[startup+1422.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/81 10771
/proc/meminfo: memFree=1662456/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=99052 CPUtime=1420.82
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 24744 0 0 0 142055 27 0 0 25 0 1 0 313282920 101429248 24188 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616639 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 24763 24188 249 81 0 24137 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 129204

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/81 10771
/proc/meminfo: memFree=1662456/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=99052 CPUtime=1480.8
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 24744 0 0 0 148052 28 0 0 25 0 1 0 313282920 101429248 24188 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784670 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 24763 24188 249 81 0 24137 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 129204

[startup+1542.31 s]
/proc/loadavg: 0.99 0.98 0.95 2/81 10771
/proc/meminfo: memFree=1662456/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=98880 CPUtime=1540.79
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 24744 0 0 0 154051 28 0 0 25 0 1 0 313282920 101253120 24160 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616350 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 24720 24160 249 81 0 24094 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 129032

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/81 10771
/proc/meminfo: memFree=1662520/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=98880 CPUtime=1600.77
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 24744 0 0 0 160048 29 0 0 25 0 1 0 313282920 101253120 24160 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789717 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 24720 24160 249 81 0 24094 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 129032

[startup+1662.3 s]
/proc/loadavg: 1.07 1.00 0.96 2/81 10771
/proc/meminfo: memFree=1660664/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=100808 CPUtime=1660.75
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 25200 0 0 0 166045 30 0 0 25 0 1 0 313282920 103227392 24616 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 25202 24616 249 81 0 24576 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 130960

[startup+1722.3 s]
/proc/loadavg: 1.03 1.00 0.96 2/81 10771
/proc/meminfo: memFree=1660728/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=100808 CPUtime=1720.74
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 25200 0 0 0 172044 30 0 0 25 0 1 0 313282920 103227392 24616 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 25202 24616 249 81 0 24576 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 130960

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 0.96 2/81 10771
/proc/meminfo: memFree=1659896/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=101580 CPUtime=1780.72
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 25391 0 0 0 178041 31 0 0 25 0 1 0 313282920 104017920 24807 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 25395 24807 249 81 0 24769 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 131732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/81 10771
/proc/meminfo: memFree=1659896/2055920 swapFree=4141216/4192956
[pid=10568] ppid=10566 vsize=12532 CPUtime=0.01
/proc/10568/stat : 10568 (pbclasp) S 10566 10568 8751 0 -1 4194304 540 0 0 0 1 0 0 0 16 0 1 0 313282918 12832768 489 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259922112610 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10568/statm: 3133 489 320 3 0 233 0
[pid=10570] ppid=10568 vsize=5352 CPUtime=1.08
/proc/10570/stat : 10570 (sh) S 10568 10568 8751 0 -1 4194304 297 529 0 0 0 0 108 0 16 0 1 0 313282920 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10570/statm: 1338 224 188 169 0 49 0
[pid=10572] ppid=10570 vsize=101580 CPUtime=1798.92
/proc/10572/stat : 10572 (clasp-1.0) R 10570 10568 8751 0 -1 4194304 25391 0 0 0 179861 31 0 0 25 0 1 0 313282920 104017920 24807 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 25395 24807 249 81 0 24769 0
[pid=10573] ppid=10570 vsize=12268 CPUtime=0
/proc/10573/stat : 10573 (pboutclasp.pl) S 10570 10568 8751 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 313282920 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 259922112610 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10573/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 131732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10568 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=104832
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=14997
# CPU time returned by wait4() is 1.11983
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.01
CPU user time (s): 1799.7
CPU system time (s): 0.31
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 131732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.10483
system time used= 0.014997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1891
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= 77
involuntary context switches= 33

runsolver used 1.63575 second user time and 4.91925 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat May  5 13:40:51 UTC 2007

IDJOB= 457711
IDBENCH= 48359
IDSOLVER= 167
FILE ID= node4/457711-1178372451

PBS_JOBID= 5188990

Free space on /tmp= 66564 MiB

SOLVER NAME= PB-clasp 2007-04-10
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= pbclasp instance-457711-1178372451.opb /tmp/evaluation/457711-1178372451/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-457711-1178372451 -o ROOT/results/node4/conversion-457711-1178372451 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/457711-1178372451/instance-457711-1178372451.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-457711-1178372451 -o ROOT/results/node4/solver-457711-1178372451 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-457711-1178372451.opb /tmp/evaluation/457711-1178372451/temp

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  ff64c7b9cef588c95a335f732f2d905b

RANDOM SEED= 209807080

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.218
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.218
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:       1760752 kB
Buffers:         42292 kB
Cached:         161616 kB
SwapCached:      15188 kB
Active:         147728 kB
Inactive:        81444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760752 kB
SwapTotal:     4192956 kB
SwapFree:      4141216 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:          32180 kB
Slab:            51476 kB
Committed_AS:  9823492 kB
PageTables:       1824 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= 66563 MiB

End job on node4 on Sat May  5 14:10:52 UTC 2007