Trace number 3713819

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.09 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_36_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM02fb8a7818433044fe5d5a9a278599da
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.792879
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2520
Total number of constraints142
Number of soft constraints142
Number of constraints which are clauses72
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 constraint35
Maximum length of a constraint36
Top cost 7086
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7085
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
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.22	c run usual solver
2.19/2.38	o 4714
2.19/2.38	c current bound: 2357
2.19/2.38	c fallback to adder encoding
2.71/2.84	o 2354
2.71/2.84	c current bound: 1177
2.71/2.84	c fallback to adder encoding
3.21/3.34	o 1176
3.21/3.34	c current bound: 588
8.86/8.96	o 545
8.86/8.96	c current bound: 272
20.91/21.16	o 272
20.91/21.16	c current bound: 136
27.49/27.68	o 135
27.49/27.68	c current bound: 67
30.31/30.45	o 60
30.31/30.45	c current bound: 30
32.59/32.72	o 28
32.59/32.72	c current bound: 14
34.98/35.09	o 13
34.98/35.09	c current bound: 6
959.75/960.08	o 5
959.75/960.08	c current bound: 2
1800.04/1800.41	./satsolver.sh: line 5: 12534 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3713819-1338204677/watcher-3713819-1338204677 -o /tmp/evaluation-result-3713819-1338204677/solver-3713819-1338204677 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713819-1338204677.wbo 1277341092 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.01 2.02 2.00 3/179 12350
/proc/meminfo: memFree=28817112/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0

