Trace number 3750017

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 1.0 (fixed)? (TO) 1800.05 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE2.0_TMAX120_K67_cod2.opb
MD5SUM3c4312a0a0fb7b4698eae8a0af34af2a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-114631
Best CPU time to get the best result obtained on this benchmark1800
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 486
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1322752
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1322752
Number of bits of the biggest sum of numbers21
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.85	c run usual solver
5.86/6.07	c model valid
5.86/6.07	c current solution ok
6.66/6.87	o -34
6.66/6.87	c current bound: 661359
6.66/6.87	c fallback to adder encoding
162.70/162.93	c current bound: 992039
162.70/162.93	c fallback to adder encoding
1800.03/1800.50	./satsolver.sh: line 5:  4806 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.50	c error: unexpected solver exit code
1800.03/1800.50	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-3750017-1339176000/watcher-3750017-1339176000 -o /tmp/evaluation-result-3750017-1339176000/solver-3750017-1339176000 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750017-1339176000.opb 1167293495 HOME HOME 

running on 4 cores: 1,3,5,7

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/179 4736
/proc/meminfo: memFree=22713924/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0

[startup+0.082732 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 4736
/proc/meminfo: memFree=22713924/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 4736
/proc/meminfo: memFree=22713924/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300759 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 4736
/proc/meminfo: memFree=22713924/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 4736
/proc/meminfo: memFree=22713924/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.92 1.98 1.99 3/184 4743
/proc/meminfo: memFree=22622320/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=59844 CPUtime=0.85 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 17110 0 0 0 78 7 0 0 20 0 1 0 383725893 61280256 12527 33554432000 4194304 6004724 140734634284576 140734634278624 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4737/statm: 14961 12527 162 442 0 14515 0
[pid=4742] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4742/stat : 4742 (cp2_pre.sh) S 4737 4736 4063 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383725979 9367552 276 33554432000 4194304 5064252 140736835656528 140736835655232 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4742/statm: 2287 276 234 213 0 72 0
[pid=4743] ppid=4742 vsize=112328 CPUtime=0.63 cores=1,3,5,7
/proc/4743/stat : 4743 (coprocessor) R 4742 4736 4063 0 -1 4202496 19996 0 0 0 60 3 0 0 20 0 1 0 383725979 115023872 25388 33554432000 4194304 6586260 140736542677776 140736835655256 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/4743/statm: 28082 25389 166 584 0 27494 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 190468

[startup+3.1004 s]
/proc/loadavg: 1.92 1.98 1.99 3/184 4743
/proc/meminfo: memFree=22514464/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=59844 CPUtime=0.85 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 17110 0 0 0 78 7 0 0 20 0 1 0 383725893 61280256 12527 33554432000 4194304 6004724 140734634284576 140734634278624 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4737/statm: 14961 12527 162 442 0 14515 0
[pid=4742] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4742/stat : 4742 (cp2_pre.sh) S 4737 4736 4063 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383725979 9367552 276 33554432000 4194304 5064252 140736835656528 140736835655232 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4742/statm: 2287 276 234 213 0 72 0
[pid=4743] ppid=4742 vsize=152320 CPUtime=2.11 cores=1,3,5,7
/proc/4743/stat : 4743 (coprocessor) R 4742 4736 4063 0 -1 4202496 28203 0 0 0 198 13 0 0 20 0 1 0 383725979 155975680 36686 33554432000 4194304 6586260 140736542677776 140736542673400 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 12 0 0
/proc/4743/statm: 38080 36686 204 584 0 37492 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 230460

[startup+6.30022 s]
/proc/loadavg: 1.93 1.98 1.99 3/184 4746
/proc/meminfo: memFree=22601280/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=59848 CPUtime=6.16 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) R 4736 4736 4063 0 -1 4202496 18544 46098 0 0 91 26 479 20 20 0 1 0 383725893 61284352 12535 33554432000 4194304 6004724 140734634284576 140734634278776 5190832 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 14962 12535 169 442 0 14516 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 68996

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/184 4753
/proc/meminfo: memFree=22575192/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=6.79 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 20523 46615 0 0 105 73 479 22 20 0 1 0 383725893 65478656 13434 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13434 175 442 0 15540 0
[pid=4752] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4752/stat : 4752 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383726586 9367552 267 33554432000 4194304 5064252 140737329234928 140737329233840 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4752/statm: 2287 267 226 213 0 72 0
[pid=4753] ppid=4752 vsize=73044 CPUtime=5.75 cores=1,3,5,7
/proc/4753/stat : 4753 (glucose) R 4752 4736 4063 0 -1 4202496 14749 0 0 0 573 2 0 0 20 0 1 0 383726587 74797056 15077 33554432000 4194304 5208918 140735414166048 140735414163880 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4753/statm: 18261 15077 103 248 0 18010 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 155284

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/184 4753
/proc/meminfo: memFree=22574952/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=6.79 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 20523 46615 0 0 105 73 479 22 20 0 1 0 383725893 65478656 13434 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13434 175 442 0 15540 0
[pid=4752] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4752/stat : 4752 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383726586 9367552 267 33554432000 4194304 5064252 140737329234928 140737329233840 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4752/statm: 2287 267 226 213 0 72 0
[pid=4753] ppid=4752 vsize=73044 CPUtime=18.55 cores=1,3,5,7
/proc/4753/stat : 4753 (glucose) R 4752 4736 4063 0 -1 4202496 14758 0 0 0 1853 2 0 0 20 0 1 0 383726587 74797056 15084 33554432000 4194304 5208918 140735414166048 140735414163880 4229565 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4753/statm: 18261 15084 103 248 0 18010 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 155284

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/184 4754
/proc/meminfo: memFree=22574260/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=6.79 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 20523 46615 0 0 105 73 479 22 20 0 1 0 383725893 65478656 13434 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13434 175 442 0 15540 0
[pid=4752] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4752/stat : 4752 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383726586 9367552 267 33554432000 4194304 5064252 140737329234928 140737329233840 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4752/statm: 2287 267 226 213 0 72 0
[pid=4753] ppid=4752 vsize=66736 CPUtime=44.15 cores=1,3,5,7
/proc/4753/stat : 4753 (glucose) R 4752 4736 4063 0 -1 4202496 15764 0 0 0 4412 3 0 0 20 0 1 0 383726587 68337664 15291 33554432000 4194304 5208918 140735414166048 140735414162424 4205640 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4753/statm: 16684 15291 105 248 0 16433 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 148976

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 4799
/proc/meminfo: memFree=28374140/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=6.79 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 20523 46615 0 0 105 73 479 22 20 0 1 0 383725893 65478656 13434 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13434 175 442 0 15540 0
[pid=4752] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4752/stat : 4752 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383726586 9367552 267 33554432000 4194304 5064252 140737329234928 140737329233840 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4752/statm: 2287 267 226 213 0 72 0
[pid=4753] ppid=4752 vsize=127088 CPUtime=95.34 cores=1,3,5,7
/proc/4753/stat : 4753 (glucose) R 4752 4736 4063 0 -1 4202496 20232 0 0 0 9528 6 0 0 20 0 1 0 383726587 130138112 29333 33554432000 4194304 5208918 140735414166048 140735414162424 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4753/statm: 31772 29333 105 248 0 31521 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 209328

