Trace number 3752055

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.03 1800.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_10.opb
MD5SUM26699ac56f0d58d8261ff4eb58d81611
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark350.209
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1659
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.28	c run inc solver
0.00/0.28	c [INC SYSTEM] run initial solver
0.00/0.28	c [INC SYSTEM] preprocess with white file
1.67/1.79	c [INC SYSTEM] finished preprocessing in 1 s
1.67/1.79	c [INC SYSTEM] execute solver
2.67/2.72	c [INC SEARCH] formula is SAT
2.67/2.73	c [INC SYSTEM] solved the initial formula
2.67/2.74	c model valid
2.67/2.74	c current solution ok
3.27/3.37	o 124
3.27/3.37	c starting approximation
3.27/3.37	c factor = 2
3.27/3.37	c current bound: 62
145.64/145.88	c model valid
145.64/145.88	c current solution ok
145.64/145.89	c current bound: 62
293.18/293.47	c model valid
293.18/293.47	c current solution ok
293.18/293.48	c current bound: 62
422.30/422.51	c model valid
422.30/422.51	c current solution ok
422.30/422.52	c current bound: 62
564.85/565.23	c model valid
564.85/565.23	c current solution ok
564.85/565.24	c current bound: 62
706.91/707.25	c model valid
706.91/707.25	c current solution ok
706.91/707.26	c current bound: 62
844.34/844.79	c model valid
844.34/844.79	c current solution ok
844.34/844.80	c current bound: 62
981.41/981.97	c model valid
981.41/981.97	c current solution ok
981.41/981.98	c current bound: 62
1113.29/1113.89	c model valid
1113.29/1113.89	c current solution ok
1113.42/1113.91	c current bound: 62
1254.96/1255.52	c model valid
1254.96/1255.52	c current solution ok
1254.96/1255.53	c current bound: 62
1400.40/1401.01	c model valid
1400.40/1401.01	c current solution ok
1400.40/1401.02	c current bound: 62
1542.56/1543.36	c model valid
1542.56/1543.36	c current solution ok
1542.56/1543.38	c current bound: 62
1691.70/1692.55	c model valid
1691.70/1692.55	c current solution ok
1691.70/1692.56	c current bound: 62
1800.03/1800.81	./satsolver.sh: line 5:  2600 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.81	c error: unexpected solver exit code
1800.03/1800.81	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752055-1339125589/watcher-3752055-1339125589 -o /tmp/evaluation-result-3752055-1339125589/solver-3752055-1339125589 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752055-1339125589.opb 1664048971 HOME HOME 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 1759
/proc/meminfo: memFree=26236860/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0

