Trace number 3713889

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 1.0? (TO) 1800.12 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-105-100--soft-0-100-0.wbo
MD5SUM74ceb63f540b1c0e7b9983b4b6436598
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark0.646901
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10500
Total number of constraints205
Number of soft constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
Top cost 10882
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 10881
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 106
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.89	c run usual solver
10.07/10.11	o 4100
10.07/10.11	c current bound: 2050
10.07/10.11	c fallback to adder encoding
11.25/11.84	o 2050
11.25/11.84	c current bound: 1025
11.25/11.84	c fallback to adder encoding
13.74/14.02	o 1021
13.74/14.02	c current bound: 510
25.36/25.62	o 509
25.36/25.62	c current bound: 254
30.83/31.15	o 250
30.83/31.15	c current bound: 125
42.98/43.63	o 110
42.98/43.63	c current bound: 55
57.96/58.56	o 49
57.96/58.56	c current bound: 24
60.13/60.45	o 24
60.13/60.45	c current bound: 12
61.56/61.83	o 12
61.56/61.83	c current bound: 6
63.09/63.66	o 5
63.09/63.66	c current bound: 2
66.01/66.59	o 1
66.01/66.59	c current bound: 0
66.01/66.59	c [SWC] exit 4
1800.07/1800.61	./satsolver.sh: line 5: 23130 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.61	c error: unexpected solver exit code
1800.07/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-3713889-1338208965/watcher-3713889-1338208965 -o /tmp/evaluation-result-3713889-1338208965/solver-3713889-1338208965 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713889-1338208965.wbo 884374022 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.98 1.98 1.99 3/177 23017
/proc/meminfo: memFree=25422552/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0