[startup+162.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/183 4799
/proc/meminfo: memFree=28348000/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=6.79 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 20523 46615 0 0 105 73 479 22 20 0 1 0 383725893 65478656 13434 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13434 175 442 0 15540 0
[pid=4752] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4752/stat : 4752 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383726586 9367552 267 33554432000 4194304 5064252 140737329234928 140737329233840 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4752/statm: 2287 267 226 213 0 72 0
[pid=4753] ppid=4752 vsize=157732 CPUtime=155.31 cores=1,3,5,7
/proc/4753/stat : 4753 (glucose) R 4752 4736 4063 0 -1 4202496 22177 0 0 0 15523 8 0 0 20 0 1 0 383726587 161517568 33776 33554432000 4194304 5208918 140735414166048 140735414164040 4222322 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4753/statm: 39433 33776 105 248 0 39182 0
Current children cumulated CPU time (s) 162.1

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4817
/proc/meminfo: memFree=28305884/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=175924 CPUtime=1259.08 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 58475 0 0 0 125839 69 0 0 20 0 1 0 383742193 180146176 37859 33554432000 4194304 5208918 140733455746672 140733455743048 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 43981 37859 105 248 0 43730 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 258164

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4817
/proc/meminfo: memFree=28315304/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=145932 CPUtime=1319.06 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 59512 0 0 0 131835 71 0 0 20 0 1 0 383742193 149434368 34991 33554432000 4194304 5208918 140733455746672 140733455744760 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 36483 34991 105 248 0 36232 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 228172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4817
/proc/meminfo: memFree=28268272/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=227252 CPUtime=1379.04 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 60420 0 0 0 137832 72 0 0 20 0 1 0 383742193 232706048 46107 33554432000 4194304 5208918 140733455746672 140733455744520 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 56813 46107 105 248 0 56562 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 309492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4818
/proc/meminfo: memFree=28268460/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=231128 CPUtime=1439.04 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 62217 0 0 0 143829 75 0 0 20 0 1 0 383742193 236675072 45015 33554432000 4194304 5208918 140733455746672 140733455743048 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 57782 45015 105 248 0 57531 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 313368

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 4818
/proc/meminfo: memFree=28274556/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=181040 CPUtime=1499.02 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 63313 0 0 0 149824 78 0 0 20 0 1 0 383742193 185384960 42176 33554432000 4194304 5208918 140733455746672 140733455743048 4229338 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 45260 42176 105 248 0 45009 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 263280

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 4818
/proc/meminfo: memFree=28288940/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=181208 CPUtime=1559.01 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 64150 0 0 0 155820 81 0 0 20 0 1 0 383742193 185556992 38078 33554432000 4194304 5208918 140733455746672 140733455744760 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 45302 38078 105 248 0 45051 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 263448

[startup+1782.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/183 4818
/proc/meminfo: memFree=28246788/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=231884 CPUtime=1619 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 64619 0 0 0 161818 82 0 0 20 0 1 0 383742193 237449216 48253 33554432000 4194304 5208918 140733455746672 140733455744520 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 57971 48253 105 248 0 57720 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 314124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/186 4821
/proc/meminfo: memFree=28285612/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=182104 CPUtime=1637.21 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 65157 0 0 0 163637 84 0 0 20 0 1 0 383742193 186474496 38280 33554432000 4194304 5208918 140733455746672 140733455744760 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 45526 38280 105 248 0 45275 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 264344

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/186 4821
/proc/meminfo: memFree=28285612/32873648 swapFree=7372/7372
[pid=4736] ppid=4734 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4736/stat : 4736 (npSolver-pbo.sh) S 4734 4736 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383725893 9367552 275 33554432000 4194304 5064252 140734879131920 140734879130832 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4736/statm: 2287 275 233 213 0 72 0
[pid=4737] ppid=4736 vsize=63944 CPUtime=162.82 cores=1,3,5,7
/proc/4737/stat : 4737 (npSolver-pbo) S 4736 4736 4063 0 -1 4202496 22523 73457 0 0 111 74 16063 34 20 0 1 0 383725893 65478656 13435 33554432000 4194304 6004724 140734634284576 140734634276928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4737/statm: 15986 13435 176 442 0 15540 0
[pid=4805] ppid=4737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4805/stat : 4805 (satsolver.sh) S 4737 4736 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383742193 9367552 267 33554432000 4194304 5064252 140736526632048 140736526630960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4805/statm: 2287 267 226 213 0 72 0
[pid=4806] ppid=4805 vsize=182104 CPUtime=1637.21 cores=1,3,5,7
/proc/4806/stat : 4806 (glucose) R 4805 4736 4063 0 -1 4202496 65157 0 0 0 163637 84 0 0 20 0 1 0 383742193 186474496 38280 33554432000 4194304 5208918 140733455746672 140733455744760 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4806/statm: 45526 38280 105 248 0 45275 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 264344

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1798.12
CPU system time (s): 1.93071
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 394572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.12
system time used= 1.93071
maximum resident set size= 254084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 146576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 425
involuntary context switches= 2010

runsolver used 3.2955 second user time and 8.96364 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-08 19:20:00
IDJOB=3750017
IDBENCH=91577
IDSOLVER=2334
FILE ID=node124/3750017-1339176000
RUNJOBID= node124-1339168522-4080
PBS_JOBID= 14643802
Free space on /tmp= 69452 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE2.0_TMAX120_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750017-1339176000/watcher-3750017-1339176000 -o /tmp/evaluation-result-3750017-1339176000/solver-3750017-1339176000 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750017-1339176000.opb 1167293495 HOME HOME

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

MD5SUM BENCH= 3c4312a0a0fb7b4698eae8a0af34af2a
RANDOM SEED=1167293495

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        22714452 kB
Buffers:          479576 kB
Cached:          3990380 kB
SwapCached:         8612 kB
Active:          7386324 kB
Inactive:        1868116 kB
Active(anon):    4768940 kB
Inactive(anon):    11112 kB
Active(file):    2617384 kB
Inactive(file):  1857004 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             10560 kB
Writeback:             0 kB
AnonPages:       4776940 kB
Mapped:            10400 kB
Shmem:                 0 kB
Slab:             757260 kB
SReclaimable:     201016 kB
SUnreclaim:       556244 kB
KernelStack:        1472 kB
PageTables:        13604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    6336540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1789952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70712 MiB
End job on node124 at 2012-06-08 19:50:01