Trace number 3752824

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.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-505_wcsp.wbo
MD5SUMaac7e90374eb115b0312a3cfc81835b8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark21271
Best CPU time to get the best result obtained on this benchmark1800.6
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints3672
Number of soft constraints3432
Number of constraints which are clauses3432
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 34354
Min constraint cost 1
Max constraint cost 34354
Sum of constraints costs 109692321
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.04	c run usual solver
0.00/0.12	o 29544440
0.00/0.12	c starting approximation
0.00/0.12	c factor = 2
0.00/0.12	c factor still to low - shrinking to 608379
0.00/0.12	c approx number of clauses: 1e+06
0.00/0.12	c current bound: 14772220
12.59/12.61	c leaving approximation
12.59/12.61	c finished approximation
12.59/12.61	c fallback to adder encoding
1800.03/1800.41	./satsolver.sh: line 5: 18626 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.41	c error: unexpected solver exit code
1800.03/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-3752824-1339213452/watcher-3752824-1339213452 -o /tmp/evaluation-result-3752824-1339213452/solver-3752824-1339213452 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752824-1339213452.wbo 1073383574 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: 1.97 1.97 1.92 3/179 18439
/proc/meminfo: memFree=30820716/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0

[startup+0.104496 s]
/proc/loadavg: 1.97 1.97 1.92 3/179 18439
/proc/meminfo: memFree=30820716/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200282 s]
/proc/loadavg: 1.97 1.97 1.92 3/179 18439
/proc/meminfo: memFree=30820716/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300304 s]
/proc/loadavg: 1.97 1.97 1.92 3/179 18439
/proc/meminfo: memFree=30820716/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70018 s]
/proc/loadavg: 1.97 1.97 1.92 3/179 18439
/proc/meminfo: memFree=30820716/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 1.97 1.97 1.92 2/183 18464
/proc/meminfo: memFree=30748284/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=21580 CPUtime=0.19 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 2835 6406 0 0 12 2 4 1 20 0 1 0 387469722 22097920 5021 33554432000 4194304 6006132 140733418873072 140733418864432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 5395 5021 176 443 0 4948 0
[pid=18455] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18455/stat : 18455 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387469743 9367552 267 33554432000 4194304 5064252 140736890223168 140736890222080 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18455/statm: 2287 267 226 213 0 72 0
[pid=18456] ppid=18455 vsize=53500 CPUtime=1.28 cores=0,2,4,6
/proc/18456/stat : 18456 (glucose) R 18455 18439 7786 0 -1 4202496 12000 0 0 0 126 2 0 0 20 0 1 0 387469743 54784000 12120 33554432000 4194304 5208918 140735653954480 140735653952424 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18456/statm: 13375 12120 95 248 0 13124 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 93376

[startup+3.10036 s]
/proc/loadavg: 1.97 1.97 1.92 3/183 18474
/proc/meminfo: memFree=30710916/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=21580 CPUtime=0.19 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 2835 6406 0 0 12 2 4 1 20 0 1 0 387469722 22097920 5021 33554432000 4194304 6006132 140733418873072 140733418864432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 5395 5021 176 443 0 4948 0
[pid=18455] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18455/stat : 18455 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387469743 9367552 267 33554432000 4194304 5064252 140736890223168 140736890222080 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18455/statm: 2287 267 226 213 0 72 0
[pid=18456] ppid=18455 vsize=53632 CPUtime=2.88 cores=0,2,4,6
/proc/18456/stat : 18456 (glucose) R 18455 18439 7786 0 -1 4202496 12044 0 0 0 286 2 0 0 20 0 1 0 387469743 54919168 12163 33554432000 4194304 5208918 140735653954480 140735653952440 4229745 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18456/statm: 13408 12163 95 248 0 13157 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 93508