[startup+0.0291401 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 12350
/proc/meminfo: memFree=28817112/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 12350
/proc/meminfo: memFree=28817112/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300188 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 12350
/proc/meminfo: memFree=28817112/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700134 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 12350
/proc/meminfo: memFree=28817112/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12354
/proc/meminfo: memFree=28754616/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=10472 CPUtime=0.21 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 3980 0 0 0 20 1 0 0 20 0 1 0 286593123 10723328 1781 33554432000 4194304 5990268 140736118236192 140736118229344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12351/statm: 2618 1781 156 439 0 2175 0
[pid=12353] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12353/stat : 12353 (cp2_pre.sh) S 12351 12350 11248 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 286593145 9367552 277 33554432000 4194304 5064252 140737370716832 140737370715536 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12353/statm: 2287 277 234 213 0 72 0
[pid=12354] ppid=12353 vsize=75932 CPUtime=1.27 cores=1,3,5,7
/proc/12354/stat : 12354 (coprocessor) R 12353 12350 11248 0 -1 4202496 13537 0 0 0 125 2 0 0 20 0 1 0 286593145 77754368 16159 33554432000 4194304 6586260 140735002340384 140735002336152 4416111 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/12354/statm: 18983 16159 196 584 0 18395 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104700

[startup+3.10021 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12357
/proc/meminfo: memFree=28787908/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=15892 CPUtime=2.83 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 6752 36575 0 0 25 7 219 32 20 0 1 0 286593123 16273408 2887 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 3973 2887 169 439 0 3530 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 25040

[startup+6.30021 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 12418
/proc/meminfo: memFree=28901284/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=24084 CPUtime=3.42 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 9953 47172 0 0 34 9 263 36 20 0 1 0 286593123 24662016 4908 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 6021 4908 170 439 0 5578 0
[pid=12377] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12377/stat : 12377 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286593467 9367552 266 33554432000 4194304 5064252 140735143769008 140735143767920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12377/statm: 2287 266 226 213 0 72 0
[pid=12378] ppid=12377 vsize=65772 CPUtime=2.85 cores=1,3,5,7
/proc/12378/stat : 12378 (glucose) R 12377 12350 11248 0 -1 4202496 13897 0 0 0 282 3 0 0 20 0 1 0 286593467 67350528 15178 33554432000 4194304 5208918 140733991215088 140733991212760 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12378/statm: 16443 15178 95 248 0 16192 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 108152

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12451
/proc/meminfo: memFree=28884628/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=8.97 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 12068 69242 0 0 38 9 798 52 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12443] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12443/stat : 12443 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286594023 9367552 266 33554432000 4194304 5064252 140734075763552 140734075762464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12443/statm: 2287 266 226 213 0 72 0
[pid=12444] ppid=12443 vsize=41276 CPUtime=3.68 cores=1,3,5,7
/proc/12444/stat : 12444 (glucose) R 12443 12350 11248 0 -1 4202496 9339 0 0 0 367 1 0 0 20 0 1 0 286594023 42266624 8684 33554432000 4194304 5208918 140736333810256 140736333808408 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12444/statm: 10319 8684 96 248 0 10068 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 79560

[startup+25.5004 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 12493
/proc/meminfo: memFree=28910392/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=21.16 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 13666 88329 0 0 41 10 2003 62 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12471] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12471/stat : 12471 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286595241 9367552 267 33554432000 4194304 5064252 140735750475696 140735750474608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12471/statm: 2287 267 226 213 0 72 0
[pid=12472] ppid=12471 vsize=33024 CPUtime=4.3 cores=1,3,5,7
/proc/12472/stat : 12472 (glucose) R 12471 12350 11248 0 -1 4202496 7612 0 0 0 429 1 0 0 20 0 1 0 286595242 33816576 6930 33554432000 4194304 5208918 140734878389904 140734878387848 4229222 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12472/statm: 8256 6930 104 248 0 8005 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 71308

[startup+51.1003 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 12521
/proc/meminfo: memFree=28874504/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=35.06 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 16737 140709 0 0 43 11 3373 79 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12520] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12520/stat : 12520 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286596632 9367552 267 33554432000 4194304 5064252 140734826183280 140734826182192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12520/statm: 2287 267 226 213 0 72 0
[pid=12521] ppid=12520 vsize=37012 CPUtime=15.99 cores=1,3,5,7
/proc/12521/stat : 12521 (glucose) R 12520 12350 11248 0 -1 4202496 8103 0 0 0 1597 2 0 0 20 0 1 0 286596632 37900288 8511 33554432000 4194304 5208918 140735002861776 140735002859720 4213005 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12521/statm: 9253 8511 105 248 0 9002 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75296

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/183 12521
/proc/meminfo: memFree=28802264/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=35.06 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 16737 140709 0 0 43 11 3373 79 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12520] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12520/stat : 12520 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286596632 9367552 267 33554432000 4194304 5064252 140734826183280 140734826182192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12520/statm: 2287 267 226 213 0 72 0
[pid=12521] ppid=12520 vsize=86692 CPUtime=67.18 cores=1,3,5,7
/proc/12521/stat : 12521 (glucose) R 12520 12350 11248 0 -1 4202496 11993 0 0 0 6714 4 0 0 20 0 1 0 286596632 88772608 19273 33554432000 4194304 5208918 140735002861776 140735002858152 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12521/statm: 21673 19273 105 248 0 21422 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 124976

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 12521
/proc/meminfo: memFree=28747536/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=35.06 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 16737 140709 0 0 43 11 3373 79 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12520] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12520/stat : 12520 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286596632 9367552 267 33554432000 4194304 5064252 140734826183280 140734826182192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12520/statm: 2287 267 226 213 0 72 0
[pid=12521] ppid=12520 vsize=98184 CPUtime=127.16 cores=1,3,5,7
/proc/12521/stat : 12521 (glucose) R 12520 12350 11248 0 -1 4202496 13487 0 0 0 12711 5 0 0 20 0 1 0 286596632 100540416 23802 33554432000 4194304 5208918 140735002861776 140735002857544 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12521/statm: 24546 23802 105 248 0 24295 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 12538
/proc/meminfo: memFree=28528636/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=179844 CPUtime=402.14 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 22962 0 0 0 40192 22 0 0 20 0 1 0 286689131 184160256 40406 33554432000 4194304 5208918 140735343454064 140735343450440 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 44961 40406 105 248 0 44710 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 218128

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12538
/proc/meminfo: memFree=28479508/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=179460 CPUtime=462.13 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 24884 0 0 0 46187 26 0 0 20 0 1 0 286689131 183767040 42806 33554432000 4194304 5208918 140735343454064 140735343450440 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 44865 42806 105 248 0 44614 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 217744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12539
/proc/meminfo: memFree=28498560/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=210280 CPUtime=522.11 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 26672 0 0 0 52181 30 0 0 20 0 1 0 286689131 215326720 47483 33554432000 4194304 5208918 140735343454064 140735343450376 4229996 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 52570 47483 105 248 0 52319 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 248564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12539
/proc/meminfo: memFree=28465988/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=210280 CPUtime=582.1 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 27872 0 0 0 58177 33 0 0 20 0 1 0 286689131 215326720 49019 33554432000 4194304 5208918 140735343454064 140735343450440 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 52570 49019 105 248 0 52319 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 248564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12539
/proc/meminfo: memFree=28492184/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=210280 CPUtime=642.09 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 29073 0 0 0 64172 37 0 0 20 0 1 0 286689131 215326720 51579 33554432000 4194304 5208918 140735343454064 140735343450440 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 52570 51579 105 248 0 52319 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 248564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12539
/proc/meminfo: memFree=28476212/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=210280 CPUtime=702.08 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 30587 0 0 0 70167 41 0 0 20 0 1 0 286689131 215326720 49532 33554432000 4194304 5208918 140735343454064 140735343450440 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 52570 49532 105 248 0 52319 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 248564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12539
/proc/meminfo: memFree=28465484/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=210280 CPUtime=762.07 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 32309 0 0 0 76163 44 0 0 20 0 1 0 286689131 215326720 46972 33554432000 4194304 5208918 140735343454064 140735343450440 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 52570 46972 105 248 0 52319 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 248564

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 12543
/proc/meminfo: memFree=28364408/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=341756 CPUtime=822.06 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 33168 0 0 0 82160 46 0 0 20 0 1 0 286689131 349958144 68777 33554432000 4194304 5208918 140735343454064 140735343450376 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 85439 68777 105 248 0 85188 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 380040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 12566
/proc/meminfo: memFree=28484996/32873648 swapFree=6864/6864
[pid=12350] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12350/stat : 12350 (npSolver-wbo.sh) S 12348 12350 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286593123 9367552 275 33554432000 4194304 5064252 140734536865072 140734536863984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12350/statm: 2287 275 233 213 0 72 0
[pid=12351] ppid=12350 vsize=19988 CPUtime=959.88 cores=1,3,5,7
/proc/12351/stat : 12351 (npSolver-wbo) S 12350 12350 11248 0 -1 4202496 17424 181026 0 0 43 11 95800 134 20 0 1 0 286593123 20467712 4004 33554432000 4194304 5990268 140736118236192 140736118227632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12351/statm: 4997 4004 170 439 0 4554 0
[pid=12533] ppid=12351 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12533/stat : 12533 (satsolver.sh) S 12351 12350 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286689131 9367552 267 33554432000 4194304 5064252 140736486772960 140736486771872 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12533/statm: 2287 267 226 213 0 72 0
[pid=12534] ppid=12533 vsize=210280 CPUtime=840.16 cores=1,3,5,7
/proc/12534/stat : 12534 (glucose) R 12533 12350 11248 0 -1 4202496 34040 0 0 0 83968 48 0 0 20 0 1 0 286689131 215326720 46973 33554432000 4194304 5208918 140735343454064 140735343450440 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12534/statm: 52570 46973 105 248 0 52319 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 248564

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.41
CPU time (s): 1800.09
CPU user time (s): 1798.14
CPU system time (s): 1.9507
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 380040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 1.9507
maximum resident set size= 283304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 91632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2239
involuntary context switches= 1972

