Trace number 419758

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-10UNSAT 94.3057 89.8475

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc12016.opb
MD5SUMda30d73504be546e33aac4079fda6e2c
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.5822
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables162939
Total number of constraints456921
Number of constraints which are clauses456921
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 constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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)

94.23/89.84	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/419758-1177412512/instance-419758-1177412512.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/node19/watcher-419758-1177412512 -o ROOT/results/node19/solver-419758-1177412512 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-419758-1177412512.opb /tmp/evaluation/419758-1177412512/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.80 0.95 0.98 3/83 4722
/proc/meminfo: memFree=1893560/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=12268 CPUtime=0
/proc/4722/stat : 4722 (pbclasp) R 4720 4722 4635 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 189168720 12562432 381 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255236412129 0 0 4224 0 0 0 0 17 1 0 0
/proc/4722/statm: 3067 381 286 3 0 167 0

[startup+0.089982 s]
/proc/loadavg: 0.80 0.95 0.98 3/83 4722
/proc/meminfo: memFree=1893560/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=16184 CPUtime=0.08
/proc/4722/stat : 4722 (pbclasp) R 4720 4722 4635 0 -1 4194304 1412 0 0 0 8 0 0 0 18 0 1 0 189168720 16572416 1379 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255236412129 0 0 4224 16384 0 0 0 17 1 0 0
/proc/4722/statm: 4046 1379 314 3 0 1146 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16184

[startup+0.101982 s]
/proc/loadavg: 0.80 0.95 0.98 3/83 4722
/proc/meminfo: memFree=1893560/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18632 CPUtime=0.09
/proc/4722/stat : 4722 (pbclasp) R 4720 4722 4635 0 -1 4194304 1735 0 0 0 9 0 0 0 18 0 1 0 189168720 19079168 1702 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255236445610 0 0 4224 16384 0 0 0 17 1 0 0
/proc/4722/statm: 4658 1709 314 3 0 1758 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18632

[startup+0.302004 s]
/proc/loadavg: 0.80 0.95 0.98 3/83 4722
/proc/meminfo: memFree=1893560/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.29
/proc/4722/stat : 4722 (pbclasp) R 4720 4722 4635 0 -1 4194304 2082 0 0 0 28 1 0 0 19 0 1 0 189168720 19349504 2049 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 0 0 0 17 1 0 0
/proc/4722/statm: 4724 2049 316 3 0 1824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18896

[startup+0.701052 s]
/proc/loadavg: 0.80 0.95 0.98 3/83 4722
/proc/meminfo: memFree=1893560/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 18896

[startup+1.50114 s]
/proc/loadavg: 0.80 0.95 0.98 2/88 4727
/proc/meminfo: memFree=1880528/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=0
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4725] ppid=4724 vsize=12400 CPUtime=0.96
/proc/4725/stat : 4725 (pb2clasp1) R 4724 4722 4635 0 -1 4194304 499 0 0 0 96 0 0 0 25 0 1 0 189168770 12697600 458 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255250230321 0 0 4224 0 0 0 0 17 1 0 0
/proc/4725/statm: 3100 458 339 3 0 200 0
[pid=4726] ppid=4724 vsize=12800 CPUtime=0.13
/proc/4726/stat : 4726 (clasp-1.0) S 4724 4722 4635 0 -1 4194304 3083 0 0 0 12 1 0 0 16 0 1 0 189168770 13107200 2719 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/4726/statm: 3200 2719 230 81 0 2574 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 189168770 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 61716

[startup+3.10231 s]
/proc/loadavg: 0.80 0.95 0.98 2/82 4747
/proc/meminfo: memFree=1873728/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=0
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4725] ppid=4724 vsize=12400 CPUtime=2.56
/proc/4725/stat : 4725 (pb2clasp1) R 4724 4722 4635 0 -1 4194304 501 0 0 0 256 0 0 0 25 0 1 0 189168770 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255250601404 0 0 4224 0 0 0 0 17 1 0 0
/proc/4725/statm: 3100 460 340 3 0 200 0
[pid=4726] ppid=4724 vsize=18064 CPUtime=0.31
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 4417 0 0 0 30 1 0 0 16 0 1 0 189168770 18497536 4053 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 7951326 0 0 4096 0 0 0 0 17 0 0 0
/proc/4726/statm: 4516 4053 230 81 0 3890 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 189168770 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 66980

