Trace number 419338

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) 752.1 647.151

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug7.opb
MD5SUM5e1c43c34f57a3304935b5ce80424b97
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 benchmark390.043
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 variables521147
Total number of constraints13378010
Number of constraints which are clauses13378010
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)

752.10/647.14	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/419338-1177407344/instance-419338-1177407344.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/node23/watcher-419338-1177407344 -o ROOT/results/node23/solver-419338-1177407344 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-419338-1177407344.opb /tmp/evaluation/419338-1177407344/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.30 1.11 1.03 1/78 27403
/proc/meminfo: memFree=1396520/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=18528 CPUtime=0
/proc/27403/stat : 27403 (runsolver) D 27401 27403 26437 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 188654453 18972672 284 18446744073709551615 4194304 4255128 548682068992 18446744073709551615 238487661863 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27403/statm: 4632 284 249 14 0 2626 0

[startup+0.022473 s]
/proc/loadavg: 1.30 1.11 1.03 1/78 27403
/proc/meminfo: memFree=1396520/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=18528 CPUtime=0
/proc/27403/stat : 27403 (runsolver) D 27401 27403 26437 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 188654453 18972672 284 18446744073709551615 4194304 4255128 548682068992 18446744073709551615 238487661863 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27403/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.10149 s]
/proc/loadavg: 1.30 1.11 1.03 1/78 27403
/proc/meminfo: memFree=1396520/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=124 CPUtime=0
/proc/27403/stat : 27403 (pbclasp) D 27401 27403 26437 0 -1 4194304 38 0 1 0 0 0 0 0 18 0 1 0 188654453 126976 23 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238485042665 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/27403/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.301528 s]
/proc/loadavg: 1.30 1.11 1.03 1/78 27403
/proc/meminfo: memFree=1396520/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=2504 CPUtime=0
/proc/27403/stat : 27403 (pbclasp) D 27401 27403 26437 0 -1 4194304 38 0 1 0 0 0 0 0 18 0 1 0 188654453 2564096 23 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238485045968 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/27403/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.701616 s]
/proc/loadavg: 1.30 1.11 1.03 1/78 27403
/proc/meminfo: memFree=1396520/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=24844 CPUtime=0.2
/proc/27403/stat : 27403 (pbclasp) R 27401 27403 26437 0 -1 4194304 3571 0 3 0 18 2 0 0 19 0 1 0 188654453 25440256 3541 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238505578982 0 0 4224 16384 0 0 0 17 0 0 0
/proc/27403/statm: 6211 3541 314 3 0 3311 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 24844

[startup+1.50176 s]
/proc/loadavg: 1.30 1.11 1.03 2/78 27404
/proc/meminfo: memFree=1379432/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=0.98
/proc/27403/stat : 27403 (pbclasp) R 27401 27403 26437 0 -1 4194304 4611 0 3 0 95 3 0 0 25 0 1 0 188654453 29765632 4581 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 0 0 0 17 1 0 0
/proc/27403/statm: 7267 4581 316 3 0 4367 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 29068

[startup+3.10107 s]
/proc/loadavg: 1.30 1.11 1.03 2/78 27404
/proc/meminfo: memFree=1380392/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=2.59
/proc/27403/stat : 27403 (pbclasp) R 27401 27403 26437 0 -1 4194304 4611 0 3 0 252 7 0 0 25 0 1 0 188654453 29765632 4581 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 0 0 0 17 1 0 0
/proc/27403/statm: 7267 4581 316 3 0 4367 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 29068

[startup+6.30169 s]
/proc/loadavg: 1.27 1.10 1.03 2/78 27404
/proc/meminfo: memFree=1380456/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=5.79
/proc/27403/stat : 27403 (pbclasp) R 27401 27403 26437 0 -1 4194304 4625 0 3 0 564 15 0 0 25 0 1 0 188654453 29765632 4595 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 0 0 0 17 1 0 0
/proc/27403/statm: 7267 4595 316 3 0 4367 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 29068

[startup+12.7029 s]
/proc/loadavg: 1.25 1.10 1.03 2/78 27404
/proc/meminfo: memFree=1380720/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 29068

[startup+25.5014 s]
/proc/loadavg: 1.35 1.13 1.04 2/82 27408
/proc/meminfo: memFree=1341832/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=12400 CPUtime=12.78
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 504 0 1 0 1276 2 0 0 25 0 1 0 188655684 12697600 464 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238496559202 0 0 4224 0 0 0 0 17 1 0 0
/proc/27406/statm: 3100 464 340 3 0 200 0
[pid=27407] ppid=27405 vsize=40244 CPUtime=1.78
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 9652 0 8 0 173 5 0 0 16 0 1 0 188655684 41209856 9625 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 10061 9625 230 81 0 9435 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 26.36
Current children cumulated vsize (KiB) 99332