runsolver used 3.09553 second user time and 7.55385 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 13:31:17
IDJOB=3713819
IDBENCH=79165
IDSOLVER=2294
FILE ID=node125/3713819-1338204677
RUNJOBID= node125-1338195650-11265
PBS_JOBID= 14624609
Free space on /tmp= 71248 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr--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-3713819-1338204677/watcher-3713819-1338204677 -o /tmp/evaluation-result-3713819-1338204677/solver-3713819-1338204677 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713819-1338204677.wbo 1277341092 HOME HOME

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

MD5SUM BENCH= 02fb8a7818433044fe5d5a9a278599da
RANDOM SEED=1277341092

node125.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.373
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.74
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.373
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.373
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		: 2666.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        28817368 kB
Buffers:          509752 kB
Cached:          2490464 kB
SwapCached:         2304 kB
Active:          1674664 kB
Inactive:        1516688 kB
Active(anon):     182620 kB
Inactive(anon):     9556 kB
Active(file):    1492044 kB
Inactive(file):  1507132 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:              8232 kB
Writeback:             0 kB
AnonPages:        172116 kB
Mapped:            15280 kB
Shmem:               104 kB
Slab:             724564 kB
SReclaimable:     168512 kB
SUnreclaim:       556052 kB
KernelStack:        1520 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     328364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71232 MiB
End job on node125 at 2012-05-28 14:01:17