[startup+6.30166 s]
/proc/loadavg: 0.81 0.95 0.98 2/82 4747
/proc/meminfo: memFree=1864384/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=0
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4725] ppid=4724 vsize=12400 CPUtime=5.75
/proc/4725/stat : 4725 (pb2clasp1) R 4724 4722 4635 0 -1 4194304 501 0 0 0 574 1 0 0 25 0 1 0 189168770 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255249827904 0 0 4224 0 0 0 0 17 1 0 0
/proc/4725/statm: 3100 460 340 3 0 200 0
[pid=4726] ppid=4724 vsize=27184 CPUtime=0.73
/proc/4726/stat : 4726 (clasp-1.0) S 4724 4722 4635 0 -1 4194304 6692 0 0 0 70 3 0 0 16 0 1 0 189168770 27836416 6328 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/4726/statm: 6796 6328 230 81 0 6170 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 189168770 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 76100

[startup+12.7024 s]
/proc/loadavg: 0.83 0.95 0.98 2/82 4747
/proc/meminfo: memFree=1844992/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=0
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4725] ppid=4724 vsize=12400 CPUtime=12.04
/proc/4725/stat : 4725 (pb2clasp1) R 4724 4722 4635 0 -1 4194304 501 0 0 0 1202 2 0 0 25 0 1 0 189168770 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255236260064 0 0 4224 0 0 0 0 17 0 0 0
/proc/4725/statm: 3100 460 340 3 0 200 0
[pid=4726] ppid=4724 vsize=46464 CPUtime=1.7
/proc/4726/stat : 4726 (clasp-1.0) S 4724 4722 4635 0 -1 4194304 11432 0 0 0 164 6 0 0 16 0 1 0 189168770 47579136 11068 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/4726/statm: 11616 11068 230 81 0 10990 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 189168770 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 95380

[startup+25.5017 s]
/proc/loadavg: 0.86 0.95 0.98 2/82 4747
/proc/meminfo: memFree=1805760/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=0
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4725] ppid=4724 vsize=12400 CPUtime=24.66
/proc/4725/stat : 4725 (pb2clasp1) R 4724 4722 4635 0 -1 4194304 501 0 0 0 2463 3 0 0 25 0 1 0 189168770 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255236409978 0 0 4224 0 0 0 0 17 0 0 0
/proc/4725/statm: 3100 460 340 3 0 200 0
[pid=4726] ppid=4724 vsize=85620 CPUtime=3.68
/proc/4726/stat : 4726 (clasp-1.0) S 4724 4722 4635 0 -1 4194304 20945 0 0 0 358 10 0 0 16 0 1 0 189168770 87674880 20581 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/4726/statm: 21405 20581 230 81 0 20779 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 189168770 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 28.84
Current children cumulated vsize (KiB) 134536

[startup+51.1015 s]
/proc/loadavg: 0.91 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663696/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=24.66
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68512 0 0 0 2433 33 0 0 25 0 1 0 189168770 232538112 55950 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617557 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 55950 245 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 55.54
Current children cumulated vsize (KiB) 263604

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

[startup+76.7013 s]
/proc/loadavg: 0.94 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663632/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=50.25
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68512 0 0 0 4992 33 0 0 25 0 1 0 189168770 232538112 55950 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617539 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 55950 245 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 81.13
Current children cumulated vsize (KiB) 263604

[startup+83.102 s]
/proc/loadavg: 0.95 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663568/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=56.65
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68543 0 0 0 5632 33 0 0 25 0 1 0 189168770 232538112 55981 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617553 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 55981 245 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 87.53
Current children cumulated vsize (KiB) 263604

[startup+86.3013 s]
/proc/loadavg: 0.95 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663504/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=59.85
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68546 0 0 0 5952 33 0 0 25 0 1 0 189168770 232538112 55984 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617515 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 55984 245 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 90.73
Current children cumulated vsize (KiB) 263604

