Trace number 3752875

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-quickBound (fixed)? (TO) 1800.08 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMfbd3a39d50404986b242d7bfefa0e7f6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.260959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints55
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 2274
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 2273
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c run usual solver
5.33/5.43	o 745
5.33/5.43	c starting approximation
5.33/5.43	c factor = 2
5.33/5.43	c current bound: 372
103.97/104.16	c current bound: 372
202.44/202.66	c current bound: 372
303.83/304.09	c current bound: 372
402.49/402.70	c current bound: 372
501.79/502.07	c current bound: 372
600.97/601.25	c current bound: 372
699.65/699.96	c current bound: 372
799.03/799.36	c current bound: 372
897.21/897.59	c current bound: 372
995.69/996.02	c current bound: 372
1094.67/1095.08	c current bound: 372
1193.66/1194.04	c current bound: 372
1292.43/1292.84	c current bound: 372
1391.52/1391.94	c current bound: 372
1490.10/1490.53	c current bound: 372
1588.26/1588.78	c current bound: 372
1687.65/1688.14	c current bound: 372
1785.84/1786.37	c current bound: 372
1800.04/1800.50	./satsolver.sh: line 5: 21419 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.50	c error: unexpected solver exit code
1800.04/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752875-1339191742/watcher-3752875-1339191742 -o /tmp/evaluation-result-3752875-1339191742/solver-3752875-1339191742 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752875-1339191742.wbo 810248966 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 14486
/proc/meminfo: memFree=23533396/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0

[startup+0.05807 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 14486
/proc/meminfo: memFree=23533396/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100283 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 14486
/proc/meminfo: memFree=23533396/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 14486
/proc/meminfo: memFree=23533396/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 14486
/proc/meminfo: memFree=23533396/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.03 2.02 1.94 3/183 14493
/proc/meminfo: memFree=23518088/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=2424 CPUtime=0.01 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 1803 1694 0 0 0 0 1 0 20 0 1 0 385298316 2482176 239 33554432000 4194304 6006132 140734171421424 140734171415616 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 606 239 157 443 0 159 0
[pid=14492] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14492/stat : 14492 (satsolver.sh) S 14487 14486 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385298319 9367552 267 33554432000 4194304 5064252 140734188783424 140734188782336 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14492/statm: 2287 267 226 213 0 72 0
[pid=14493] ppid=14492 vsize=10340 CPUtime=1.45 cores=0,2,4,6
/proc/14493/stat : 14493 (glucose) R 14492 14486 699 0 -1 4202496 3059 0 0 0 145 0 0 0 20 0 1 0 385298319 10588160 2131 33554432000 4194304 5208918 140733813192000 140733813190152 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14493/statm: 2585 2131 95 248 0 2334 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 31060

[startup+3.10033 s]
/proc/loadavg: 2.03 2.02 1.94 3/183 14493
/proc/meminfo: memFree=23515732/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=2424 CPUtime=0.01 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 1803 1694 0 0 0 0 1 0 20 0 1 0 385298316 2482176 239 33554432000 4194304 6006132 140734171421424 140734171415616 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 606 239 157 443 0 159 0
[pid=14492] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14492/stat : 14492 (satsolver.sh) S 14487 14486 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385298319 9367552 267 33554432000 4194304 5064252 140734188783424 140734188782336 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14492/statm: 2287 267 226 213 0 72 0
[pid=14493] ppid=14492 vsize=17412 CPUtime=3.06 cores=0,2,4,6
/proc/14493/stat : 14493 (glucose) R 14492 14486 699 0 -1 4202496 3771 0 0 0 305 1 0 0 20 0 1 0 385298319 17829888 3860 33554432000 4194304 5208918 140733813192000 140733813189944 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14493/statm: 4353 3860 95 248 0 4102 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 38132

[startup+6.30026 s]
/proc/loadavg: 2.03 2.02 1.94 2/183 14497
/proc/meminfo: memFree=23519604/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=5.35 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 2298 9615 0 0 1 0 532 2 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 13648

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 14500
/proc/meminfo: memFree=23484796/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=5.35 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 2298 9615 0 0 1 0 532 2 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=14499] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14499/stat : 14499 (satsolver.sh) S 14487 14486 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385298861 9367552 266 33554432000 4194304 5064252 140734208273168 140734208272080 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14499/statm: 2287 266 226 213 0 72 0
[pid=14500] ppid=14499 vsize=26032 CPUtime=7.23 cores=0,2,4,6
/proc/14500/stat : 14500 (glucose) R 14499 14486 699 0 -1 4202496 4945 0 0 0 723 0 0 0 20 0 1 0 385298861 26656768 5194 33554432000 4194304 5208918 140733260100416 140733260098360 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14500/statm: 6508 5194 96 248 0 6257 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 48828

