Trace number 419282

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? (MO) 764.54 661.648

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug3.opb
MD5SUMd99e6acc00d63c22e256e2d2bbbee546
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark343.848
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables521046
Total number of constraints13376161
Number of constraints which are clauses13376161
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint6689
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 6689
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

764.54/661.64	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/419282-1177406771/instance-419282-1177406771.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-419282-1177406771 -o ROOT/results/node22/solver-419282-1177406771 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-419282-1177406771.opb /tmp/evaluation/419282-1177406771/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: 1.09 1.03 1.01 2/77 26759
/proc/meminfo: memFree=1401208/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=18528 CPUtime=0
/proc/26759/stat : 26759 (runsolver) D 26757 26759 25881 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 188597688 18972672 284 18446744073709551615 4194304 4255128 548682068992 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26759/statm: 4632 284 249 14 0 2626 0

[startup+0.00935489 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 26759
/proc/meminfo: memFree=1401208/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=18528 CPUtime=0
/proc/26759/stat : 26759 (runsolver) D 26757 26759 25881 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 188597688 18972672 284 18446744073709551615 4194304 4255128 548682068992 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26759/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.101368 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 26759
/proc/meminfo: memFree=1401208/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=18528 CPUtime=0
/proc/26759/stat : 26759 (runsolver) D 26757 26759 25881 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 188597688 18972672 284 18446744073709551615 4194304 4255128 548682068992 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26759/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.301398 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 26759
/proc/meminfo: memFree=1401208/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=2504 CPUtime=0
/proc/26759/stat : 26759 (pbclasp) D 26757 26759 25881 0 -1 4194304 38 0 1 0 0 0 0 0 18 0 1 0 188597688 2564096 23 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272465199824 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26759/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.701461 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 26759
/proc/meminfo: memFree=1401208/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=12268 CPUtime=0
/proc/26759/stat : 26759 (pbclasp) D 26757 26759 25881 0 -1 4194304 347 0 3 0 0 0 0 0 18 0 1 0 188597688 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272467982949 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/26759/statm: 3067 317 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.50158 s]
/proc/loadavg: 1.17 1.04 1.01 1/78 26760
/proc/meminfo: memFree=1402736/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=28936 CPUtime=0.42
/proc/26759/stat : 26759 (pbclasp) R 26757 26759 25881 0 -1 4194304 4610 0 3 0 40 2 0 0 21 0 1 0 188597688 29630464 4580 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 0 0 0 17 1 0 0
/proc/26759/statm: 7234 4580 316 3 0 4334 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 28936

[startup+3.10182 s]
/proc/loadavg: 1.17 1.04 1.01 2/78 26760
/proc/meminfo: memFree=1386544/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=28936 CPUtime=2.02
/proc/26759/stat : 26759 (pbclasp) R 26757 26759 25881 0 -1 4194304 4610 0 3 0 196 6 0 0 25 0 1 0 188597688 29630464 4580 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 0 0 0 17 1 0 0
/proc/26759/statm: 7234 4580 316 3 0 4334 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 28936

[startup+6.30131 s]
/proc/loadavg: 1.15 1.04 1.01 2/78 26760
/proc/meminfo: memFree=1386416/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=5.22
/proc/26759/stat : 26759 (pbclasp) R 26757 26759 25881 0 -1 4194304 4622 0 3 0 508 14 0 0 25 0 1 0 188597688 29765632 4592 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 0 0 0 17 1 0 0
/proc/26759/statm: 7267 4592 316 3 0 4367 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 29068

[startup+12.7013 s]
/proc/loadavg: 1.14 1.04 1.01 2/78 26760
/proc/meminfo: memFree=1386496/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.61
/proc/26759/stat : 26759 (pbclasp) R 26757 26759 25881 0 -1 4194304 4627 0 3 0 1130 31 0 0 25 0 1 0 188597688 29765632 4597 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 0 0 0 17 1 0 0
/proc/26759/statm: 7267 4597 316 3 0 4367 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 29068

[startup+25.5012 s]
/proc/loadavg: 1.12 1.04 1.01 2/82 26764
/proc/meminfo: memFree=1347088/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=12400 CPUtime=12.32
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 504 0 1 0 1230 2 0 0 25 0 1 0 188598974 12697600 464 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485709654 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3100 464 340 3 0 200 0
[pid=26763] ppid=26761 vsize=39852 CPUtime=1.75
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 9495 0 15 0 170 5 0 0 16 0 1 0 188598975 40808448 9475 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/26763/statm: 9963 9475 230 81 0 9337 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.85
Current children cumulated vsize (KiB) 98940

[startup+51.1011 s]
/proc/loadavg: 1.13 1.05 1.01 2/82 26764
/proc/meminfo: memFree=1275664/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=12400 CPUtime=37.38
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 507 0 1 0 3733 5 0 0 25 0 1 0 188598974 12697600 467 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272486165737 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3100 467 340 3 0 200 0
[pid=26763] ppid=26761 vsize=113180 CPUtime=5.66
/proc/26763/stat : 26763 (clasp-1.0) R 26761 26759 25881 0 -1 4194304 27564 0 15 0 550 16 0 0 16 0 1 0 188598975 115896320 27503 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 5095583 0 0 4096 0 0 0 0 17 1 0 0
/proc/26763/statm: 28295 27503 230 81 0 27669 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 54.82
Current children cumulated vsize (KiB) 172268

