Trace number 3714985

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-topDown? (TO) 1800.01 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-75-70--soft-66-100-0.wbo
MD5SUM9f59d922c085a32576bd21436364ce6a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.04684
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5250
Total number of constraints145
Number of soft constraints53
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
Top cost 2739
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2738
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 76
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.60	c run usual solver
7.38/7.44	o 1718
35.08/35.67	o 898
54.42/54.87	o 690
57.14/57.57	o 658
69.43/69.54	o 648
85.14/85.57	o 624
92.41/92.84	o 586
98.19/98.63	o 581
106.52/106.65	o 552
113.22/113.36	o 536
143.19/143.64	o 518
154.01/154.46	o 516
168.80/168.92	o 509
171.68/172.12	o 505
184.20/184.65	o 465
201.31/201.77	o 461
204.84/205.29	o 447
229.98/230.43	o 421
234.70/234.82	o 420
245.59/245.70	o 418
274.21/274.66	o 388
279.77/279.91	o 384
328.70/329.16	o 366
338.45/338.60	o 354
340.78/341.05	o 321
345.10/345.65	o 319
355.41/355.95	o 275
358.52/359.04	o 270
375.98/376.24	o 239
386.97/387.27	o 238
391.91/392.43	o 216
399.54/400.06	o 204
402.37/402.62	o 194
460.45/460.70	o 188
465.66/465.91	o 155
481.94/482.48	o 154
488.71/489.24	o 149
491.33/491.63	o 148
494.75/495.02	o 102
500.22/500.58	o 99
507.05/507.58	o 86
513.23/513.50	o 79
527.03/527.31	o 70
544.40/544.98	o 65
562.76/563.14	o 63
576.66/577.27	o 55
583.46/583.80	o 54
586.69/587.28	o 51
592.07/592.68	o 35
594.33/594.93	o 21
600.36/600.96	o 14
604.06/604.68	o 11
606.83/607.23	o 8
611.14/611.58	o 1
611.14/611.58	c [SWC] exit 4
1800.01/1800.61	c error: unexpected solver exit code
1800.01/1800.61	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-3714985-1338182320/watcher-3714985-1338182320 -o /tmp/evaluation-result-3714985-1338182320/solver-3714985-1338182320 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714985-1338182320.wbo 1597066597 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: 2.12 2.04 2.01 3/179 31491
/proc/meminfo: memFree=31102996/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0