[startup+25.5003 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 14500
/proc/meminfo: memFree=23605004/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=5.35 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 2298 9615 0 0 1 0 532 2 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=14499] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14499/stat : 14499 (satsolver.sh) S 14487 14486 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385298861 9367552 266 33554432000 4194304 5064252 140734208273168 140734208272080 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14499/statm: 2287 266 226 213 0 72 0
[pid=14500] ppid=14499 vsize=21676 CPUtime=20.04 cores=0,2,4,6
/proc/14500/stat : 14500 (glucose) R 14499 14486 699 0 -1 4202496 6299 0 0 0 2003 1 0 0 20 0 1 0 385298861 22196224 5048 33554432000 4194304 5208918 140733260100416 140733260098408 4211577 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14500/statm: 5419 5048 96 248 0 5168 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 44472

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 14559
/proc/meminfo: memFree=23741356/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=5.35 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 2298 9615 0 0 1 0 532 2 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=14499] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14499/stat : 14499 (satsolver.sh) S 14487 14486 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385298861 9367552 266 33554432000 4194304 5064252 140734208273168 140734208272080 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14499/statm: 2287 266 226 213 0 72 0
[pid=14500] ppid=14499 vsize=40352 CPUtime=45.63 cores=0,2,4,6
/proc/14500/stat : 14500 (glucose) R 14499 14486 699 0 -1 4202496 7393 0 0 0 4562 1 0 0 20 0 1 0 385298861 41320448 9709 33554432000 4194304 5208918 140733260100416 140733260098280 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14500/statm: 10088 9709 96 248 0 9837 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 63148

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.94 3/183 14762
/proc/meminfo: memFree=23722720/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=5.35 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 2298 9615 0 0 1 0 532 2 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=14499] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14499/stat : 14499 (satsolver.sh) S 14487 14486 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385298861 9367552 266 33554432000 4194304 5064252 140734208273168 140734208272080 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14499/statm: 2287 266 226 213 0 72 0
[pid=14500] ppid=14499 vsize=63628 CPUtime=96.83 cores=0,2,4,6
/proc/14500/stat : 14500 (glucose) R 14499 14486 699 0 -1 4202496 9239 0 0 0 9680 3 0 0 20 0 1 0 385298861 65155072 14013 33554432000 4194304 5208918 140733260100416 140733260098360 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14500/statm: 15907 14013 96 248 0 15656 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 86424

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/183 15000
/proc/meminfo: memFree=23739388/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=104.05 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 2771 21825 0 0 2 0 10396 7 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=14775] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14775/stat : 14775 (satsolver.sh) S 14487 14486 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385308733 9367552 266 33554432000 4194304 5064252 140735970333552 140735970332464 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14775/statm: 2287 266 226 213 0 72 0
[pid=14776] ppid=14775 vsize=40352 CPUtime=58.1 cores=0,2,4,6
/proc/14776/stat : 14776 (glucose) R 14775 14486 699 0 -1 4202496 7256 0 0 0 5808 2 0 0 20 0 1 0 385308734 41320448 9730 33554432000 4194304 5208918 140734985621792 140734985619656 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14776/statm: 10088 9730 96 248 0 9837 0
Current children cumulated CPU time (s) 162.15

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


[startup+1422.31 s]
/proc/loadavg: 2.06 2.05 1.96 3/183 19986
/proc/meminfo: memFree=23738736/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1391.58 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 8920 177168 0 0 12 2 139066 78 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=19866] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19866/stat : 19866 (satsolver.sh) S 14487 14486 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385437512 9367552 267 33554432000 4194304 5064252 140736765401328 140736765400240 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19866/statm: 2287 267 226 213 0 72 0
[pid=19867] ppid=19866 vsize=40356 CPUtime=30.33 cores=0,2,4,6
/proc/19867/stat : 19867 (glucose) R 19866 14486 699 0 -1 4202496 6937 0 0 0 3032 1 0 0 20 0 1 0 385437512 41324544 8773 33554432000 4194304 5208918 140735728948832 140735728946696 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19867/statm: 10089 8773 96 248 0 9838 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 63152