[startup+6.30037 s]
/proc/loadavg: 1.97 1.97 1.92 3/183 18516
/proc/meminfo: memFree=30712332/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=21580 CPUtime=0.19 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 2835 6406 0 0 12 2 4 1 20 0 1 0 387469722 22097920 5021 33554432000 4194304 6006132 140733418873072 140733418864432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 5395 5021 176 443 0 4948 0
[pid=18455] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18455/stat : 18455 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387469743 9367552 267 33554432000 4194304 5064252 140736890223168 140736890222080 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18455/statm: 2287 267 226 213 0 72 0
[pid=18456] ppid=18455 vsize=53764 CPUtime=6.07 cores=0,2,4,6
/proc/18456/stat : 18456 (glucose) R 18455 18439 7786 0 -1 4202496 12107 0 0 0 605 2 0 0 20 0 1 0 387469743 55054336 12225 33554432000 4194304 5208918 140735653954480 140735653952424 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18456/statm: 13441 12225 95 248 0 13190 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 93640

[startup+12.7004 s]
/proc/loadavg: 1.97 1.97 1.92 3/183 18600
/proc/meminfo: memFree=30710664/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=26828 CPUtime=12.67 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) R 18439 18439 7786 0 -1 4202496 3715 22184 0 0 20 3 1240 4 20 0 1 0 387469722 27471872 5554 33554432000 4194304 6006132 140733418873072 140733418865008 4580474 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6707 5554 192 443 0 6260 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35976

[startup+25.5004 s]
/proc/loadavg: 1.98 1.97 1.92 3/184 18764
/proc/meminfo: memFree=30504872/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=192180 CPUtime=11.89 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 34718 0 0 0 1180 9 0 0 20 0 1 0 387471082 196792320 41892 33554432000 4194304 5208918 140736874104048 140736874101896 4229648 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 48045 41892 105 248 0 47794 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 302840

[startup+51.1005 s]
/proc/loadavg: 1.98 1.97 1.92 3/183 19007
/proc/meminfo: memFree=30250024/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=203936 CPUtime=37.48 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 39986 0 0 0 3733 15 0 0 20 0 1 0 387471082 208830464 46409 33554432000 4194304 5208918 140736874104048 140736874101896 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 50984 46409 105 248 0 50733 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 314596

[startup+102.3 s]
/proc/loadavg: 2.03 1.99 1.93 3/183 19007
/proc/meminfo: memFree=30212780/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=247980 CPUtime=88.67 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 49594 0 0 0 8839 28 0 0 20 0 1 0 387471082 253931520 51334 33554432000 4194304 5208918 140736874104048 140736874101896 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 61995 51334 105 248 0 61744 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 358640

