Trace number 3714880

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.13 1800.41

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

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.04	c run usual solver
0.00/0.80	o 1438
4.89/5.18	o 127
35.86/35.93	o 92
36.94/37.01	o 90
36.99/37.29	o 41
37.77/37.86	o 40
38.36/38.44	o 24
38.42/38.63	o 16
38.62/38.98	o 7
38.96/39.37	o 6
1800.10/1800.40	./satsolver.sh: line 5:  2649 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.40	c error: unexpected solver exit code
1800.10/1800.40	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-3714880-1338177172/watcher-3714880-1338177172 -o /tmp/evaluation-result-3714880-1338177172/solver-3714880-1338177172 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714880-1338177172.wbo 2109242428 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.04 2.02 2.00 3/179 2572
/proc/meminfo: memFree=30645772/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0

[startup+0.01343 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2572
/proc/meminfo: memFree=30645772/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100161 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2572
/proc/meminfo: memFree=30645772/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300121 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2572
/proc/meminfo: memFree=30645772/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700114 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2572
/proc/meminfo: memFree=30645772/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 2586
/proc/meminfo: memFree=30586072/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=12588 CPUtime=0.89 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 3480 11718 0 0 13 3 66 7 20 0 1 0 283842086 12890112 2542 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 3147 2542 164 439 0 2704 0
[pid=2585] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2585/stat : 2585 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283842176 9367552 267 33554432000 4194304 5064252 140735246489536 140735246488448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2585/statm: 2287 267 226 213 0 72 0
[pid=2586] ppid=2585 vsize=48640 CPUtime=0.58 cores=0,2,4,6
/proc/2586/stat : 2586 (glucose) R 2585 2572 32349 0 -1 4202496 11125 0 0 0 57 1 0 0 20 0 1 0 283842176 49807360 11250 33554432000 4194304 5208918 140734768799632 140734767749320 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2586/statm: 12160 11250 95 248 0 11909 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 79524

[startup+3.10036 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 2586
/proc/meminfo: memFree=30581404/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=12588 CPUtime=0.89 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 3480 11718 0 0 13 3 66 7 20 0 1 0 283842086 12890112 2542 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 3147 2542 164 439 0 2704 0
[pid=2585] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2585/stat : 2585 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283842176 9367552 267 33554432000 4194304 5064252 140735246489536 140735246488448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2585/statm: 2287 267 226 213 0 72 0
[pid=2586] ppid=2585 vsize=53592 CPUtime=2.19 cores=0,2,4,6
/proc/2586/stat : 2586 (glucose) R 2585 2572 32349 0 -1 4202496 11678 0 0 0 217 2 0 0 20 0 1 0 283842176 54878208 11987 33554432000 4194304 5208918 140734768799632 140734768797480 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2586/statm: 13398 11987 96 248 0 13147 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84476

[startup+6.30037 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 2593
/proc/meminfo: memFree=30629824/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=5.18 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 4004 29153 0 0 14 3 479 22 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2592] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2592/stat : 2592 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283842605 9367552 266 33554432000 4194304 5064252 140734660423536 140734660422448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2592/statm: 2287 266 226 213 0 72 0
[pid=2593] ppid=2592 vsize=10740 CPUtime=1.09 cores=0,2,4,6
/proc/2593/stat : 2593 (glucose) R 2592 2572 32349 0 -1 4202496 3246 0 0 0 109 0 0 0 20 0 1 0 283842605 10997760 2122 33554432000 4194304 5208918 140737094162464 140737094160616 4211760 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2593/statm: 2685 2122 96 248 0 2434 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33904

[startup+12.7004 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 2593
/proc/meminfo: memFree=30615696/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=5.18 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 4004 29153 0 0 14 3 479 22 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2592] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2592/stat : 2592 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283842605 9367552 266 33554432000 4194304 5064252 140734660423536 140734660422448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2592/statm: 2287 266 226 213 0 72 0
[pid=2593] ppid=2592 vsize=23308 CPUtime=7.49 cores=0,2,4,6
/proc/2593/stat : 2593 (glucose) R 2592 2572 32349 0 -1 4202496 4736 0 0 0 749 0 0 0 20 0 1 0 283842605 23867392 5328 33554432000 4194304 5208918 140737094162464 140737094160408 4229354 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2593/statm: 5827 5328 104 248 0 5576 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 46472

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 2593
/proc/meminfo: memFree=30590948/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=5.18 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 4004 29153 0 0 14 3 479 22 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2592] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2592/stat : 2592 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283842605 9367552 266 33554432000 4194304 5064252 140734660423536 140734660422448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2592/statm: 2287 266 226 213 0 72 0
[pid=2593] ppid=2592 vsize=53956 CPUtime=20.29 cores=0,2,4,6
/proc/2593/stat : 2593 (glucose) R 2592 2572 32349 0 -1 4202496 6979 0 0 0 2028 1 0 0 20 0 1 0 283842605 55250944 10412 33554432000 4194304 5208918 140737094162464 140737094160408 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2593/statm: 13489 10412 104 248 0 13238 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 77120

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 2649
/proc/meminfo: memFree=30655440/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=23836 CPUtime=11.71 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 5268 0 0 0 1171 0 0 0 20 0 1 0 283846023 24408064 5442 33554432000 4194304 5208918 140736673811072 140736673809016 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 5959 5442 104 248 0 5708 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 47000

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2650
/proc/meminfo: memFree=30567448/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=63416 CPUtime=62.91 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 10365 0 0 0 6288 3 0 0 20 0 1 0 283846023 64937984 14837 33554432000 4194304 5208918 140736673811072 140736673806840 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 15854 14837 104 248 0 15603 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86580

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2650
/proc/meminfo: memFree=30536348/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2735
/proc/meminfo: memFree=30395288/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=228340 CPUtime=1322.71 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 36190 0 0 0 132224 47 0 0 20 0 1 0 283846023 233820160 56437 33554432000 4194304 5208918 140736673811072 140736673809064 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 57085 56437 104 248 0 56834 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 251504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2735
/proc/meminfo: memFree=30395708/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=228340 CPUtime=1382.71 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 37071 0 0 0 138222 49 0 0 20 0 1 0 283846023 233820160 56397 33554432000 4194304 5208918 140736673811072 140736673809064 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 57085 56397 104 248 0 56834 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 251504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2735
/proc/meminfo: memFree=30395524/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=259160 CPUtime=1442.69 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 39497 0 0 0 144216 53 0 0 20 0 1 0 283846023 265379840 57488 33554432000 4194304 5208918 140736673811072 140736673809224 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 64790 57488 104 248 0 64539 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 282324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2735
/proc/meminfo: memFree=30406944/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=259160 CPUtime=1502.69 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 41212 0 0 0 150212 57 0 0 20 0 1 0 283846023 265379840 56847 33554432000 4194304 5208918 140736673811072 140736673809224 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 64790 56847 104 248 0 64539 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 282324

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2736
/proc/meminfo: memFree=30496744/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=179020 CPUtime=1562.68 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 42266 0 0 0 156209 59 0 0 20 0 1 0 283846023 183316480 44320 33554432000 4194304 5208918 140736673811072 140736673809160 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 44755 44320 104 248 0 44504 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 202184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2739
/proc/meminfo: memFree=30447820/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=179020 CPUtime=1622.66 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 44113 0 0 0 162204 62 0 0 20 0 1 0 283846023 183316480 44320 33554432000 4194304 5208918 140736673811072 140736673809160 4229720 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 44755 44320 104 248 0 44504 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 202184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2739
/proc/meminfo: memFree=30399720/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=259160 CPUtime=1682.66 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 45961 0 0 0 168201 65 0 0 20 0 1 0 283846023 265379840 60560 33554432000 4194304 5208918 140736673811072 140736673809224 4229577 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 64790 60560 104 248 0 64539 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 282324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2739
/proc/meminfo: memFree=30447632/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=182448 CPUtime=1742.64 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 48386 0 0 0 174196 68 0 0 20 0 1 0 283846023 186826752 44880 33554432000 4194304 5208918 140736673811072 140736673809160 4212757 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 45612 44880 104 248 0 45361 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 205612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2739
/proc/meminfo: memFree=30386072/32873844 swapFree=6600/6600
[pid=2572] ppid=2570 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2572/stat : 2572 (npSolver-wbo-It) S 2570 2572 32349 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283842085 9367552 274 33554432000 4194304 5064252 140734845864944 140734845863856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2572/statm: 2287 274 233 213 0 72 0
[pid=2573] ppid=2572 vsize=4868 CPUtime=39.35 cores=0,2,4,6
/proc/2573/stat : 2573 (npSolver-wbo) S 2572 2572 32349 0 -1 4202496 5744 83097 0 0 16 3 3880 36 20 0 1 0 283842086 4984832 847 33554432000 4194304 5990268 140733405841488 140733405832912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2573/statm: 1217 847 164 439 0 774 0
[pid=2648] ppid=2573 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2648/stat : 2648 (satsolver.sh) S 2573 2572 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283846023 9367552 267 33554432000 4194304 5064252 140735960619136 140735960618048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2648/statm: 2287 267 226 213 0 72 0
[pid=2649] ppid=2648 vsize=231768 CPUtime=1760.75 cores=0,2,4,6
/proc/2649/stat : 2649 (glucose) R 2648 2572 32349 0 -1 4202496 49013 0 0 0 176006 69 0 0 20 0 1 0 283846023 237330432 57254 33554432000 4194304 5208918 140736673811072 140736673809064 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2649/statm: 57942 57254 104 248 0 57691 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 254932

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.13
CPU user time (s): 1799.03
CPU system time (s): 1.09983
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 285752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.09983
maximum resident set size= 245144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 28040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 630
involuntary context switches= 1978

runsolver used 6.86096 second user time and 14.5168 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 05:52:52
IDJOB=3714880
IDBENCH=78693
IDSOLVER=2296
FILE ID=node140/3714880-1338177172
RUNJOBID= node140-1338159152-32365
PBS_JOBID= 14624551
Free space on /tmp= 71328 MiB

SOLVER NAME= npSolver inc-topDown
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-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714880-1338177172/watcher-3714880-1338177172 -o /tmp/evaluation-result-3714880-1338177172/solver-3714880-1338177172 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714880-1338177172.wbo 2109242428 HOME HOME

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

MD5SUM BENCH= fbd3a39d50404986b242d7bfefa0e7f6
RANDOM SEED=2109242428

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30646152 kB
Buffers:          440732 kB
Cached:           757520 kB
SwapCached:         1488 kB
Active:          1055280 kB
Inactive:         290632 kB
Active(anon):     139744 kB
Inactive(anon):     8604 kB
Active(file):     915536 kB
Inactive(file):   282028 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105304 kB
Dirty:              8208 kB
Writeback:             0 kB
AnonPages:        163216 kB
Mapped:            12720 kB
Shmem:                 8 kB
Slab:             729476 kB
SReclaimable:     171700 kB
SUnreclaim:       557776 kB
KernelStack:        1512 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     288864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71316 MiB
End job on node140 at 2012-05-28 06:22:53