[startup+1482.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/183 20211
/proc/meminfo: memFree=23716692/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1391.58 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 8920 177168 0 0 12 2 139066 78 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=19866] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19866/stat : 19866 (satsolver.sh) S 14487 14486 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385437512 9367552 267 33554432000 4194304 5064252 140736765401328 140736765400240 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19866/statm: 2287 267 226 213 0 72 0
[pid=19867] ppid=19866 vsize=63632 CPUtime=90.31 cores=0,2,4,6
/proc/19867/stat : 19867 (glucose) R 19866 14486 699 0 -1 4202496 8771 0 0 0 9029 2 0 0 20 0 1 0 385437512 65159168 13502 33554432000 4194304 5208918 140735728948832 140735728946776 4229992 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19867/statm: 15908 13502 96 248 0 15657 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 86428

[startup+1542.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/183 20456
/proc/meminfo: memFree=23734656/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1490.14 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 9393 189420 0 0 13 2 148915 84 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=20252] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20252/stat : 20252 (satsolver.sh) S 14487 14486 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385447370 9367552 267 33554432000 4194304 5064252 140737385723840 140737385722752 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20252/statm: 2287 267 226 213 0 72 0
[pid=20253] ppid=20252 vsize=40356 CPUtime=51.73 cores=0,2,4,6
/proc/20253/stat : 20253 (glucose) R 20252 14486 699 0 -1 4202496 7367 0 0 0 5171 2 0 0 20 0 1 0 385447370 41324544 9723 33554432000 4194304 5208918 140736765321328 140736765319192 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20253/statm: 10089 9723 96 248 0 9838 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 63152

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 1.97 3/183 20687
/proc/meminfo: memFree=23744644/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1588.38 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 9866 201948 0 0 14 2 158732 90 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=20637] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20637/stat : 20637 (satsolver.sh) S 14487 14486 699 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385457195 9367552 267 33554432000 4194304 5064252 140737044355520 140737044354432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20637/statm: 2287 267 226 213 0 72 0
[pid=20638] ppid=20637 vsize=30452 CPUtime=13.48 cores=0,2,4,6
/proc/20638/stat : 20638 (glucose) R 20637 14486 699 0 -1 4202496 5664 0 0 0 1348 0 0 0 20 0 1 0 385457195 31182848 7017 33554432000 4194304 5208918 140733425167168 140733425165032 4229699 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20638/statm: 7613 7017 96 248 0 7362 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 53248

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 1.98 3/184 20924
/proc/meminfo: memFree=23754920/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1588.38 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 9866 201948 0 0 14 2 158732 90 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=20637] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20637/stat : 20637 (satsolver.sh) S 14487 14486 699 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385457195 9367552 267 33554432000 4194304 5064252 140737044355520 140737044354432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20637/statm: 2287 267 226 213 0 72 0
[pid=20638] ppid=20637 vsize=33172 CPUtime=73.48 cores=0,2,4,6
/proc/20638/stat : 20638 (glucose) R 20637 14486 699 0 -1 4202496 7498 0 0 0 7346 2 0 0 20 0 1 0 385457195 33968128 5870 33554432000 4194304 5208918 140733425167168 140733425165176 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20638/statm: 8293 5870 96 248 0 8042 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 55968

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 1.98 3/183 21159
/proc/meminfo: memFree=23736600/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1687.72 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 10339 213922 0 0 15 2 168661 94 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=21032] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21032/stat : 21032 (satsolver.sh) S 14487 14486 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385467131 9367552 267 33554432000 4194304 5064252 140733202009968 140733202008880 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21032/statm: 2287 267 226 213 0 72 0
[pid=21033] ppid=21032 vsize=40360 CPUtime=34.13 cores=0,2,4,6
/proc/21033/stat : 21033 (glucose) R 21032 14486 699 0 -1 4202496 6348 0 0 0 3411 2 0 0 20 0 1 0 385467132 41328640 8833 33554432000 4194304 5208918 140736100709824 140736100707688 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21033/statm: 10090 8833 96 248 0 9839 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 63156

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 1.98 3/183 21398
/proc/meminfo: memFree=23718480/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1687.72 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 10339 213922 0 0 15 2 168661 94 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=21032] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21032/stat : 21032 (satsolver.sh) S 14487 14486 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385467131 9367552 267 33554432000 4194304 5064252 140733202009968 140733202008880 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21032/statm: 2287 267 226 213 0 72 0
[pid=21033] ppid=21032 vsize=63636 CPUtime=94.12 cores=0,2,4,6
/proc/21033/stat : 21033 (glucose) R 21032 14486 699 0 -1 4202496 8179 0 0 0 9409 3 0 0 20 0 1 0 385467132 65163264 13502 33554432000 4194304 5208918 140736100709824 140736100707768 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21033/statm: 15909 13502 96 248 0 15658 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 86432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.04 1.98 3/183 21475
/proc/meminfo: memFree=23743644/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1785.93 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 10812 225584 0 0 15 3 178475 100 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=21418] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21418/stat : 21418 (satsolver.sh) S 14487 14486 699 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385476954 9367552 267 33554432000 4194304 5064252 140734672397536 140734672396448 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21418/statm: 2287 267 226 213 0 72 0
[pid=21419] ppid=21418 vsize=30448 CPUtime=14.11 cores=0,2,4,6
/proc/21419/stat : 21419 (glucose) R 21418 14486 699 0 -1 4202496 4681 0 0 0 1410 1 0 0 20 0 1 0 385476954 31178752 6851 33554432000 4194304 5208918 140734847633696 140734847631560 4211712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21419/statm: 7612 6851 96 248 0 7361 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 53244

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.04 1.98 3/183 21475
/proc/meminfo: memFree=23743644/32873648 swapFree=7376/7376
[pid=14486] ppid=14484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14486/stat : 14486 (npSolver-wbo-It) S 14484 14486 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385298316 9367552 274 33554432000 4194304 5064252 140737344008784 140737344007696 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14486/statm: 2287 274 233 213 0 72 0
[pid=14487] ppid=14486 vsize=4500 CPUtime=1785.93 cores=0,2,4,6
/proc/14487/stat : 14487 (npSolver-wbo) S 14486 14486 699 0 -1 4202496 10812 225584 0 0 15 3 178475 100 20 0 1 0 385298316 4608000 651 33554432000 4194304 6006132 140734171421424 140734171412784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14487/statm: 1125 651 176 443 0 678 0
[pid=21418] ppid=14487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21418/stat : 21418 (satsolver.sh) S 14487 14486 699 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385476954 9367552 267 33554432000 4194304 5064252 140734672397536 140734672396448 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21418/statm: 2287 267 226 213 0 72 0
[pid=21419] ppid=21418 vsize=30448 CPUtime=14.11 cores=0,2,4,6
/proc/21419/stat : 21419 (glucose) R 21418 14486 699 0 -1 4202496 4681 0 0 0 1410 1 0 0 20 0 1 0 385476954 31178752 6851 33554432000 4194304 5208918 140734847633696 140734847631560 4211712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21419/statm: 7612 6851 96 248 0 7361 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 53244

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1799.02
CPU system time (s): 1.05384
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 86432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.05384
maximum resident set size= 59632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242068
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 610
involuntary context switches= 2112

