Trace number 3714288

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.06 1800.72

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-66-100-0.wbo
MD5SUM7e0724db75f314e84b0472c27c0a5114
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.24681
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints39
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 2003
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 2002
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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

0.00/0.20	c run usual solver
2.18/2.27	o 1159
2.18/2.27	c current bound: 579
3.17/3.22	o 98
3.17/3.22	c current bound: 49
3.53/3.63	o 47
3.53/3.63	c current bound: 23
4.07/4.44	o 23
4.07/4.44	c current bound: 11
4.55/5.01	o 5
4.55/5.01	c current bound: 2
1800.02/1800.71	./satsolver.sh: line 5:  9585 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.71	c error: unexpected solver exit code
1800.02/1800.71	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-3714288-1338182346/watcher-3714288-1338182346 -o /tmp/evaluation-result-3714288-1338182346/solver-3714288-1338182346 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714288-1338182346.wbo 779703729 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: 2.00 2.00 2.00 3/179 9543
/proc/meminfo: memFree=31249340/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0

[startup+0.012064 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9543
/proc/meminfo: memFree=31249340/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9543
/proc/meminfo: memFree=31249340/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9543
/proc/meminfo: memFree=31249340/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9543
/proc/meminfo: memFree=31249340/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9547
/proc/meminfo: memFree=31195048/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=8472 CPUtime=0.19 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 3373 0 0 0 19 0 0 0 20 0 1 0 284360034 8675328 1374 33554432000 4194304 5990268 140733614506752 140733614499904 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2118 1374 156 439 0 1675 0
[pid=9546] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9546/stat : 9546 (cp2_pre.sh) S 9544 9543 6342 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 284360054 9367552 276 33554432000 4194304 5064252 140735088331568 140735088330272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9546/statm: 2287 276 234 213 0 72 0
[pid=9547] ppid=9546 vsize=49556 CPUtime=1.29 cores=0,2,4,6
/proc/9547/stat : 9547 (coprocessor) R 9546 9543 6342 0 -1 4202496 9968 0 0 0 128 1 0 0 20 0 1 0 284360055 50745344 11736 33554432000 4194304 6586260 140734644727024 140734644722344 5599168 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/9547/statm: 12389 11736 191 584 0 11801 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 76324

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 9553
/proc/meminfo: memFree=31232664/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=15040 CPUtime=3.06 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 5180 29842 0 0 23 10 254 19 20 0 1 0 284360034 15400960 2898 33554432000 4194304 5990268 140733614506752 140733614497680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9544/statm: 3760 2898 164 439 0 3317 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 24188

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9585
/proc/meminfo: memFree=31218176/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=17672 CPUtime=1.27 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 5120 0 0 0 127 0 0 0 20 0 1 0 284360536 18096128 3898 33554432000 4194304 5208918 140735827839776 140735827837720 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 4418 3898 104 248 0 4167 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 46524

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9585
/proc/meminfo: memFree=31207968/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=29156 CPUtime=7.68 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 7160 0 0 0 767 1 0 0 20 0 1 0 284360536 29855744 6271 33554432000 4194304 5208918 140735827839776 140735827837720 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 7289 6271 105 248 0 7038 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 58008

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9585
/proc/meminfo: memFree=31216948/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=38952 CPUtime=20.46 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 8263 0 0 0 2045 1 0 0 20 0 1 0 284360536 39886848 8817 33554432000 4194304 5208918 140735827839776 140735827837768 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 9738 8817 105 248 0 9487 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 67804

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9585
/proc/meminfo: memFree=31196724/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=52348 CPUtime=46.06 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 10275 0 0 0 4604 2 0 0 20 0 1 0 284360536 53604352 10939 33554432000 4194304 5208918 140735827839776 140735827835544 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 13087 10939 105 248 0 12836 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 81200

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 9588
/proc/meminfo: memFree=31144884/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=71616 CPUtime=97.26 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 11559 0 0 0 9723 3 0 0 20 0 1 0 284360536 73334784 17056 33554432000 4194304 5208918 140735827839776 140735827836152 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 17904 17056 105 248 0 17653 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 100468

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9589
/proc/meminfo: memFree=31124140/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=101964 CPUtime=157.24 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 12726 0 0 0 15720 4 0 0 20 0 1 0 284360536 104411136 23695 33554432000 4194304 5208918 140735827839776 140735827836152 4229203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 25491 23695 105 248 0 25240 0
Current children cumulated CPU time (s) 161.88

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9674
/proc/meminfo: memFree=31018000/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=214884 CPUtime=1417.04 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 30210 0 0 0 141660 44 0 0 20 0 1 0 284360536 220041216 48012 33554432000 4194304 5208918 140735827839776 140735827836088 4229326 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 53721 48012 105 248 0 53470 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 243736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9674
/proc/meminfo: memFree=31001564/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=214884 CPUtime=1477.03 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 31348 0 0 0 147656 47 0 0 20 0 1 0 284360536 220041216 49548 33554432000 4194304 5208918 140735827839776 140735827835464 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 53721 49548 105 248 0 53470 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 243736

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9674
/proc/meminfo: memFree=31011880/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=214884 CPUtime=1537.02 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 32474 0 0 0 153652 50 0 0 20 0 1 0 284360536 220041216 50587 33554432000 4194304 5208918 140735827839776 140735827836088 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 53721 50587 105 248 0 53470 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 243736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9674
/proc/meminfo: memFree=31001724/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=216092 CPUtime=1597.01 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 34141 0 0 0 159648 53 0 0 20 0 1 0 284360536 221278208 51129 33554432000 4194304 5208918 140735827839776 140735827836152 4213234 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 54023 51129 105 248 0 53772 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 244944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9674
/proc/meminfo: memFree=30987840/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=218256 CPUtime=1656.99 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 35834 0 0 0 165643 56 0 0 20 0 1 0 284360536 223494144 52197 33554432000 4194304 5208918 140735827839776 140735827837624 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 54564 52197 105 248 0 54313 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 247108

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 9675
/proc/meminfo: memFree=31004644/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=221060 CPUtime=1716.98 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 37672 0 0 0 171639 59 0 0 20 0 1 0 284360536 226365440 52889 33554432000 4194304 5208918 140735827839776 140735827836088 4228924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 55265 52889 105 248 0 55014 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 249912

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 9675
/proc/meminfo: memFree=30984380/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=234520 CPUtime=1776.97 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 39562 0 0 0 177635 62 0 0 20 0 1 0 284360536 240148480 55177 33554432000 4194304 5208918 140735827839776 140735827836088 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 58630 55177 105 248 0 58379 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 263372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 9675
/proc/meminfo: memFree=30966268/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=234520 CPUtime=1795.38 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 39932 0 0 0 179476 62 0 0 20 0 1 0 284360536 240148480 57575 33554432000 4194304 5208918 140735827839776 140735827836088 4229512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 58630 57575 105 248 0 58379 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 263372

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 9675
/proc/meminfo: memFree=30966268/32873648 swapFree=7116/7116
[pid=9543] ppid=9541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9543/stat : 9543 (npSolver-wbo-I.) S 9541 9543 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284360034 9367552 275 33554432000 4194304 5064252 140737053111584 140737053110496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9543/statm: 2287 275 233 213 0 72 0
[pid=9544] ppid=9543 vsize=10556 CPUtime=4.64 cores=0,2,4,6
/proc/9544/stat : 9544 (npSolver-wbo) S 9543 9543 6342 0 -1 4202496 7272 63148 0 0 25 10 398 31 20 0 1 0 284360034 10809344 1792 33554432000 4194304 5990268 140733614506752 140733614498192 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9544/statm: 2639 1792 164 439 0 2196 0
[pid=9584] ppid=9544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9584/stat : 9584 (satsolver.sh) S 9544 9543 6342 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284360535 9367552 266 33554432000 4194304 5064252 140736911208176 140736911207088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9584/statm: 2287 266 226 213 0 72 0
[pid=9585] ppid=9584 vsize=234520 CPUtime=1795.38 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9584 9543 6342 0 -1 4202496 39932 0 0 0 179476 62 0 0 20 0 1 0 284360536 240148480 57575 33554432000 4194304 5208918 140735827839776 140735827836088 4229512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9585/statm: 58630 57575 105 248 0 58379 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 263372

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.06
CPU user time (s): 1799
CPU system time (s): 1.05684
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 393600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.05684
maximum resident set size= 306716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 39664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 733
involuntary context switches= 2215

runsolver used 3.62745 second user time and 8.50771 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-28 07:19:06
IDJOB=3714288
IDBENCH=78729
IDSOLVER=2295
FILE ID=node123/3714288-1338182346
RUNJOBID= node123-1338160041-6358
PBS_JOBID= 14624558
Free space on /tmp= 71660 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714288-1338182346/watcher-3714288-1338182346 -o /tmp/evaluation-result-3714288-1338182346/solver-3714288-1338182346 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714288-1338182346.wbo 779703729 HOME HOME

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

MD5SUM BENCH= 7e0724db75f314e84b0472c27c0a5114
RANDOM SEED=779703729

node123.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.217
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.43
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.217
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.217
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	: 5331.92
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.217
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.217
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.217
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.217
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.217
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31249836 kB
Buffers:          275400 kB
Cached:           281460 kB
SwapCached:          956 kB
Active:           510056 kB
Inactive:         289164 kB
Active(anon):     236344 kB
Inactive(anon):     8336 kB
Active(file):     273712 kB
Inactive(file):   280828 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:        277592 kB
Mapped:            11256 kB
Shmem:                 0 kB
Slab:             687008 kB
SReclaimable:     131376 kB
SUnreclaim:       555632 kB
KernelStack:        1520 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     399992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71644 MiB
End job on node123 at 2012-05-28 07:49:06