Trace number 3753570

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 (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMa9a2270f2536f669bb9dfa31ae05dbb5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.328949
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints90
Number of soft constraints61
Number of constraints which are clauses50
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 constraint25
Top cost 3008
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3007
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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.01	c run usual solver
5.16/5.29	o 956
6.89/7.12	o 191
8.43/8.50	o 190
9.75/9.85	o 173
11.15/11.23	o 166
12.44/12.59	o 142
13.81/13.90	o 134
15.11/15.24	o 96
18.72/18.85	o 95
237.56/237.76	o 83
237.65/238.74	o 72
330.05/330.27	o 33
332.84/333.09	o 17
1800.00/1800.41	./satsolver.sh: line 5:  5545 Terminated              ./glucose $1 > $2 2> /dev/null
1800.00/1800.41	c error: unexpected solver exit code
1800.00/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-3753570-1339184908/watcher-3753570-1339184908 -o /tmp/evaluation-result-3753570-1339184908/solver-3753570-1339184908 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753570-1339184908.wbo 408592085 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.33 2.09 1.97 3/180 5401
/proc/meminfo: memFree=28931820/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0

[startup+0.0301891 s]
/proc/loadavg: 2.33 2.09 1.97 3/180 5401
/proc/meminfo: memFree=28931820/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100169 s]
/proc/loadavg: 2.33 2.09 1.97 3/180 5401
/proc/meminfo: memFree=28931820/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300107 s]
/proc/loadavg: 2.33 2.09 1.97 3/180 5401
/proc/meminfo: memFree=28931820/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700101 s]
/proc/loadavg: 2.33 2.09 1.97 3/180 5401
/proc/meminfo: memFree=28931820/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.30 2.09 1.97 3/184 5408
/proc/meminfo: memFree=28915908/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=2376 CPUtime=0.01 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 2323 1739 0 0 0 0 1 0 20 0 1 0 384616892 2433024 248 33554432000 4194304 6006132 140735480747168 140735480741360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5402/statm: 594 248 157 443 0 147 0
[pid=5407] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5407/stat : 5407 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384616895 9367552 267 33554432000 4194304 5064252 140735415492512 140735415491424 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5407/statm: 2287 267 226 213 0 72 0
[pid=5408] ppid=5407 vsize=10456 CPUtime=1.45 cores=1,3,5,7
/proc/5408/stat : 5408 (glucose) R 5407 5401 3785 0 -1 4202496 3510 0 0 0 145 0 0 0 20 0 1 0 384616896 10706944 2162 33554432000 4194304 5208918 140737304827200 140737304825144 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5408/statm: 2614 2162 96 248 0 2363 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 31128

[startup+3.10021 s]
/proc/loadavg: 2.30 2.09 1.97 3/184 5408
/proc/meminfo: memFree=28910832/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=2376 CPUtime=0.01 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 2323 1739 0 0 0 0 1 0 20 0 1 0 384616892 2433024 248 33554432000 4194304 6006132 140735480747168 140735480741360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5402/statm: 594 248 157 443 0 147 0
[pid=5407] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5407/stat : 5407 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384616895 9367552 267 33554432000 4194304 5064252 140735415492512 140735415491424 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5407/statm: 2287 267 226 213 0 72 0
[pid=5408] ppid=5407 vsize=17528 CPUtime=3.05 cores=1,3,5,7
/proc/5408/stat : 5408 (glucose) R 5407 5401 3785 0 -1 4202496 4262 0 0 0 305 0 0 0 20 0 1 0 384616896 17948672 3930 33554432000 4194304 5208918 140737304827200 140737304825144 4229770 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5408/statm: 4382 3930 96 248 0 4131 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38200

[startup+6.30031 s]
/proc/loadavg: 2.28 2.09 1.97 3/184 5415
/proc/meminfo: memFree=28876832/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=5.34 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 4046 9528 0 0 6 1 525 2 20 0 1 0 384616892 11300864 2398 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5402/statm: 2759 2398 166 443 0 2312 0
[pid=5414] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5414/stat : 5414 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384617428 9367552 266 33554432000 4194304 5064252 140735067687792 140735067686704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5414/statm: 2287 266 226 213 0 72 0
[pid=5415] ppid=5414 vsize=36604 CPUtime=0.93 cores=1,3,5,7
/proc/5415/stat : 5415 (glucose) R 5414 5401 3785 0 -1 4202496 8504 0 0 0 92 1 0 0 20 0 1 0 384617428 37482496 8106 33554432000 4194304 5208918 140734492094160 140734492092008 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5415/statm: 9151 8106 96 248 0 8900 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 65936

[startup+12.7002 s]
/proc/loadavg: 2.26 2.09 1.97 3/184 5443
/proc/meminfo: memFree=28900912/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=12.54 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 6601 47944 0 0 11 2 1218 23 20 0 1 0 384616892 11300864 2399 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2399 166 443 0 2312 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 20184