[startup+0.00924605 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 1759
/proc/meminfo: memFree=26236860/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 1759
/proc/meminfo: memFree=26236860/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30016 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 1759
/proc/meminfo: memFree=26236860/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700152 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 1759
/proc/meminfo: memFree=26236860/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 1763
/proc/meminfo: memFree=26088300/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=19784 CPUtime=0.27 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 4487 0 0 0 25 2 0 0 20 0 1 0 378683244 20258816 4285 33554432000 4194304 6004724 140736252099184 140736252093648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 4946 4285 148 442 0 4500 0
[pid=1762] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1762/stat : 1762 (cp2_pre.sh) S 1760 1759 30107 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378683272 9367552 277 33554432000 4194304 5064252 140735320829664 140735320828368 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1762/statm: 2287 277 234 213 0 72 0
[pid=1763] ppid=1762 vsize=149992 CPUtime=1.21 cores=0,2,4,6
/proc/1763/stat : 1763 (coprocessor) R 1762 1759 30107 0 -1 4202496 29602 0 0 0 115 6 0 0 20 0 1 0 378683272 153591808 36488 33554432000 4194304 6586260 140735943102816 140735943098136 5250853 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/1763/statm: 37498 36488 200 584 0 36910 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 188072

[startup+3.10032 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 1765
/proc/meminfo: memFree=26150720/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=19788 CPUtime=2.15 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) R 1759 1759 30107 0 -1 4202496 5174 30504 0 0 34 31 142 8 20 0 1 0 378683244 20262912 4298 33554432000 4194304 6004724 140736252099184 140736252085464 5190832 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 4947 4298 159 442 0 4501 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14331 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14331 146 357 0 16293 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 95548

[startup+6.3004 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 1768
/proc/meminfo: memFree=26072096/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=19788 CPUtime=2.42 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 5205 31020 0 0 39 52 142 9 20 0 1 0 378683244 20262912 4314 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 4947 4314 175 442 0 4501 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14331 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14331 146 357 0 16293 0
[pid=1767] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1767/stat : 1767 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378683582 9367552 265 33554432000 4194304 5064252 140734720299808 140734720298720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1767/statm: 2287 265 226 213 0 72 0
[pid=1768] ppid=1767 vsize=65204 CPUtime=2.91 cores=0,2,4,6
/proc/1768/stat : 1768 (glucose) R 1767 1759 30107 0 -1 4202496 14118 0 0 0 289 2 0 0 20 0 1 0 378683582 66768896 14482 33554432000 4194304 5208918 140734091851184 140734091849128 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1768/statm: 16301 14482 95 248 0 16050 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 169900

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 1768
/proc/meminfo: memFree=26049204/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=19788 CPUtime=2.42 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 5205 31020 0 0 39 52 142 9 20 0 1 0 378683244 20262912 4314 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 4947 4314 175 442 0 4501 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14331 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14331 146 357 0 16293 0
[pid=1767] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1767/stat : 1767 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378683582 9367552 265 33554432000 4194304 5064252 140734720299808 140734720298720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1767/statm: 2287 265 226 213 0 72 0
[pid=1768] ppid=1767 vsize=69900 CPUtime=9.31 cores=0,2,4,6
/proc/1768/stat : 1768 (glucose) R 1767 1759 30107 0 -1 4202496 14234 0 0 0 929 2 0 0 20 0 1 0 378683582 71577600 14594 33554432000 4194304 5208918 140734091851184 140734091849032 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1768/statm: 17475 14594 95 248 0 17224 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 174596

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/184 1772
/proc/meminfo: memFree=26239204/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=19788 CPUtime=2.42 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 5205 31020 0 0 39 52 142 9 20 0 1 0 378683244 20262912 4314 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 4947 4314 175 442 0 4501 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14331 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14331 146 357 0 16293 0
[pid=1767] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1767/stat : 1767 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378683582 9367552 265 33554432000 4194304 5064252 140734720299808 140734720298720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1767/statm: 2287 265 226 213 0 72 0
[pid=1768] ppid=1767 vsize=70432 CPUtime=22.1 cores=0,2,4,6
/proc/1768/stat : 1768 (glucose) R 1767 1759 30107 0 -1 4202496 14513 0 0 0 2208 2 0 0 20 0 1 0 378683582 72122368 14872 33554432000 4194304 5208918 140734091851184 140734091849128 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1768/statm: 17608 14872 101 248 0 17357 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 175128

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.99 3/184 1772
/proc/meminfo: memFree=26119708/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=19788 CPUtime=2.42 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 5205 31020 0 0 39 52 142 9 20 0 1 0 378683244 20262912 4314 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 4947 4314 175 442 0 4501 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=1767] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1767/stat : 1767 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378683582 9367552 265 33554432000 4194304 5064252 140734720299808 140734720298720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1767/statm: 2287 265 226 213 0 72 0
[pid=1768] ppid=1767 vsize=70872 CPUtime=47.7 cores=0,2,4,6
/proc/1768/stat : 1768 (glucose) R 1767 1759 30107 0 -1 4202496 14776 0 0 0 4768 2 0 0 20 0 1 0 378683582 72572928 15642 33554432000 4194304 5208918 140734091851184 140734091849144 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1768/statm: 17718 15642 102 248 0 17467 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 175568

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 1772
/proc/meminfo: memFree=26199856/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=19788 CPUtime=2.42 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 5205 31020 0 0 39 52 142 9 20 0 1 0 378683244 20262912 4314 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 4947 4314 175 442 0 4501 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=1767] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1767/stat : 1767 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378683582 9367552 265 33554432000 4194304 5064252 140734720299808 140734720298720 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1767/statm: 2287 265 226 213 0 72 0
[pid=1768] ppid=1767 vsize=71760 CPUtime=98.88 cores=0,2,4,6
/proc/1768/stat : 1768 (glucose) R 1767 1759 30107 0 -1 4202496 15141 0 0 0 9885 3 0 0 20 0 1 0 378683582 73482240 16090 33554432000 4194304 5208918 140734091851184 140734091849032 4229206 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1768/statm: 17940 16090 103 248 0 17689 0
Current children cumulated CPU time (s) 102.21

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