[startup+0.0215179 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 23017
/proc/meminfo: memFree=25422552/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 23017
/proc/meminfo: memFree=25422552/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300313 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 23017
/proc/meminfo: memFree=25422552/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 23017
/proc/meminfo: memFree=25422552/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 1.98 1.98 1.99 3/181 23021
/proc/meminfo: memFree=25368292/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=35440 CPUtime=0.89 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 5995 0 0 0 85 4 0 0 20 0 1 0 287025078 36290560 6308 33554432000 4194304 5990268 140734114895168 140734114888320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23018/statm: 8860 6308 156 439 0 8417 0
[pid=23020] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23020/stat : 23020 (cp2_pre.sh) S 23018 23017 21267 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 287025167 9367552 276 33554432000 4194304 5064252 140736275447408 140736275446112 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23020/statm: 2287 276 234 213 0 72 0
[pid=23021] ppid=23020 vsize=156728 CPUtime=0.59 cores=1,3,5,7
/proc/23021/stat : 23021 (coprocessor) R 23020 23017 21267 0 -1 4202496 24332 0 0 0 54 5 0 0 20 0 1 0 287025168 160489472 33985 33554432000 4194304 6586260 140735318069200 140735318065960 4546597 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 39182 33985 166 584 0 38594 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 210464

[startup+3.10033 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 23021
/proc/meminfo: memFree=25219568/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=35440 CPUtime=0.89 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 5995 0 0 0 85 4 0 0 20 0 1 0 287025078 36290560 6308 33554432000 4194304 5990268 140734114895168 140734114888320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23018/statm: 8860 6308 156 439 0 8417 0
[pid=23020] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23020/stat : 23020 (cp2_pre.sh) S 23018 23017 21267 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 287025167 9367552 276 33554432000 4194304 5064252 140736275447408 140736275446112 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23020/statm: 2287 276 234 213 0 72 0
[pid=23021] ppid=23020 vsize=201932 CPUtime=2.19 cores=1,3,5,7
/proc/23021/stat : 23021 (coprocessor) R 23020 23017 21267 0 -1 4202496 32946 0 0 0 213 6 0 0 20 0 1 0 287025168 206778368 49271 33554432000 4194304 6586260 140735318069200 140735318064520 5599291 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 50483 49271 191 584 0 49895 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 255668

[startup+6.30033 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 23021
/proc/meminfo: memFree=25174280/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=35440 CPUtime=0.89 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 5995 0 0 0 85 4 0 0 20 0 1 0 287025078 36290560 6308 33554432000 4194304 5990268 140734114895168 140734114888320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23018/statm: 8860 6308 156 439 0 8417 0
[pid=23020] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23020/stat : 23020 (cp2_pre.sh) S 23018 23017 21267 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 287025167 9367552 276 33554432000 4194304 5064252 140736275447408 140736275446112 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23020/statm: 2287 276 234 213 0 72 0
[pid=23021] ppid=23020 vsize=202212 CPUtime=5.39 cores=1,3,5,7
/proc/23021/stat : 23021 (coprocessor) R 23020 23017 21267 0 -1 4202496 33015 0 0 0 533 6 0 0 20 0 1 0 287025168 207065088 49340 33554432000 4194304 6586260 140735318069200 140735318064792 5599579 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 50553 49340 191 584 0 49965 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 255948

[startup+12.7004 s]
/proc/loadavg: 1.98 1.98 1.99 3/181 23039
/proc/meminfo: memFree=25290452/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=48120 CPUtime=11.62 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 11457 82376 0 0 101 34 932 95 20 0 1 0 287025078 49274880 9317 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 12030 9317 169 439 0 11587 0
[pid=23038] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23038/stat : 23038 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287026265 9367552 266 33554432000 4194304 5064252 140733726485792 140733726484704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 2287 266 226 213 0 72 0
[pid=23039] ppid=23038 vsize=72312 CPUtime=0.81 cores=1,3,5,7
/proc/23039/stat : 23039 (glucose) R 23038 23017 21267 0 -1 4202496 13475 0 0 0 78 3 0 0 20 0 1 0 287026265 74047488 14744 33554432000 4194304 5208918 140733241180416 140733240130056 4218843 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23039/statm: 18078 14744 103 248 0 17827 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 138728

[startup+25.5004 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 23077
/proc/meminfo: memFree=25305720/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=73720 CPUtime=24.76 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 15186 130465 0 0 115 36 2212 113 20 0 1 0 287025078 75489280 13975 33554432000 4194304 5990268 140734114895168 140734114886096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 18430 13975 170 439 0 17987 0
[pid=23075] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23075/stat : 23075 (cp2_post.sh) S 23018 23017 21267 0 -1 4202496 610 225 0 0 0 0 0 0 20 0 1 0 287027579 9367552 266 33554432000 4194304 5064252 140736043617520 140736043615808 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23075/statm: 2287 266 225 213 0 72 0
[pid=23077] ppid=23075 vsize=56104 CPUtime=0.47 cores=1,3,5,7
/proc/23077/stat : 23077 (coprocessor) R 23075 23017 21267 0 -1 4202496 8065 0 0 0 38 9 0 0 20 0 1 0 287027579 57450496 13285 33554432000 4194304 6586260 140735387374144 140735387371160 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23077/statm: 14026 13285 149 584 0 13438 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 148120

[startup+51.1004 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 23095
/proc/meminfo: memFree=25286856/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=43.39 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 23214 195961 0 0 129 38 4020 152 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23094] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23094/stat : 23094 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287029442 9367552 267 33554432000 4194304 5064252 140737002268736 140737002267648 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23094/statm: 2287 267 226 213 0 72 0
[pid=23095] ppid=23094 vsize=70668 CPUtime=7.44 cores=1,3,5,7
/proc/23095/stat : 23095 (glucose) R 23094 23017 21267 0 -1 4202496 15211 0 0 0 739 5 0 0 20 0 1 0 287029442 72364032 14757 33554432000 4194304 5208918 140735887560848 140735887558936 4469616 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23095/statm: 17667 14757 104 248 0 17416 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 146300

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 2.00 3/181 23130
/proc/meminfo: memFree=25250112/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=90260 CPUtime=35.68 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 17040 0 0 0 3564 4 0 0 20 0 1 0 287031737 92426240 18971 33554432000 4194304 5208918 140734724176160 140734724172536 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 22565 18971 105 248 0 22314 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 165892

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 23130
/proc/meminfo: memFree=25223236/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23164
/proc/meminfo: memFree=24998384/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=205516 CPUtime=1295.48 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 22330 0 0 0 129532 16 0 0 20 0 1 0 287031737 210448384 48432 33554432000 4194304 5208918 140734724176160 140734724174248 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 51379 48432 105 248 0 51128 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 281148

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23164
/proc/meminfo: memFree=24957376/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1355.48 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 22393 0 0 0 135531 17 0 0 20 0 1 0 287031737 260952064 59737 33554432000 4194304 5208918 140734724176160 140734724172472 4229330 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 59737 105 248 0 63458 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 330468

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23164
/proc/meminfo: memFree=24965460/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1415.47 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 22455 0 0 0 141529 18 0 0 20 0 1 0 287031737 260952064 58713 33554432000 4194304 5208918 140734724176160 140734724172536 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 58713 105 248 0 63458 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 330468

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23165
/proc/meminfo: memFree=24951188/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1475.46 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 22519 0 0 0 147527 19 0 0 20 0 1 0 287031737 260952064 58201 33554432000 4194304 5208918 140734724176160 140734724172536 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 58201 105 248 0 63458 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 330468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23165
/proc/meminfo: memFree=24965104/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1535.44 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 22637 0 0 0 153525 19 0 0 20 0 1 0 287031737 260952064 56707 33554432000 4194304 5208918 140734724176160 140734724171864 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 56707 105 248 0 63458 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 330468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23168
/proc/meminfo: memFree=24952452/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1595.44 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 22644 0 0 0 159524 20 0 0 20 0 1 0 287031737 260952064 60291 33554432000 4194304 5208918 140734724176160 140734724172536 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 60291 105 248 0 63458 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 330468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23389
/proc/meminfo: memFree=25234940/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1655.43 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 23338 0 0 0 165523 20 0 0 20 0 1 0 287031737 260952064 58797 33554432000 4194304 5208918 140734724176160 140734724172536 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 58797 105 248 0 63458 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 330468

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 23700
/proc/meminfo: memFree=25250920/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1715.41 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 23944 0 0 0 171520 21 0 0 20 0 1 0 287031737 260952064 57177 33554432000 4194304 5208918 140734724176160 140734724174248 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 57177 105 248 0 63458 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 330468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23834
/proc/meminfo: memFree=25244104/32873844 swapFree=7112/7112
[pid=23017] ppid=23015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23017/stat : 23017 (npSolver-wbo.sh) S 23015 23017 21267 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287025078 9367552 274 33554432000 4194304 5064252 140734279537024 140734279535936 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23017/statm: 2287 274 233 213 0 72 0
[pid=23018] ppid=23017 vsize=57336 CPUtime=66.34 cores=1,3,5,7
/proc/23018/stat : 23018 (npSolver-wbo) S 23017 23017 21267 0 -1 4202496 32456 310119 0 0 139 40 6259 196 20 0 1 0 287025078 58712064 11764 33554432000 4194304 5990268 140734114895168 140734114886608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23018/statm: 14334 11764 170 439 0 13891 0
[pid=23129] ppid=23018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23129/stat : 23129 (satsolver.sh) S 23018 23017 21267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287031737 9367552 267 33554432000 4194304 5064252 140734402650544 140734402649456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23129/statm: 2287 267 226 213 0 72 0
[pid=23130] ppid=23129 vsize=254836 CPUtime=1733.73 cores=1,3,5,7
/proc/23130/stat : 23130 (glucose) R 23129 23017 21267 0 -1 4202496 23946 0 0 0 173351 22 0 0 20 0 1 0 287031737 260952064 58201 33554432000 4194304 5208918 140734724176160 140734724172536 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23130/statm: 63709 58201 105 248 0 63458 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 330468

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.12
CPU user time (s): 1797.51
CPU system time (s): 2.6006
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 410608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.51
system time used= 2.6006
maximum resident set size= 282456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367512
page faults= 0
swaps= 0
block input operations= 0
block output operations= 347560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7130
involuntary context switches= 2006

runsolver used 3.45847 second user time and 9.53555 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-28 14:42:45
IDJOB=3713889
IDBENCH=79183
IDSOLVER=2294
FILE ID=node104/3713889-1338208965
RUNJOBID= node104-1338194257-21284
PBS_JOBID= 14624596
Free space on /tmp= 66864 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713889-1338208965/watcher-3713889-1338208965 -o /tmp/evaluation-result-3713889-1338208965/solver-3713889-1338208965 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713889-1338208965.wbo 884374022 HOME HOME

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

MD5SUM BENCH= 74ceb63f540b1c0e7b9983b4b6436598
RANDOM SEED=884374022

node104.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		: 2666.266
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	: 5332.53
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		: 2666.266
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		: 2666.266
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		: 2666.266
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		: 2666.266
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		: 2666.266
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		: 2666.266
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		: 2666.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25422940 kB
Buffers:          403772 kB
Cached:          5976184 kB
SwapCached:         1084 kB
Active:          5601236 kB
Inactive:         905520 kB
Active(anon):     119256 kB
Inactive(anon):     9936 kB
Active(file):    5481980 kB
Inactive(file):   895584 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106720 kB
Dirty:             14456 kB
Writeback:             0 kB
AnonPages:        173868 kB
Mapped:            15364 kB
Shmem:               196 kB
Slab:             801168 kB
SReclaimable:     243332 kB
SUnreclaim:       557836 kB
KernelStack:        1464 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     258420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 66856 MiB
End job on node104 at 2012-05-28 15:12:46