[startup+87.9015 s]
/proc/loadavg: 0.95 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663504/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=61.45
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68546 0 0 0 6112 33 0 0 25 0 1 0 189168770 232538112 55984 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617496 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 55984 245 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 92.33
Current children cumulated vsize (KiB) 263604

[startup+88.7016 s]
/proc/loadavg: 0.95 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663504/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=62.25
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68550 0 0 0 6192 33 0 0 25 0 1 0 189168770 232538112 55988 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617496 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 55988 245 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 93.13
Current children cumulated vsize (KiB) 263604

[startup+89.5027 s]
/proc/loadavg: 0.95 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663504/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=63.05
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68554 0 0 0 6272 33 0 0 25 0 1 0 189168770 232538112 55992 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617496 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 55992 245 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 93.93
Current children cumulated vsize (KiB) 263604

[startup+89.7027 s]
/proc/loadavg: 0.95 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663504/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=227088 CPUtime=63.25
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68575 0 0 0 6292 33 0 0 25 0 1 0 189168770 232538112 56013 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4160515730 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 56772 56013 266 81 0 56146 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 94.13
Current children cumulated vsize (KiB) 263604

[startup+89.8027 s]
/proc/loadavg: 0.95 0.96 0.98 2/81 4747
/proc/meminfo: memFree=1663504/2055920 swapFree=4153620/4192956
[pid=4722] ppid=4720 vsize=18896 CPUtime=0.5
/proc/4722/stat : 4722 (pbclasp) S 4720 4722 4635 0 -1 4194304 2104 0 0 0 48 2 0 0 16 0 1 0 189168720 19349504 2053 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/4722/statm: 4724 2053 320 3 0 1824 0
[pid=4724] ppid=4722 vsize=5352 CPUtime=30.38
/proc/4724/stat : 4724 (sh) S 4722 4722 4635 0 -1 4194304 297 503 0 0 0 0 3034 4 16 0 1 0 189168770 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4724/statm: 1338 224 188 169 0 49 0
[pid=4726] ppid=4724 vsize=187588 CPUtime=63.35
/proc/4726/stat : 4726 (clasp-1.0) R 4724 4722 4635 0 -1 4194304 68575 0 0 0 6301 34 0 0 25 0 1 0 189168770 192090112 46147 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4160493694 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 46897 46147 266 81 0 46271 0
[pid=4727] ppid=4724 vsize=12268 CPUtime=0
/proc/4727/stat : 4727 (pboutclasp.pl) S 4724 4722 4635 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 189168770 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4727/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 94.23
Current children cumulated vsize (KiB) 224104

Child status: 0
Real time (s): 89.8475
CPU time (s): 94.3057
CPU user time (s): 93.8577
CPU system time (s): 0.447931
CPU usage (%): 104.962
Max. virtual memory (cumulated for all children) (KiB): 271428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.8577
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73281
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= 4902
involuntary context switches= 2181

runsolver used 0.086986 second user time and 0.248962 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Apr 24 11:01:53 UTC 2007

IDJOB= 419758
IDBENCH= 47796
IDSOLVER= 167
FILE ID= node19/419758-1177412512

PBS_JOBID= 4675695

Free space on /tmp= 66454 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc12016.opb
COMMAND LINE= pbclasp instance-419758-1177412512.opb /tmp/evaluation/419758-1177412512/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-419758-1177412512 -o ROOT/results/node19/conversion-419758-1177412512 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419758-1177412512/instance-419758-1177412512.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  da30d73504be546e33aac4079fda6e2c

RANDOM SEED= 927360839

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1894032 kB
Buffers:          9612 kB
Cached:          80892 kB
SwapCached:       8232 kB
Active:          61692 kB
Inactive:        52404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894032 kB
SwapTotal:     4192956 kB
SwapFree:      4153620 kB
Dirty:           15596 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            32960 kB
Committed_AS:  4685196 kB
PageTables:       2024 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= 66454 MiB

End job on node19 on Tue Apr 24 11:03:23 UTC 2007