[startup+51.1014 s]
/proc/loadavg: 1.38 1.15 1.05 2/82 27408
/proc/meminfo: memFree=1270536/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=12400 CPUtime=38.04
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 507 0 1 0 3798 6 0 0 25 0 1 0 188655684 12697600 467 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238487328337 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3100 467 340 3 0 200 0
[pid=27407] ppid=27405 vsize=113552 CPUtime=5.73
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 27735 0 8 0 557 16 0 0 16 0 1 0 188655684 116277248 27667 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 28388 27667 230 81 0 27762 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 55.57
Current children cumulated vsize (KiB) 172640

[startup+102.305 s]
/proc/loadavg: 1.21 1.14 1.05 2/82 27408
/proc/meminfo: memFree=1124680/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=12400 CPUtime=88.68
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 509 0 1 0 8857 11 0 0 25 0 1 0 188655684 12697600 469 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505575680 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3100 469 340 3 0 200 0
[pid=27407] ppid=27405 vsize=259980 CPUtime=14.1
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 63905 0 8 0 1375 35 0 0 16 0 1 0 188655684 266219520 63685 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 64995 63685 230 81 0 64369 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 114.58
Current children cumulated vsize (KiB) 319068

[startup+162.302 s]
/proc/loadavg: 1.08 1.11 1.04 3/82 27408
/proc/meminfo: memFree=958472/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=12400 CPUtime=148.01
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 509 0 1 0 14782 19 0 0 25 0 1 0 188655684 12697600 469 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505651112 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3100 469 340 3 0 200 0
[pid=27407] ppid=27405 vsize=425860 CPUtime=24.42
/proc/27407/stat : 27407 (clasp-1.0) R 27405 27403 26437 0 -1 4194304 105862 0 8 0 2387 55 0 0 16 0 1 0 188655684 436080640 105506 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134675670 0 0 4096 0 0 0 0 17 1 0 0
/proc/27407/statm: 106465 105506 230 81 0 105839 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 184.23
Current children cumulated vsize (KiB) 484948

[startup+222.302 s]
/proc/loadavg: 1.13 1.12 1.05 2/82 27410
/proc/meminfo: memFree=789960/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=12400 CPUtime=207.35
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 512 0 1 0 20707 28 0 0 25 0 1 0 188655684 12697600 472 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505533327 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3100 472 340 3 0 200 0
[pid=27407] ppid=27405 vsize=598712 CPUtime=35
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 147025 0 8 0 3421 79 0 0 16 0 1 0 188655684 613081088 146669 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 149678 146669 230 81 0 149052 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 254.15
Current children cumulated vsize (KiB) 657800

[startup+282.301 s]
/proc/loadavg: 1.20 1.14 1.06 3/82 27410
/proc/meminfo: memFree=622344/2055920 swapFree=4169168/4192956

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


[startup+402.301 s]
/proc/loadavg: 1.07 1.12 1.06 2/82 27410
/proc/meminfo: memFree=288200/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=13824 CPUtime=385.66
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 848 0 1 0 38517 49 0 0 25 0 1 0 188655684 14155776 808 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505639839 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3456 808 340 3 0 556 0
[pid=27407] ppid=27405 vsize=1104168 CPUtime=67.24
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 273159 0 8 0 6577 147 0 0 16 0 1 0 188655684 1130668032 271948 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 276042 271948 230 81 0 275416 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 464.7
Current children cumulated vsize (KiB) 1164680

[startup+462.302 s]
/proc/loadavg: 1.09 1.12 1.06 2/82 27410
/proc/meminfo: memFree=122952/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=14136 CPUtime=445.06
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 934 0 1 0 44451 55 0 0 25 0 1 0 188655684 14475264 894 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505565813 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3534 894 340 3 0 634 0
[pid=27407] ppid=27405 vsize=1259756 CPUtime=78.01
/proc/27407/stat : 27407 (clasp-1.0) R 27405 27403 26437 0 -1 4194304 314353 0 8 0 7632 169 0 0 16 0 1 0 188655684 1289990144 312673 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134689811 0 0 4096 0 0 0 0 17 1 0 0
/proc/27407/statm: 314939 312674 230 81 0 314313 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 534.87
Current children cumulated vsize (KiB) 1320580

[startup+522.302 s]
/proc/loadavg: 1.13 1.12 1.07 2/82 27410
/proc/meminfo: memFree=15688/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=14416 CPUtime=504.47
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 988 0 1 0 50384 63 0 0 25 0 1 0 188655684 14761984 948 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505854608 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3604 948 340 3 0 704 0
[pid=27407] ppid=27405 vsize=1422380 CPUtime=88.98
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 355278 0 8 0 8707 191 0 0 16 0 1 0 188655684 1456517120 353160 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 355595 353160 230 81 0 354969 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 605.25
Current children cumulated vsize (KiB) 1483484

[startup+582.301 s]
/proc/loadavg: 1.15 1.13 1.07 2/82 27410
/proc/meminfo: memFree=15176/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=14416 CPUtime=563.92
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 988 0 1 0 56322 70 0 0 25 0 1 0 188655684 14761984 948 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238487541088 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3604 948 340 3 0 704 0
[pid=27407] ppid=27405 vsize=1593656 CPUtime=100.24
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 396266 0 8 0 9810 214 0 0 16 0 1 0 188655684 1631903744 394148 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 398414 394148 230 81 0 397788 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 675.96
Current children cumulated vsize (KiB) 1654760