Current children cumulated vsize (KiB) 178676

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 2487
/proc/meminfo: memFree=26308876/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=23336 CPUtime=1399.52 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 17023 240927 0 0 68 54 139753 77 20 0 1 0 378683244 23896064 4829 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 5834 4829 176 442 0 5388 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=2451] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2451/stat : 2451 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378823347 9367552 267 33554432000 4194304 5064252 140733516757648 140733516756560 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2451/statm: 2287 267 226 213 0 72 0
[pid=2452] ppid=2451 vsize=71464 CPUtime=81.23 cores=0,2,4,6
/proc/2452/stat : 2452 (glucose) R 2451 1759 30107 0 -1 4202496 15142 0 0 0 8119 4 0 0 20 0 1 0 378823347 73179136 15092 33554432000 4194304 5208918 140737389054880 140737389052728 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2452/statm: 17866 15092 103 248 0 17615 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 179708

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/185 2515
/proc/meminfo: memFree=26306324/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=23336 CPUtime=1399.52 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 17023 240927 0 0 68 54 139753 77 20 0 1 0 378683244 23896064 4829 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 5834 4829 176 442 0 5388 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=2451] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2451/stat : 2451 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378823347 9367552 267 33554432000 4194304 5064252 140733516757648 140733516756560 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2451/statm: 2287 267 226 213 0 72 0
[pid=2452] ppid=2451 vsize=72532 CPUtime=141.21 cores=0,2,4,6
/proc/2452/stat : 2452 (glucose) R 2451 1759 30107 0 -1 4202496 15468 0 0 0 14117 4 0 0 20 0 1 0 378823347 74272768 15789 33554432000 4194304 5208918 140737389054880 140737389052728 4228972 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2452/statm: 18133 15789 103 248 0 17882 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 180776

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 2550
/proc/meminfo: memFree=26310136/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=23336 CPUtime=1541.81 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 18204 262219 0 0 71 54 153972 84 20 0 1 0 378683244 23896064 4829 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 5834 4829 176 442 0 5388 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=2521] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2521/stat : 2521 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378837582 9367552 267 33554432000 4194304 5064252 140735147734480 140735147733392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2521/statm: 2287 267 226 213 0 72 0
[pid=2522] ppid=2521 vsize=70868 CPUtime=58.89 cores=0,2,4,6
/proc/2522/stat : 2522 (glucose) R 2521 1759 30107 0 -1 4202496 14869 0 0 0 5886 3 0 0 20 0 1 0 378837582 72568832 15224 33554432000 4194304 5208918 140735020029952 140735020027912 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2522/statm: 17717 15224 102 248 0 17466 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 179112

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 2578
/proc/meminfo: memFree=26308488/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=23336 CPUtime=1541.81 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 18204 262219 0 0 71 54 153972 84 20 0 1 0 378683244 23896064 4829 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 5834 4829 176 442 0 5388 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=2521] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2521/stat : 2521 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378837582 9367552 267 33554432000 4194304 5064252 140735147734480 140735147733392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2521/statm: 2287 267 226 213 0 72 0
[pid=2522] ppid=2521 vsize=72176 CPUtime=118.86 cores=0,2,4,6
/proc/2522/stat : 2522 (glucose) R 2521 1759 30107 0 -1 4202496 15914 0 0 0 11882 4 0 0 20 0 1 0 378837582 73908224 15162 33554432000 4194304 5208918 140735020029952 140735020028040 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2522/statm: 18044 15162 103 248 0 17793 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 180420

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/185 2614
/proc/meminfo: memFree=26312344/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=23336 CPUtime=1690.94 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 19385 283534 0 0 74 54 168874 92 20 0 1 0 378683244 23896064 4829 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 5834 4829 176 442 0 5388 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=2599] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2599/stat : 2599 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378852501 9367552 267 33554432000 4194304 5064252 140737310203312 140737310202224 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2599/statm: 2287 267 226 213 0 72 0
[pid=2600] ppid=2599 vsize=70560 CPUtime=29.71 cores=0,2,4,6
/proc/2600/stat : 2600 (glucose) R 2599 1759 30107 0 -1 4202496 14631 0 0 0 2968 3 0 0 20 0 1 0 378852501 72253440 14479 33554432000 4194304 5208918 140733236031296 140733236029240 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2600/statm: 17640 14479 101 248 0 17389 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 178804

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/185 2642
/proc/meminfo: memFree=26310256/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=23336 CPUtime=1690.94 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 19385 283534 0 0 74 54 168874 92 20 0 1 0 378683244 23896064 4829 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 5834 4829 176 442 0 5388 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=2599] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2599/stat : 2599 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378852501 9367552 267 33554432000 4194304 5064252 140737310203312 140737310202224 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2599/statm: 2287 267 226 213 0 72 0
[pid=2600] ppid=2599 vsize=71756 CPUtime=89.67 cores=0,2,4,6
/proc/2600/stat : 2600 (glucose) R 2599 1759 30107 0 -1 4202496 15256 0 0 0 8964 3 0 0 20 0 1 0 378852501 73478144 15262 33554432000 4194304 5208918 140733236031296 140733236029144 4212869 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2600/statm: 17939 15262 103 248 0 17688 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 180000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.02 2.03 2.00 3/185 2649
/proc/meminfo: memFree=26307460/32873844 swapFree=7628/7628
[pid=1759] ppid=1757 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1759/stat : 1759 (npSolver-pbo-It) S 1757 1759 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378683244 9367552 275 33554432000 4194304 5064252 140736719302336 140736719301248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1759/statm: 2287 275 233 213 0 72 0
[pid=1760] ppid=1759 vsize=23336 CPUtime=1690.94 cores=0,2,4,6
/proc/1760/stat : 1760 (npSolver-pbo) S 1759 1759 30107 0 -1 4202496 19385 283534 0 0 74 54 168874 92 20 0 1 0 378683244 23896064 4829 33554432000 4194304 6004724 140736252099184 140736252091488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1760/statm: 5834 4829 176 442 0 5388 0
[pid=1765] ppid=1760 vsize=66612 CPUtime=0.91 cores=0,2,4,6
/proc/1765/stat : 1765 (glucosInc) S 1760 1759 30107 0 -1 4202496 13771 0 0 0 89 2 0 0 20 0 1 0 378683423 68210688 14721 33554432000 4194304 5654031 140736656687776 140736656686088 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1765/statm: 16653 14721 146 357 0 16293 0
[pid=2599] ppid=1760 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2599/stat : 2599 (satsolver.sh) S 1760 1759 30107 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378852501 9367552 267 33554432000 4194304 5064252 140737310203312 140737310202224 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2599/statm: 2287 267 226 213 0 72 0
[pid=2600] ppid=2599 vsize=72092 CPUtime=108.18 cores=0,2,4,6
/proc/2600/stat : 2600 (glucose) R 2599 1759 30107 0 -1 4202496 15352 0 0 0 10815 3 0 0 20 0 1 0 378852501 73822208 15869 33554432000 4194304 5208918 140733236031296 140733236029256 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2600/statm: 18023 15869 103 248 0 17772 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 180336

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1759 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=645716
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=504771
# CPU time returned by wait4() is 1799.15
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.03
CPU user time (s): 1798.52
CPU system time (s): 1.51
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 191920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 1.50477
maximum resident set size= 151160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319260
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5414
involuntary context switches= 2872

runsolver used 6.61499 second user time and 19.476 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-08 05:19:49
IDJOB=3752055
IDBENCH=2637
IDSOLVER=2335
FILE ID=node145/3752055-1339125589
RUNJOBID= node145-1339110947-31548
PBS_JOBID= 14643708
Free space on /tmp= 71032 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_10.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752055-1339125589/watcher-3752055-1339125589 -o /tmp/evaluation-result-3752055-1339125589/solver-3752055-1339125589 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752055-1339125589.opb 1664048971 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=1664048971

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26236860 kB
Buffers:          485888 kB
Cached:          4926280 kB
SwapCached:            4 kB
Active:          2342148 kB
Inactive:        3398728 kB
Active(anon):     320244 kB
Inactive(anon):    10864 kB
Active(file):    2021904 kB
Inactive(file):  3387864 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:              8940 kB
Writeback:             0 kB
AnonPages:        417976 kB
Mapped:            15676 kB
Shmem:               200 kB
Slab:             737108 kB
SReclaimable:     178720 kB
SUnreclaim:       558388 kB
KernelStack:        1504 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     527036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71000 MiB
End job on node145 at 2012-06-08 05:49:50