Trace number 363685

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 NameAnswerObjective functionCPU timeWall clock time
PB-clasp 2007-04-10SAT (TO)1370 1802.1 1802.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-mux.opb
MD5SUM80d8f8438bdd117e32edd926d4898421
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark872
Best CPU time to get the best result obtained on this benchmark0.028994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 872
Optimality of the best value was proved YES
Number of variables232
Total number of constraints527
Number of constraints which are clauses527
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 constraint2
Maximum length of a constraint27
Number of terms in the objective function 232
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 9597
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 9597
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.05/0.11	o 1720
0.05/0.14	o 1711
0.05/0.17	o 1702
0.12/0.21	o 1693
0.12/0.24	o 1423
0.12/0.28	o 1409
0.23/0.31	o 1400
0.23/0.35	o 1398
0.23/0.39	o 1391
337.07/337.36	o 1390
337.11/337.40	o 1384
337.11/337.44	o 1376
341.00/341.37	o 1375
1411.00/1411.79	o 1373
1424.90/1425.60	o 1370
1800.05/1800.90	sh: line 1: 10750 Done                    cat /tmp/evaluation/363685-1177030965/temp/instance-363685-1177030965.opb.op
1800.05/1800.90	     10751 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/363685-1177030965/temp/instance-363685-1177030965.opb.clasp
1800.05/1800.91	c Somebody sent me a SIGTERM
1800.05/1800.91	s SATISFIABLE
1800.05/1800.91	v x3 x7 x9 x10 x21 x25 x26 x30 x40 x42 x46 x48 x53 x77 x82 x87 x100 x101 x102 x104 x119 x133 x145 x146 x152 x153 x156 x157 x158 x168
1800.05/1800.91	v x176 x194 x203 x206 x224
1800.05/1800.92	pb2clasp1: no process killed
1800.05/1800.92	clasp-1.0: no process killed
1802.05/1802.92	sh: line 1: 10761 Done                    cat /tmp/evaluation/363685-1177030965/temp/instance-363685-1177030965.opb.op
1802.05/1802.92	     10762 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/363685-1177030965/temp/instance-363685-1177030965.opb.clasp

Verifier Data (download as text)

OK	1370

Conversion Script Data (download as text)

/tmp/evaluation/363685-1177030965/instance-363685-1177030965.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-363685-1177030965 -o ROOT/results/node59/solver-363685-1177030965 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-363685-1177030965.opb /tmp/evaluation/363685-1177030965/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.91 0.98 0.99 3/64 10621
/proc/meminfo: memFree=1811424/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12268 CPUtime=0
/proc/10621/stat : 10621 (pbclasp) D 10619 10621 10289 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 151006084 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217051789925 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/10621/statm: 3067 317 242 3 0 167 0