[startup+25.5065 s]
/proc/loadavg: 2.20 2.08 1.97 3/184 5478
/proc/meminfo: memFree=28895912/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=18.77 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 7642 67223 0 0 12 2 1834 29 20 0 1 0 384616892 11300864 2399 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2399 166 443 0 2312 0
[pid=5477] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5477/stat : 5477 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618778 9367552 266 33554432000 4194304 5064252 140735542096704 140735542095616 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5477/statm: 2287 266 226 213 0 72 0
[pid=5478] ppid=5477 vsize=20084 CPUtime=6.63 cores=1,3,5,7
/proc/5478/stat : 5478 (glucose) R 5477 5401 3785 0 -1 4202496 4085 0 0 0 662 1 0 0 20 0 1 0 384618778 20566016 4547 33554432000 4194304 5208918 140734828588592 140734828586536 4229504 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5478/statm: 5021 4547 104 248 0 4770 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 49416

[startup+51.1003 s]
/proc/loadavg: 2.13 2.08 1.97 3/184 5485
/proc/meminfo: memFree=28873960/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=18.77 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 7642 67223 0 0 12 2 1834 29 20 0 1 0 384616892 11300864 2399 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2399 166 443 0 2312 0
[pid=5477] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5477/stat : 5477 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618778 9367552 266 33554432000 4194304 5064252 140735542096704 140735542095616 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5477/statm: 2287 266 226 213 0 72 0
[pid=5478] ppid=5477 vsize=50384 CPUtime=32.22 cores=1,3,5,7
/proc/5478/stat : 5478 (glucose) R 5477 5401 3785 0 -1 4202496 6454 0 0 0 3220 2 0 0 20 0 1 0 384618778 51593216 9746 33554432000 4194304 5208918 140734828588592 140734828586680 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5478/statm: 12596 9746 104 248 0 12345 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 79716

[startup+102.3 s]
/proc/loadavg: 2.06 2.06 1.97 3/184 5516
/proc/meminfo: memFree=28842816/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=18.77 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 7642 67223 0 0 12 2 1834 29 20 0 1 0 384616892 11300864 2399 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2399 166 443 0 2312 0
[pid=5477] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5477/stat : 5477 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618778 9367552 266 33554432000 4194304 5064252 140735542096704 140735542095616 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5477/statm: 2287 266 226 213 0 72 0
[pid=5478] ppid=5477 vsize=69240 CPUtime=83.41 cores=1,3,5,7
/proc/5478/stat : 5478 (glucose) R 5477 5401 3785 0 -1 4202496 8183 0 0 0 8337 4 0 0 20 0 1 0 384618778 70901760 16851 33554432000 4194304 5208918 140734828588592 140734828586680 4221477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5478/statm: 17310 16851 104 248 0 17059 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 98572