[startup+102.306 s]
/proc/loadavg: 1.18 1.07 1.02 2/82 26764
/proc/meminfo: memFree=1130448/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=12400 CPUtime=87.84
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 509 0 1 0 8772 12 0 0 25 0 1 0 188598974 12697600 469 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485716195 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3100 469 340 3 0 200 0
[pid=26763] ppid=26761 vsize=259264 CPUtime=13.98
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 63603 0 15 0 1362 36 0 0 16 0 1 0 188598975 265486336 63390 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/26763/statm: 64816 63390 230 81 0 64190 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 113.6
Current children cumulated vsize (KiB) 318352

[startup+162.301 s]
/proc/loadavg: 1.10 1.07 1.02 3/82 26764
/proc/meminfo: memFree=965904/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=12400 CPUtime=147.31
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 509 0 1 0 14712 19 0 0 25 0 1 0 188598974 12697600 469 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485674613 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3100 469 340 3 0 200 0
[pid=26763] ppid=26761 vsize=424212 CPUtime=24.12
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 105173 0 15 0 2356 56 0 0 16 0 1 0 188598975 434393088 104824 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/26763/statm: 106053 104824 230 81 0 105427 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 183.21
Current children cumulated vsize (KiB) 483300

[startup+222.301 s]
/proc/loadavg: 1.10 1.07 1.02 2/82 26764
/proc/meminfo: memFree=804496/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=12400 CPUtime=206.87
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 511 0 1 0 20661 26 0 0 25 0 1 0 188598974 12697600 471 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485793399 0 0 4224 0 0 0 0 17 1 0 0
/proc/26762/statm: 3100 471 340 3 0 200 0
[pid=26763] ppid=26761 vsize=593812 CPUtime=34.08
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 145042 0 15 0 3333 75 0 0 16 0 1 0 188598975 608063488 144693 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/26763/statm: 148453 144693 230 81 0 147827 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 252.73
Current children cumulated vsize (KiB) 652900

[startup+282.302 s]
/proc/loadavg: 1.08 1.07 1.02 2/82 26764
/proc/meminfo: memFree=645840/2055920 swapFree=4168640/4192956

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


[startup+342.302 s]
/proc/loadavg: 1.16 1.08 1.02 2/82 26764
/proc/meminfo: memFree=475792/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=13348 CPUtime=325.9
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 751 0 1 0 32550 40 0 0 25 0 1 0 188598974 13668352 711 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485598512 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3337 711 340 3 0 437 0
[pid=26763] ppid=26761 vsize=919812 CPUtime=54.59
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 227020 0 15 0 5344 115 0 0 16 0 1 0 188598975 941887488 226468 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/26763/statm: 229953 226468 230 81 0 229327 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 392.27
Current children cumulated vsize (KiB) 979848

[startup+402.302 s]
/proc/loadavg: 1.16 1.10 1.02 2/82 26764
/proc/meminfo: memFree=310672/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=13820 CPUtime=385.34
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 852 0 1 0 38487 47 0 0 25 0 1 0 188598974 14151680 812 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272467511237 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3455 812 340 3 0 555 0
[pid=26763] ppid=26761 vsize=1093880 CPUtime=65.4
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 268949 0 15 0 6403 137 0 0 16 0 1 0 188598975 1120133120 267847 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/26763/statm: 273470 267847 230 81 0 272844 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 462.52
Current children cumulated vsize (KiB) 1154388

[startup+462.302 s]
/proc/loadavg: 1.20 1.12 1.04 2/82 26764
/proc/meminfo: memFree=144272/2055920 swapFree=4168640/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=14176 CPUtime=444.83
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 928 0 1 0 44428 55 0 0 25 0 1 0 188598974 14516224 888 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485879380 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3544 888 340 3 0 644 0
[pid=26763] ppid=26761 vsize=1250776 CPUtime=76.26
/proc/26763/stat : 26763 (clasp-1.0) R 26761 26759 25881 0 -1 4194304 310655 0 15 0 7466 160 0 0 16 0 1 0 188598975 1280794624 308982 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134689779 0 0 4096 0 0 0 0 17 1 0 0
/proc/26763/statm: 312694 308983 230 81 0 312068 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 532.87
Current children cumulated vsize (KiB) 1311640

[startup+522.301 s]
/proc/loadavg: 1.27 1.16 1.05 2/82 26764
/proc/meminfo: memFree=15888/2055920 swapFree=4168636/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=14320 CPUtime=504.45
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 982 0 1 0 50381 64 0 0 25 0 1 0 188598974 14663680 942 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485711145 0 0 4224 0 0 0 0 17 1 0 0
/proc/26762/statm: 3580 942 340 3 0 680 0
[pid=26763] ppid=26761 vsize=1409100 CPUtime=86.17
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 349940 0 15 0 8438 179 0 0 16 0 1 0 188598975 1442918400 347829 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/26763/statm: 352275 347829 230 81 0 351649 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 602.4
Current children cumulated vsize (KiB) 1470108