[startup+0.0431521 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 31491
/proc/meminfo: memFree=31102996/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100284 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 31491
/proc/meminfo: memFree=31102996/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30029 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 31491
/proc/meminfo: memFree=31102996/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700315 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 31491
/proc/meminfo: memFree=31102996/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 31495
/proc/meminfo: memFree=30980888/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=18792 CPUtime=0.59 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 4808 0 0 0 57 2 0 0 20 0 1 0 284360474 19243008 4090 33554432000 4194304 5990268 140735317742368 140735317735520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31492/statm: 4698 4090 156 439 0 4255 0
[pid=31494] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31494/stat : 31494 (cp2_pre.sh) S 31492 31491 27229 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284360534 9367552 277 33554432000 4194304 5064252 140733977620592 140733977619296 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31494/statm: 2287 277 234 213 0 72 0
[pid=31495] ppid=31494 vsize=124700 CPUtime=0.88 cores=1,3,5,7
/proc/31495/stat : 31495 (coprocessor) R 31494 31491 27229 0 -1 4202496 21941 0 0 0 84 4 0 0 20 0 1 0 284360534 127692800 30067 33554432000 4194304 6586260 140735728123296 140735728119560 4752855 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/31495/statm: 31175 30067 182 584 0 30587 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 161788

[startup+3.10044 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 31495
/proc/meminfo: memFree=30939700/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=18792 CPUtime=0.59 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 4808 0 0 0 57 2 0 0 20 0 1 0 284360474 19243008 4090 33554432000 4194304 5990268 140735317742368 140735317735520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31492/statm: 4698 4090 156 439 0 4255 0
[pid=31494] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31494/stat : 31494 (cp2_pre.sh) S 31492 31491 27229 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284360534 9367552 277 33554432000 4194304 5064252 140733977620592 140733977619296 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31494/statm: 2287 277 234 213 0 72 0
[pid=31495] ppid=31494 vsize=143584 CPUtime=2.48 cores=1,3,5,7
/proc/31495/stat : 31495 (coprocessor) R 31494 31491 27229 0 -1 4202496 24355 0 0 0 244 4 0 0 20 0 1 0 284360534 147030016 35036 33554432000 4194304 6586260 140735728123296 140735728118552 4677097 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/31495/statm: 35896 35036 191 584 0 35308 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 180672

[startup+6.30034 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 31495
/proc/meminfo: memFree=30873000/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=18792 CPUtime=6.06 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 4817 28464 0 0 57 2 482 65 20 0 1 0 284360474 19243008 4091 33554432000 4194304 5990268 140735317742368 140735317736608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31492/statm: 4698 4091 157 439 0 4255 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 27940

[startup+12.7004 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 31505
/proc/meminfo: memFree=30920284/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=38408 CPUtime=7.53 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 8089 45860 0 0 71 21 590 71 20 0 1 0 284360474 39329792 8827 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/31492/statm: 9602 8827 164 439 0 9159 0
[pid=31504] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31504/stat : 31504 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284361230 9367552 267 33554432000 4194304 5064252 140737092454000 140737092452912 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31504/statm: 2287 267 226 213 0 72 0
[pid=31505] ppid=31504 vsize=97876 CPUtime=5.12 cores=1,3,5,7
/proc/31505/stat : 31505 (glucose) R 31504 31491 27229 0 -1 4202496 20305 0 0 0 508 4 0 0 20 0 1 0 284361230 100225024 21249 33554432000 4194304 5208918 140736175770736 140736175768584 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31505/statm: 24469 21249 104 248 0 24218 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 154580

[startup+25.5005 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 31505
/proc/meminfo: memFree=30933272/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=38408 CPUtime=7.53 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 8089 45860 0 0 71 21 590 71 20 0 1 0 284360474 39329792 8827 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/31492/statm: 9602 8827 164 439 0 9159 0
[pid=31504] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31504/stat : 31504 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284361230 9367552 267 33554432000 4194304 5064252 140737092454000 140737092452912 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31504/statm: 2287 267 226 213 0 72 0
[pid=31505] ppid=31504 vsize=128168 CPUtime=17.92 cores=1,3,5,7
/proc/31505/stat : 31505 (glucose) R 31504 31491 27229 0 -1 4202496 21169 0 0 0 1787 5 0 0 20 0 1 0 284361230 131244032 28739 33554432000 4194304 5208918 140736175770736 140736175768600 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31505/statm: 32042 28739 104 248 0 31791 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 184872

[startup+51.1005 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 31512
/proc/meminfo: memFree=30978592/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=30216 CPUtime=35.69 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 11174 76348 0 0 77 22 3376 94 20 0 1 0 284360474 30941184 6923 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/31492/statm: 7554 6923 164 439 0 7111 0
[pid=31511] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31511/stat : 31511 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284364046 9367552 266 33554432000 4194304 5064252 140736072594016 140736072592928 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31511/statm: 2287 266 226 213 0 72 0
[pid=31512] ppid=31511 vsize=92936 CPUtime=15.35 cores=1,3,5,7
/proc/31512/stat : 31512 (glucose) R 31511 31491 27229 0 -1 4202496 16438 0 0 0 1531 4 0 0 20 0 1 0 284364047 95166464 20056 33554432000 4194304 5208918 140735023028800 140735023026664 4212432 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31512/statm: 23234 20056 104 248 0 22983 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 141448

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 31557
/proc/meminfo: memFree=30968204/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=98.61 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 30296 219736 0 0 107 27 9553 174 20 0 1 0 284360474 34086912 7323 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/31492/statm: 8322 7323 164 439 0 7879 0
[pid=31556] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31556/stat : 31556 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284370341 9367552 266 33554432000 4194304 5064252 140736340106240 140736340105152 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31556/statm: 2287 266 226 213 0 72 0
[pid=31557] ppid=31556 vsize=60988 CPUtime=3.61 cores=1,3,5,7
/proc/31557/stat : 31557 (glucose) R 31556 31491 27229 0 -1 4202496 13174 0 0 0 358 3 0 0 20 0 1 0 284370341 62451712 13201 33554432000 4194304 5208918 140734546902880 140734546900840 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31557/statm: 15247 13201 104 248 0 14996 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 112572

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 31586
/proc/meminfo: memFree=30939548/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=154.4 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 42610 313834 0 0 124 30 15062 224 20 0 1 0 284360474 34086912 7323 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/31492/statm: 8322 7323 164 439 0 7879 0
[pid=31585] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31585/stat : 31585 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284375924 9367552 266 33554432000 4194304 5064252 140737058008448 140737058007360 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31585/statm: 2287 266 226 213 0 72 0
[pid=31586] ppid=31585 vsize=79172 CPUtime=7.78 cores=1,3,5,7
/proc/31586/stat : 31586 (glucose) R 31585 31491 27229 0 -1 4202496 14311 0 0 0 775 3 0 0 20 0 1 0 284375924 81072128 17511 33554432000 4194304 5208918 140736332958784 140736332956648 4229720 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31586/statm: 19793 17511 104 248 0 19542 0
Current children cumulated CPU time (s) 162.18

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

/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 23147 0 0 0 75039 14 0 0 20 0 1 0 284421633 215220224 49122 33554432000 4194304 5208918 140735825452384 140735825448696 4205128 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 52544 49122 105 248 0 52293 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 261760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31964
/proc/meminfo: memFree=30888332/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=210176 CPUtime=810.52 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 23598 0 0 0 81037 15 0 0 20 0 1 0 284421633 215220224 49122 33554432000 4194304 5208918 140735825452384 140735825448760 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 52544 49122 105 248 0 52293 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 261760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31964
/proc/meminfo: memFree=30890628/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=210176 CPUtime=870.51 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 24049 0 0 0 87035 16 0 0 20 0 1 0 284421633 215220224 48610 33554432000 4194304 5208918 140735825452384 140735825448760 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 52544 48610 105 248 0 52293 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 261760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31964
/proc/meminfo: memFree=30862640/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=210176 CPUtime=930.49 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 24499 0 0 0 93033 16 0 0 20 0 1 0 284421633 215220224 47586 33554432000 4194304 5208918 140735825452384 140735825448760 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 52544 47586 105 248 0 52293 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 261760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31964
/proc/meminfo: memFree=30827764/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=210176 CPUtime=990.49 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 24951 0 0 0 99032 17 0 0 20 0 1 0 284421633 215220224 47586 33554432000 4194304 5208918 140735825452384 140735825448760 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 52544 47586 105 248 0 52293 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 261760

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31965
/proc/meminfo: memFree=30900016/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=160856 CPUtime=1050.48 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 25543 0 0 0 105029 19 0 0 20 0 1 0 284421633 164716544 38452 33554432000 4194304 5208918 140735825452384 140735825450472 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 40214 38452 105 248 0 39963 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 212440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31965
/proc/meminfo: memFree=30815616/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=210176 CPUtime=1110.47 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 25995 0 0 0 111028 19 0 0 20 0 1 0 284421633 215220224 50146 33554432000 4194304 5208918 140735825452384 140735825448760 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 52544 50146 105 248 0 52293 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 261760

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31965
/proc/meminfo: memFree=30853300/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=210176 CPUtime=1170.46 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 27041 0 0 0 117025 21 0 0 20 0 1 0 284421633 215220224 50146 33554432000 4194304 5208918 140735825452384 140735825448760 4229859 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 52544 50146 105 248 0 52293 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 261760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31965
/proc/meminfo: memFree=30812840/32873844 swapFree=6872/6872
[pid=31491] ppid=31489 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31491/stat : 31491 (npSolver-wbo-It) S 31489 31491 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284360474 9367552 275 33554432000 4194304 5064252 140735541096112 140735541095024 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31491/statm: 2287 275 233 213 0 72 0
[pid=31492] ppid=31491 vsize=33288 CPUtime=611.24 cores=1,3,5,7
/proc/31492/stat : 31492 (npSolver-wbo) S 31491 31491 27229 0 -1 4202496 119231 1219316 0 0 233 49 60236 606 20 0 1 0 284360474 34086912 7324 33554432000 4194304 5990268 140735317742368 140735317733792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/31492/statm: 8322 7324 165 439 0 7879 0
[pid=31880] ppid=31492 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31880/stat : 31880 (satsolver.sh) S 31492 31491 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421632 9367552 266 33554432000 4194304 5064252 140736194695872 140736194694784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31880/statm: 2287 266 226 213 0 72 0
[pid=31881] ppid=31880 vsize=240996 CPUtime=1188.77 cores=1,3,5,7
/proc/31881/stat : 31881 (glucose) R 31880 31491 27229 0 -1 4202496 27637 0 0 0 118855 22 0 0 20 0 1 0 284421633 246779904 51749 33554432000 4194304 5208918 140735825452384 140735825450536 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31881/statm: 60249 51749 105 248 0 59998 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 292580

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 31491 and gives
#  childrusage.ru_utime.tv_sec=604
#  childrusage.ru_utime.tv_usec=696072
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=560002
# CPU time returned by wait4() is 611.256
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.01
CPU user time (s): 1793.24
CPU system time (s): 6.77
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 292580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 604.696
system time used= 6.56
maximum resident set size= 171052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1339525
page faults= 0
swaps= 0
block input operations= 8
block output operations= 830936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25839
involuntary context switches= 1384

runsolver used 2.90356 second user time and 8.5707 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 07:18:40
IDJOB=3714985
IDBENCH=78722
IDSOLVER=2296
FILE ID=node106/3714985-1338182320
RUNJOBID= node106-1338160071-27246
PBS_JOBID= 14624559
Free space on /tmp= 71324 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714985-1338182320/watcher-3714985-1338182320 -o /tmp/evaluation-result-3714985-1338182320/solver-3714985-1338182320 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714985-1338182320.wbo 1597066597 HOME HOME

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

MD5SUM BENCH= 9f59d922c085a32576bd21436364ce6a
RANDOM SEED=1597066597

node106.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.065
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.13
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.065
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.065
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.91
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.065
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.92
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.065
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.065
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.065
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.065
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:       32873844 kB
MemFree:        31103012 kB
Buffers:          249688 kB
Cached:           556500 kB
SwapCached:            0 kB
Active:           761232 kB
Inactive:         152904 kB
Active(anon):      99352 kB
Inactive(anon):    11256 kB
Active(file):     661880 kB
Inactive(file):   141648 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8608 kB
Writeback:            16 kB
AnonPages:        114748 kB
Mapped:            11668 kB
Shmem:               200 kB
Slab:             714944 kB
SReclaimable:     157120 kB
SUnreclaim:       557824 kB
KernelStack:        1472 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71304 MiB
End job on node106 at 2012-05-28 07:48:41