[startup+162.3 s]
/proc/loadavg: 2.02 2.05 1.97 3/183 5516
/proc/meminfo: memFree=28800544/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=18.77 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 7642 67223 0 0 12 2 1834 29 20 0 1 0 384616892 11300864 2399 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2399 166 443 0 2312 0
[pid=5477] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5477/stat : 5477 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618778 9367552 266 33554432000 4194304 5064252 140735542096704 140735542095616 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5477/statm: 2287 266 226 213 0 72 0
[pid=5478] ppid=5477 vsize=81748 CPUtime=143.4 cores=1,3,5,7
/proc/5478/stat : 5478 (glucose) R 5477 5401 3785 0 -1 4202496 9403 0 0 0 14333 7 0 0 20 0 1 0 384618778 83709952 19985 33554432000 4194304 5208918 140734828588592 140734828586680 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5478/statm: 20437 19985 104 248 0 20186 0
Current children cumulated CPU time (s) 162.17

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 5577
/proc/meminfo: memFree=28677716/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=157524 CPUtime=1029.03 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 19795 0 0 0 102876 27 0 0 20 0 1 0 384650201 161304576 33101 33554432000 4194304 5208918 140735728700144 140735728698136 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 39381 33101 105 248 0 39130 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 186856

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 5577
/proc/meminfo: memFree=28680152/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=157524 CPUtime=1089.01 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 20785 0 0 0 108872 29 0 0 20 0 1 0 384650201 161304576 32589 33554432000 4194304 5208918 140735728700144 140735728698136 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 39381 32589 105 248 0 39130 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 186856

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 5578
/proc/meminfo: memFree=28616116/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=188344 CPUtime=1149.01 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 21379 0 0 0 114870 31 0 0 20 0 1 0 384650201 192864256 37264 33554432000 4194304 5208918 140735728700144 140735728698296 4229532 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 47086 37264 105 248 0 46835 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 217676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 5578
/proc/meminfo: memFree=28590516/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=205600 CPUtime=1209.01 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 23151 0 0 0 120868 33 0 0 20 0 1 0 384650201 210534400 44679 33554432000 4194304 5208918 140735728700144 140735728698296 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 51400 44679 105 248 0 51149 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 234932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 5578
/proc/meminfo: memFree=28596820/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=205600 CPUtime=1268.99 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 24142 0 0 0 126865 34 0 0 20 0 1 0 384650201 210534400 44679 33554432000 4194304 5208918 140735728700144 140735728698296 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 51400 44679 105 248 0 51149 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 234932

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 5578
/proc/meminfo: memFree=28631472/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=205600 CPUtime=1328.98 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 25128 0 0 0 132863 35 0 0 20 0 1 0 384650201 210534400 44679 33554432000 4194304 5208918 140735728700144 140735728698296 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 51400 44679 105 248 0 51149 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 234932

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/183 5578
/proc/meminfo: memFree=28588856/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=205600 CPUtime=1388.97 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 26120 0 0 0 138860 37 0 0 20 0 1 0 384650201 210534400 44167 33554432000 4194304 5208918 140735728700144 140735728698296 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 51400 44167 105 248 0 51149 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 234932

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 1.99 3/183 5579
/proc/meminfo: memFree=28600296/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=205600 CPUtime=1448.96 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 27112 0 0 0 144857 39 0 0 20 0 1 0 384650201 210534400 44167 33554432000 4194304 5208918 140735728700144 140735728698296 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 51400 44167 105 248 0 51149 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 234932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.02 1.99 3/183 5638
/proc/meminfo: memFree=28723916/32873648 swapFree=6860/6860
[pid=5401] ppid=5399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (npSolver-wbo-It) S 5399 5401 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616892 9367552 274 33554432000 4194304 5064252 140736278408096 140736278407008 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5401/statm: 2287 274 233 213 0 72 0
[pid=5402] ppid=5401 vsize=11036 CPUtime=332.94 cores=1,3,5,7
/proc/5402/stat : 5402 (npSolver-wbo) S 5401 5401 3785 0 -1 4202496 8326 108134 0 0 13 2 33226 53 20 0 1 0 384616892 11300864 2400 33554432000 4194304 6006132 140735480747168 140735480738560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5402/statm: 2759 2400 167 443 0 2312 0
[pid=5544] ppid=5402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5544/stat : 5544 (satsolver.sh) S 5402 5401 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384650201 9367552 267 33554432000 4194304 5064252 140736269234848 140736269233760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5544/statm: 2287 267 226 213 0 72 0
[pid=5545] ppid=5544 vsize=205600 CPUtime=1467.06 cores=1,3,5,7
/proc/5545/stat : 5545 (glucose) R 5544 5401 3785 0 -1 4202496 27115 0 0 0 146667 39 0 0 20 0 1 0 384650201 210534400 45703 33554432000 4194304 5208918 140735728700144 140735728698296 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5545/statm: 51400 45703 105 248 0 51149 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 234932

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.04
CPU user time (s): 1799.08
CPU system time (s): 0.965853
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 234932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 0.965853
maximum resident set size= 184860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 542
involuntary context switches= 2446

runsolver used 2.95455 second user time and 7.41687 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-08 21:48:28
IDJOB=3753570
IDBENCH=78663
IDSOLVER=2337
FILE ID=node116/3753570-1339184908
RUNJOBID= node116-1339183089-5112
PBS_JOBID= 14643838
Free space on /tmp= 70896 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_25_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-3753570-1339184908/watcher-3753570-1339184908 -o /tmp/evaluation-result-3753570-1339184908/solver-3753570-1339184908 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753570-1339184908.wbo 408592085 HOME HOME

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

MD5SUM BENCH= a9a2270f2536f669bb9dfa31ae05dbb5
RANDOM SEED=408592085

node116.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.556
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.11
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.556
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.556
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.54
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.556
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.556
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.556
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.92
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.556
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		: 2666.556
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:        28931976 kB
Buffers:          476892 kB
Cached:          2525020 kB
SwapCached:         3172 kB
Active:          1169344 kB
Inactive:        1851096 kB
Active(anon):      14852 kB
Inactive(anon):     3396 kB
Active(file):    1154492 kB
Inactive(file):  1847700 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100548 kB
Dirty:             18220 kB
Writeback:             0 kB
AnonPages:        100056 kB
Mapped:            11680 kB
Shmem:                 0 kB
Slab:             781320 kB
SReclaimable:     224116 kB
SUnreclaim:       557204 kB
KernelStack:        1520 kB
PageTables:         3724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     136324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 70888 MiB
End job on node116 at 2012-06-08 22:18:29