[startup+582.302 s]
/proc/loadavg: 1.13 1.14 1.05 2/82 26764
/proc/meminfo: memFree=15376/2055920 swapFree=4168636/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=14320 CPUtime=564.15
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 982 0 1 0 56343 72 0 0 25 0 1 0 188598974 14663680 942 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272486055229 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3580 942 340 3 0 680 0
[pid=26763] ppid=26761 vsize=1575460 CPUtime=96.4
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 388784 0 15 0 9441 199 0 0 16 0 1 0 188598975 1613271040 386673 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/26763/statm: 393865 386673 230 81 0 393239 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 672.33
Current children cumulated vsize (KiB) 1636468

[startup+642.303 s]
/proc/loadavg: 1.20 1.17 1.07 2/82 26764
/proc/meminfo: memFree=15760/2055920 swapFree=4168636/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=14320 CPUtime=623.75
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 982 0 1 0 62296 79 0 0 25 0 1 0 188598974 14663680 942 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485679497 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3580 942 340 3 0 680 0
[pid=26763] ppid=26761 vsize=1710824 CPUtime=106.63
/proc/26763/stat : 26763 (clasp-1.0) S 26761 26759 25881 0 -1 4194304 428599 0 15 0 10444 219 0 0 16 0 1 0 188598975 1751883776 425687 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/26763/statm: 427706 425687 230 81 0 427080 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 742.16
Current children cumulated vsize (KiB) 1771832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+661.602 s]
/proc/loadavg: 1.21 1.17 1.07 2/82 26764
/proc/meminfo: memFree=16080/2055920 swapFree=4168636/4192956
[pid=26759] ppid=26757 vsize=29068 CPUtime=11.78
/proc/26759/stat : 26759 (pbclasp) S 26757 26759 25881 0 -1 4194304 4648 0 3 0 1146 32 0 0 16 0 1 0 188597688 29765632 4601 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26759/statm: 7267 4601 320 3 0 4367 0
[pid=26761] ppid=26759 vsize=5352 CPUtime=0
/proc/26761/stat : 26761 (sh) S 26759 26759 25881 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 188598974 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26761/statm: 1338 224 188 169 0 49 0
[pid=26762] ppid=26761 vsize=14320 CPUtime=642.95
/proc/26762/stat : 26762 (pb2clasp1) R 26761 26759 25881 0 -1 4194304 982 0 1 0 64213 82 0 0 25 0 1 0 188598974 14663680 942 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272476712914 0 0 4224 0 0 0 0 17 0 0 0
/proc/26762/statm: 3580 942 340 3 0 680 0
[pid=26763] ppid=26761 vsize=1782204 CPUtime=109.81
/proc/26763/stat : 26763 (clasp-1.0) R 26761 26759 25881 0 -1 4194304 441187 0 15 0 10755 226 0 0 16 0 1 0 188598975 1824976896 437789 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26763/statm: 445551 437789 230 81 0 444925 0
[pid=26764] ppid=26761 vsize=12268 CPUtime=0
/proc/26764/stat : 26764 (pboutclasp.pl) S 26761 26759 25881 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188598975 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26764/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 764.54
Current children cumulated vsize (KiB) 1843212

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 26759 and gives
#  childrusage.ru_utime.tv_sec=653
#  childrusage.ru_utime.tv_usec=624633
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=155824
# CPU time returned by wait4() is 654.78
# while last known CPU time is 764.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 661.648
CPU time (s): 764.54
CPU user time (s): 761.14
CPU system time (s): 3.4
CPU usage (%): 115.551
Max. virtual memory (cumulated for all children) (KiB): 1843212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 653.625
system time used= 1.15582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10540
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121
involuntary context switches= 13471

runsolver used 0.701893 second user time and 1.70974 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Tue Apr 24 09:26:39 UTC 2007

IDJOB= 419282
IDBENCH= 47762
IDSOLVER= 167
FILE ID= node22/419282-1177406771

PBS_JOBID= 4675625

Free space on /tmp= 66002 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug3.opb
COMMAND LINE= pbclasp instance-419282-1177406771.opb /tmp/evaluation/419282-1177406771/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node22/convwatcher-419282-1177406771 -o ROOT/results/node22/conversion-419282-1177406771 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419282-1177406771/instance-419282-1177406771.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  d99e6acc00d63c22e256e2d2bbbee546

RANDOM SEED= 11937144

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1401552 kB
Buffers:          1572 kB
Cached:         562508 kB
SwapCached:       1204 kB
Active:         538324 kB
Inactive:        47932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1401552 kB
SwapTotal:     4192956 kB
SwapFree:      4168640 kB
Dirty:          276108 kB
Writeback:           0 kB
Mapped:          31264 kB
Slab:            53708 kB
Committed_AS:  1917192 kB
PageTables:       1676 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= 66002 MiB

End job on node22 on Tue Apr 24 09:37:44 UTC 2007