[startup+0.078657 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 10621
/proc/meminfo: memFree=1811424/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12400 CPUtime=0
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 500 0 0 0 0 0 0 0 16 0 1 0 151006084 12697600 452 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060520034 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/10621/statm: 3100 452 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.102662 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 10621
/proc/meminfo: memFree=1811424/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12400 CPUtime=0.05
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 596 1589 0 0 0 0 5 0 16 0 1 0 151006084 12697600 478 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3100 478 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.302701 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 10621
/proc/meminfo: memFree=1811424/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.23
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1344 12137 0 0 0 1 15 7 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 12528

[startup+0.701772 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 10621
/proc/meminfo: memFree=1811424/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 12528

[startup+1.50193 s]
/proc/loadavg: 0.91 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1809536/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=3212 CPUtime=1.08
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 473 0 0 0 108 0 0 0 25 0 1 0 151006125 3289088 435 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715327 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 803 435 249 81 0 177 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 21092

[startup+3.10123 s]
/proc/loadavg: 0.91 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1809344/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=3476 CPUtime=2.68
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 515 0 0 0 268 0 0 0 25 0 1 0 151006125 3559424 477 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782453 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 869 477 249 81 0 243 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 21356

[startup+6.30184 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1809032/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=3608 CPUtime=5.88
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 561 0 0 0 588 0 0 0 25 0 1 0 151006125 3694592 523 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789717 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 902 523 249 81 0 276 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 21488

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1808720/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=3868 CPUtime=12.28
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 627 0 0 0 1228 0 0 0 25 0 1 0 151006125 3960832 589 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4160493140 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 967 589 249 81 0 341 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 21748

[startup+25.5025 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1808400/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=4264 CPUtime=25.07
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 706 0 0 0 2507 0 0 0 25 0 1 0 151006125 4366336 668 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616639 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 1066 668 249 81 0 440 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 22144

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1808080/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=4532 CPUtime=50.66
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 781 0 0 0 5066 0 0 0 25 0 1 0 151006125 4640768 743 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784622 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 1133 743 249 81 0 507 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 22412

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1807440/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=5052 CPUtime=101.84
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 928 0 0 0 10184 0 0 0 25 0 1 0 151006125 5173248 890 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715090 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 1263 890 249 81 0 637 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 22932

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1807184/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=5320 CPUtime=161.83
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 992 0 0 0 16182 1 0 0 25 0 1 0 151006125 5447680 954 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 1330 954 249 81 0 704 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 23200

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1806800/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0
[pid=10703] ppid=10701 vsize=5728 CPUtime=221.8
/proc/10703/stat : 10703 (clasp-1.0) R 10701 10621 10289 0 -1 4194304 1072 0 0 0 22179 1 0 0 25 0 1 0 151006125 5865472 1034 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/10703/statm: 1432 1034 249 81 0 806 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 23608

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10703
/proc/meminfo: memFree=1806416/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=0.33
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 1709 17417 0 0 1 1 21 10 17 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10701] ppid=10621 vsize=5352 CPUtime=0
/proc/10701/stat : 10701 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151006124 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10701/statm: 1338 224 188 169 0 49 0

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


[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10751
/proc/meminfo: memFree=1807064/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1424.92
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2442 30270 0 0 1 2 142467 22 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10749] ppid=10621 vsize=5352 CPUtime=0
/proc/10749/stat : 10749 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 151148646 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10749/statm: 1338 224 188 169 0 49 0
[pid=10751] ppid=10749 vsize=5048 CPUtime=116.63
/proc/10751/stat : 10751 (clasp-1.0) R 10749 10621 10289 0 -1 4194304 931 0 0 0 11663 0 0 0 25 0 1 0 151148646 5169152 893 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715278 0 0 4096 0 0 0 0 17 1 0 0
/proc/10751/statm: 1262 893 249 81 0 636 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 22928

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10751
/proc/meminfo: memFree=1806744/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1424.92
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2442 30270 0 0 1 2 142467 22 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10749] ppid=10621 vsize=5352 CPUtime=0
/proc/10749/stat : 10749 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 151148646 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10749/statm: 1338 224 188 169 0 49 0
[pid=10751] ppid=10749 vsize=5464 CPUtime=176.6
/proc/10751/stat : 10751 (clasp-1.0) R 10749 10621 10289 0 -1 4194304 1005 0 0 0 17660 0 0 0 25 0 1 0 151148646 5595136 967 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713707 0 0 4096 0 0 0 0 17 1 0 0
/proc/10751/statm: 1366 967 249 81 0 740 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 23344

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10751
/proc/meminfo: memFree=1806424/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1424.92
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2442 30270 0 0 1 2 142467 22 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10749] ppid=10621 vsize=5352 CPUtime=0
/proc/10749/stat : 10749 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 151148646 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10749/statm: 1338 224 188 169 0 49 0
[pid=10751] ppid=10749 vsize=5740 CPUtime=236.58
/proc/10751/stat : 10751 (clasp-1.0) R 10749 10621 10289 0 -1 4194304 1078 0 0 0 23658 0 0 0 25 0 1 0 151148646 5877760 1040 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784612 0 0 4096 0 0 0 0 17 1 0 0
/proc/10751/statm: 1435 1040 249 81 0 809 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 23620

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10751
/proc/meminfo: memFree=1806296/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1424.92
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2442 30270 0 0 1 2 142467 22 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10749] ppid=10621 vsize=5352 CPUtime=0
/proc/10749/stat : 10749 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 151148646 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10749/statm: 1338 224 188 169 0 49 0
[pid=10751] ppid=10749 vsize=5880 CPUtime=296.56
/proc/10751/stat : 10751 (clasp-1.0) R 10749 10621 10289 0 -1 4194304 1119 0 0 0 29656 0 0 0 25 0 1 0 151148646 6021120 1081 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715090 0 0 4096 0 0 0 0 17 1 0 0
/proc/10751/statm: 1470 1081 249 81 0 844 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 23760

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10751
/proc/meminfo: memFree=1805976/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1424.92
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2442 30270 0 0 1 2 142467 22 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10749] ppid=10621 vsize=5352 CPUtime=0
/proc/10749/stat : 10749 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 151148646 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10749/statm: 1338 224 188 169 0 49 0
[pid=10751] ppid=10749 vsize=6100 CPUtime=356.53
/proc/10751/stat : 10751 (clasp-1.0) R 10749 10621 10289 0 -1 4194304 1181 0 0 0 35653 0 0 0 25 0 1 0 151148646 6246400 1143 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713712 0 0 4096 0 0 0 0 17 1 0 0
/proc/10751/statm: 1525 1143 249 81 0 899 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 23980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10751
/proc/meminfo: memFree=1805912/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1424.92
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2442 30270 0 0 1 2 142467 22 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10749] ppid=10621 vsize=5352 CPUtime=0
/proc/10749/stat : 10749 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 151148646 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10749/statm: 1338 224 188 169 0 49 0
[pid=10751] ppid=10749 vsize=6100 CPUtime=375.13
/proc/10751/stat : 10751 (clasp-1.0) R 10749 10621 10289 0 -1 4194304 1195 0 0 0 37513 0 0 0 25 0 1 0 151148646 6246400 1157 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784651 0 0 4096 0 0 0 0 17 1 0 0
/proc/10751/statm: 1525 1157 249 81 0 899 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 23980

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10751
/proc/meminfo: memFree=1805912/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1800.09
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2613 33256 0 0 1 2 179981 25 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 12528