runsolver used 3.21851 second user time and 8.20875 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-08 23:42:22
IDJOB=3752875
IDBENCH=78693
IDSOLVER=2336
FILE ID=node149/3752875-1339191742
RUNJOBID= node149-1339184529-1989
PBS_JOBID= 14643834
Free space on /tmp= 63452 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752875-1339191742/watcher-3752875-1339191742 -o /tmp/evaluation-result-3752875-1339191742/solver-3752875-1339191742 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752875-1339191742.wbo 810248966 HOME HOME

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

MD5SUM BENCH= fbd3a39d50404986b242d7bfefa0e7f6
RANDOM SEED=810248966

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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.55
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.145
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.145
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:        23533776 kB
Buffers:          162128 kB
Cached:          7714168 kB
SwapCached:         2136 kB
Active:           746596 kB
Inactive:        7380928 kB
Active(anon):     248264 kB
Inactive(anon):     4812 kB
Active(file):     498332 kB
Inactive(file):  7376116 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100028 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        250240 kB
Mapped:             9636 kB
Shmem:                 0 kB
Slab:            1055208 kB
SReclaimable:     499056 kB
SUnreclaim:       556152 kB
KernelStack:        1520 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     404896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 63440 MiB
End job on node149 at 2012-06-09 00:12:23