[startup+642.303 s]
/proc/loadavg: 1.29 1.16 1.09 2/82 27410
/proc/meminfo: memFree=16008/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=14416 CPUtime=623.29
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 988 0 1 0 62250 79 0 0 25 0 1 0 188655684 14761984 948 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505889544 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3604 948 340 3 0 704 0
[pid=27407] ppid=27405 vsize=1774640 CPUtime=111.42
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 438094 0 8 0 10905 237 0 0 16 0 1 0 188655684 1817231360 434811 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 443660 434811 230 81 0 443034 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 746.51
Current children cumulated vsize (KiB) 1835744



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+647.103 s]
/proc/loadavg: 1.27 1.16 1.09 2/82 27410
/proc/meminfo: memFree=15688/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=14416 CPUtime=628.03
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 988 0 1 0 62723 80 0 0 25 0 1 0 188655684 14761984 948 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505540677 0 0 4224 0 0 0 0 17 1 0 0
/proc/27406/statm: 3604 948 340 3 0 704 0
[pid=27407] ppid=27405 vsize=1782152 CPUtime=112.27
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 441207 0 8 0 10989 238 0 0 16 0 1 0 188655684 1824923648 437802 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 445538 437802 230 81 0 444912 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 752.1
Current children cumulated vsize (KiB) 1843256

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

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

[startup+647.103 s]
/proc/loadavg: 1.27 1.16 1.09 2/82 27410
/proc/meminfo: memFree=15688/2055920 swapFree=4169168/4192956
[pid=27403] ppid=27401 vsize=29068 CPUtime=11.8
/proc/27403/stat : 27403 (pbclasp) S 27401 27403 26437 0 -1 4194304 4650 0 3 0 1146 34 0 0 16 0 1 0 188654453 29765632 4602 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27403/statm: 7267 4602 320 3 0 4367 0
[pid=27405] ppid=27403 vsize=5352 CPUtime=0
/proc/27405/stat : 27405 (sh) S 27403 27403 26437 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188655684 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27405/statm: 1338 224 188 169 0 49 0
[pid=27406] ppid=27405 vsize=14416 CPUtime=628.03
/proc/27406/stat : 27406 (pb2clasp1) R 27405 27403 26437 0 -1 4194304 988 0 1 0 62723 80 0 0 25 0 1 0 188655684 14761984 948 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 238505540677 0 0 4224 0 0 0 0 17 1 0 0
/proc/27406/statm: 3604 948 340 3 0 704 0
[pid=27407] ppid=27405 vsize=1782152 CPUtime=112.27
/proc/27407/stat : 27407 (clasp-1.0) S 27405 27403 26437 0 -1 4194304 441207 0 8 0 10989 238 0 0 16 0 1 0 188655684 1824923648 437802 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27407/statm: 445538 437802 230 81 0 444912 0
[pid=27408] ppid=27405 vsize=12268 CPUtime=0
/proc/27408/stat : 27408 (pboutclasp.pl) S 27405 27403 26437 0 -1 4194304 412 0 0 0 0 0 0 0 15 0 1 0 188655684 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27408/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 752.1
Current children cumulated vsize (KiB) 1843256

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27403 and gives
#  childrusage.ru_utime.tv_sec=638
#  childrusage.ru_utime.tv_usec=723899
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=164822
# CPU time returned by wait4() is 639.889
# while last known CPU time is 752.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 647.151
CPU time (s): 752.1
CPU user time (s): 748.58
CPU system time (s): 3.52
CPU usage (%): 116.217
Max. virtual memory (cumulated for all children) (KiB): 1843256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 638.724
system time used= 1.16482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10548
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= 151
involuntary context switches= 13624

runsolver used 0.595909 second user time and 1.76873 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Apr 24 09:36:12 UTC 2007

IDJOB= 419338
IDBENCH= 47766
IDSOLVER= 167
FILE ID= node23/419338-1177407344

PBS_JOBID= 4675624

Free space on /tmp= 65959 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_bug7.opb
COMMAND LINE= pbclasp instance-419338-1177407344.opb /tmp/evaluation/419338-1177407344/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-419338-1177407344 -o ROOT/results/node23/conversion-419338-1177407344 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419338-1177407344/instance-419338-1177407344.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  5e1c43c34f57a3304935b5ce80424b97

RANDOM SEED= 317558748

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1396928 kB
Buffers:          1516 kB
Cached:         563000 kB
SwapCached:       1448 kB
Active:         544280 kB
Inactive:        42596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396928 kB
SwapTotal:     4192956 kB
SwapFree:      4169168 kB
Dirty:          259872 kB
Writeback:           0 kB
Mapped:          31092 kB
Slab:            57704 kB
Committed_AS:  2811796 kB
PageTables:       1796 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= 65959 MiB

End job on node23 on Tue Apr 24 09:47:03 UTC 2007