[startup+1802.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 10762
/proc/meminfo: memFree=1808712/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1800.09
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2613 33256 0 0 1 2 179981 25 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10760] ppid=10621 vsize=5352 CPUtime=0
/proc/10760/stat : 10760 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151186177 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10760/statm: 1338 224 188 169 0 49 0
[pid=10762] ppid=10760 vsize=3212 CPUtime=1.26
/proc/10762/stat : 10762 (clasp-1.0) R 10760 10621 10289 0 -1 4194304 474 0 0 0 126 0 0 0 25 0 1 0 151186177 3289088 436 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784657 0 0 4096 0 0 0 0 17 1 0 0
/proc/10762/statm: 803 436 249 81 0 177 0
Current children cumulated CPU time (s) 1801.35
Current children cumulated vsize (KiB) 21092

[startup+1802.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 10762
/proc/meminfo: memFree=1808712/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1800.09
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2613 33256 0 0 1 2 179981 25 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10760] ppid=10621 vsize=5352 CPUtime=0
/proc/10760/stat : 10760 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151186177 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10760/statm: 1338 224 188 169 0 49 0
[pid=10762] ppid=10760 vsize=3340 CPUtime=1.66
/proc/10762/stat : 10762 (clasp-1.0) R 10760 10621 10289 0 -1 4194304 489 0 0 0 166 0 0 0 25 0 1 0 151186177 3420160 451 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/10762/statm: 835 451 249 81 0 209 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 21220

[startup+1802.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 10762
/proc/meminfo: memFree=1808584/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1800.09
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2613 33256 0 0 1 2 179981 25 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10760] ppid=10621 vsize=5352 CPUtime=0
/proc/10760/stat : 10760 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151186177 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10760/statm: 1338 224 188 169 0 49 0
[pid=10762] ppid=10760 vsize=3340 CPUtime=1.86
/proc/10762/stat : 10762 (clasp-1.0) R 10760 10621 10289 0 -1 4194304 489 0 0 0 186 0 0 0 25 0 1 0 151186177 3420160 451 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714510 0 0 4096 0 0 0 0 17 1 0 0
/proc/10762/statm: 835 451 249 81 0 209 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 21220

[startup+1802.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 10762
/proc/meminfo: memFree=1808584/2055920 swapFree=4184568/4192956
[pid=10621] ppid=10619 vsize=12528 CPUtime=1800.09
/proc/10621/stat : 10621 (pbclasp) S 10619 10621 10289 0 -1 4194304 2613 33256 0 0 1 2 179981 25 16 0 1 0 151006084 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 217060523924 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/10621/statm: 3132 480 343 3 0 232 0
[pid=10760] ppid=10621 vsize=5352 CPUtime=0
/proc/10760/stat : 10760 (sh) S 10621 10621 10289 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 151186177 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10760/statm: 1338 224 188 169 0 49 0
[pid=10762] ppid=10760 vsize=3340 CPUtime=1.96
/proc/10762/stat : 10762 (clasp-1.0) R 10760 10621 10289 0 -1 4194304 489 0 0 0 196 0 0 0 25 0 1 0 151186177 3420160 451 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713817 0 0 4096 0 0 0 0 17 1 0 0
/proc/10762/statm: 835 451 249 81 0 209 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 21220

Child status: 0
Real time (s): 1802.92
CPU time (s): 1802.1
CPU user time (s): 1801.82
CPU system time (s): 0.288956
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 25368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.82
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36872
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= 1119
involuntary context switches= 3341

runsolver used 1.58576 second user time and 4.42433 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Fri Apr 20 01:02:45 UTC 2007

IDJOB= 363685
IDBENCH= 2016
IDSOLVER= 167
FILE ID= node59/363685-1177030965

PBS_JOBID= 4630650

Free space on /tmp= 66331 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-mux.opb
COMMAND LINE= pbclasp instance-363685-1177030965.opb /tmp/evaluation/363685-1177030965/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node59/convwatcher-363685-1177030965 -o ROOT/results/node59/conversion-363685-1177030965 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/363685-1177030965/instance-363685-1177030965.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  80d8f8438bdd117e32edd926d4898421

RANDOM SEED= 743697628

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1811832 kB
Buffers:         32968 kB
Cached:         149492 kB
SwapCached:       2228 kB
Active:          69872 kB
Inactive:       122980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811832 kB
SwapTotal:     4192956 kB
SwapFree:      4184568 kB
Dirty:             500 kB
Writeback:           0 kB
Mapped:          16360 kB
Slab:            37264 kB
Committed_AS:  2098576 kB
PageTables:       1472 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= 66331 MiB

End job on node59 on Fri Apr 20 01:32:48 UTC 2007