[startup+162.3 s]
/proc/loadavg: 2.10 2.02 1.94 3/183 19028
/proc/meminfo: memFree=30214720/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=259268 CPUtime=148.64 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 56583 0 0 0 14821 43 0 0 20 0 1 0 387471082 265490432 57277 33554432000 4194304 5208918 140736874104048 140736874101896 4212763 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 64817 57277 105 248 0 64566 0
Current children cumulated CPU time (s) 162.21

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/183 19314
/proc/meminfo: memFree=30113644/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=402092 CPUtime=1408.43 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 121028 0 0 0 140643 200 0 0 20 0 1 0 387471082 411742208 88999 33554432000 4194304 5208918 140736874104048 140736874099752 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 100523 88999 105 248 0 100272 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 512752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/183 19321
/proc/meminfo: memFree=30062276/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=486448 CPUtime=1468.41 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 123392 0 0 0 146634 207 0 0 20 0 1 0 387471082 498122752 97908 33554432000 4194304 5208918 140736874104048 140736874100424 4215267 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 121612 97908 105 248 0 121361 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 597108

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 1.99 3/183 19335
/proc/meminfo: memFree=30035004/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=488200 CPUtime=1528.4 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 125129 0 0 0 152627 213 0 0 20 0 1 0 387471082 499916800 103594 33554432000 4194304 5208918 140736874104048 140736874099816 4229745 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 122050 103594 105 248 0 121799 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 598860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/184 19359
/proc/meminfo: memFree=30066600/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=409384 CPUtime=1588.39 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 127260 0 0 0 158617 222 0 0 20 0 1 0 387471082 419209216 96284 33554432000 4194304 5208918 140736874104048 140736874101896 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 102346 96284 105 248 0 102095 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 520044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 19380
/proc/meminfo: memFree=30048668/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=493684 CPUtime=1648.38 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 129749 0 0 0 164609 229 0 0 20 0 1 0 387471082 505532416 101167 33554432000 4194304 5208918 140736874104048 140736874101896 4229456 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 123421 101167 105 248 0 123170 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 604344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 19388
/proc/meminfo: memFree=30040292/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=496160 CPUtime=1708.37 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 131435 0 0 0 170603 234 0 0 20 0 1 0 387471082 508067840 104749 33554432000 4194304 5208918 140736874104048 140736874100424 4340563 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 124040 104749 105 248 0 123789 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 606820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 19395
/proc/meminfo: memFree=30073840/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=416300 CPUtime=1768.36 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 133404 0 0 0 176596 240 0 0 20 0 1 0 387471082 426291200 94186 33554432000 4194304 5208918 140736874104048 140736874102136 4229717 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 104075 94186 105 248 0 103824 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 526960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 19402
/proc/meminfo: memFree=30051120/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=416568 CPUtime=1786.46 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 133940 0 0 0 178405 241 0 0 20 0 1 0 387471082 426565632 100335 33554432000 4194304 5208918 140736874104048 140736874100424 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 104142 100335 105 248 0 103891 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 527228

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 19402
/proc/meminfo: memFree=30051120/32873844 swapFree=9160/9160
[pid=18439] ppid=18437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (npSolver-wbo-It) S 18437 18439 7786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387469722 9367552 274 33554432000 4194304 5064252 140735431744960 140735431743872 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18439/statm: 2287 274 233 213 0 72 0
[pid=18440] ppid=18439 vsize=92364 CPUtime=13.57 cores=0,2,4,6
/proc/18440/stat : 18440 (npSolver-wbo) S 18439 18439 7786 0 -1 4202496 6114 22184 0 0 100 13 1240 4 20 0 1 0 387469722 94580736 21481 33554432000 4194304 6006132 140733418873072 140733418864464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 23091 21481 192 443 0 22644 0
[pid=18625] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18625/stat : 18625 (satsolver.sh) S 18440 18439 7786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387471082 9367552 267 33554432000 4194304 5064252 140733536037440 140733536036352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18625/statm: 2287 267 226 213 0 72 0
[pid=18626] ppid=18625 vsize=416568 CPUtime=1786.46 cores=0,2,4,6
/proc/18626/stat : 18626 (glucose) R 18625 18439 7786 0 -1 4202496 133940 0 0 0 178405 241 0 0 20 0 1 0 387471082 426565632 100335 33554432000 4194304 5208918 140736874104048 140736874100424 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18626/statm: 104142 100335 105 248 0 103891 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 527228

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1797.47
CPU system time (s): 2.6076
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 738576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.47
system time used= 2.6076
maximum resident set size= 532324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134
involuntary context switches= 2203

runsolver used 4.90225 second user time and 13.8679 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-09 05:44:12
IDJOB=3752824
IDBENCH=79614
IDSOLVER=2336
FILE ID=node139/3752824-1339213452
RUNJOBID= node139-1339206230-7802
PBS_JOBID= 14643885
Free space on /tmp= 70816 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-505_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752824-1339213452/watcher-3752824-1339213452 -o /tmp/evaluation-result-3752824-1339213452/solver-3752824-1339213452 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752824-1339213452.wbo 1073383574 HOME HOME

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

MD5SUM BENCH= aac7e90374eb115b0312a3cfc81835b8
RANDOM SEED=1073383574

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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:        30829272 kB
Buffers:          748748 kB
Cached:           311704 kB
SwapCached:          584 kB
Active:           998500 kB
Inactive:          94228 kB
Active(anon):      23568 kB
Inactive(anon):     7284 kB
Active(file):     974932 kB
Inactive(file):    86944 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:              8636 kB
Writeback:             0 kB
AnonPages:        128684 kB
Mapped:            11048 kB
Shmem:                 8 kB
Slab:             811468 kB
SReclaimable:     252668 kB
SUnreclaim:       558800 kB
KernelStack:        1528 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 70716 MiB
End job on node139 at 2012-06-09 06:14:12