Trace number 3713827

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.15 1800.61

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM32809f4710e615fcaa140bf3e08c6c73
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.86272
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6000
Total number of constraints220
Number of soft constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Top cost 11307
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 11306
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.38	c run usual solver
3.77/3.83	o 7538
3.77/3.83	c current bound: 3769
3.77/3.83	c fallback to adder encoding
4.48/4.52	o 2618
4.48/4.52	c current bound: 1309
4.48/4.52	c fallback to adder encoding
5.30/5.46	o 1295
5.30/5.46	c current bound: 647
28.94/29.11	o 645
28.94/29.11	c current bound: 322
80.32/80.87	o 320
80.32/80.87	c current bound: 160
93.02/93.46	o 160
93.02/93.46	c current bound: 80
98.57/98.94	o 80
98.57/98.94	c current bound: 40
103.28/103.62	o 40
103.28/103.62	c current bound: 20
108.12/108.30	o 20
108.12/108.30	c current bound: 10
110.51/110.83	o 10
110.51/110.83	c current bound: 5
112.84/113.15	o 5
112.84/113.15	c current bound: 2
1800.10/1800.60	./satsolver.sh: line 5: 12063 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.60	c error: unexpected solver exit code
1800.10/1800.60	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-3713827-1338201076/watcher-3713827-1338201076 -o /tmp/evaluation-result-3713827-1338201076/solver-3713827-1338201076 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713827-1338201076.wbo 1822409966 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.00 2.00 2.00 3/179 11880
/proc/meminfo: memFree=28983844/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0

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

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

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

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

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11884
/proc/meminfo: memFree=28882400/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=14744 CPUtime=0.37 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 4073 0 0 0 36 1 0 0 20 0 1 0 286232985 15097856 2964 33554432000 4194304 5990268 140736748465488 140736748458640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 3686 2964 156 439 0 3243 0
[pid=11883] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11883/stat : 11883 (cp2_pre.sh) S 11881 11880 11248 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286233023 9367552 276 33554432000 4194304 5064252 140736108175072 140736108173776 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11883/statm: 2287 276 234 213 0 72 0
[pid=11884] ppid=11883 vsize=88020 CPUtime=1.11 cores=1,3,5,7
/proc/11884/stat : 11884 (coprocessor) R 11883 11880 11248 0 -1 4202496 17300 0 0 0 109 2 0 0 20 0 1 0 286233023 90132480 21108 33554432000 4194304 6586260 140736190006448 140736190002472 5599291 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11884/statm: 22005 21108 191 584 0 21417 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121060

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11891
/proc/meminfo: memFree=28896340/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=14744 CPUtime=0.37 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 4073 0 0 0 36 1 0 0 20 0 1 0 286232985 15097856 2964 33554432000 4194304 5990268 140736748465488 140736748458640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 3686 2964 156 439 0 3243 0
[pid=11883] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11883/stat : 11883 (cp2_pre.sh) S 11881 11880 11248 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286233023 9367552 276 33554432000 4194304 5064252 140736108175072 140736108173776 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11883/statm: 2287 276 234 213 0 72 0
[pid=11884] ppid=11883 vsize=106052 CPUtime=2.7 cores=1,3,5,7
/proc/11884/stat : 11884 (coprocessor) R 11883 11880 11248 0 -1 4202496 19324 0 0 0 238 32 0 0 20 0 1 0 286233023 108597248 25103 33554432000 4194304 6586260 140736190006448 140736190002072 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11884/statm: 26513 25103 200 584 0 25925 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 139092

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11977
/proc/meminfo: memFree=28968868/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=41056 CPUtime=5.47 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 12630 61226 0 0 60 19 420 48 20 0 1 0 286232985 42041344 8712 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 10264 8712 170 439 0 9821 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 50204

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11979
/proc/meminfo: memFree=28831328/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=41056 CPUtime=5.47 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 12630 61226 0 0 60 19 420 48 20 0 1 0 286232985 42041344 8712 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 10264 8712 170 439 0 9821 0
[pid=11978] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286233548 9367552 267 33554432000 4194304 5064252 140734824249072 140734824247984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 267 226 213 0 72 0
[pid=11979] ppid=11978 vsize=114972 CPUtime=7.05 cores=1,3,5,7
/proc/11979/stat : 11979 (glucose) R 11978 11880 11248 0 -1 4202496 22033 0 0 0 702 3 0 0 20 0 1 0 286233548 117731328 24944 33554432000 4194304 5208918 140735215025728 140735215023816 4229316 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 28743 24944 104 248 0 28492 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 174324

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12007
/proc/meminfo: memFree=28835056/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=41056 CPUtime=5.47 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 12630 61226 0 0 60 19 420 48 20 0 1 0 286232985 42041344 8712 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 10264 8712 170 439 0 9821 0
[pid=11978] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286233548 9367552 267 33554432000 4194304 5064252 140734824249072 140734824247984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 267 226 213 0 72 0
[pid=11979] ppid=11978 vsize=116492 CPUtime=19.85 cores=1,3,5,7
/proc/11979/stat : 11979 (glucose) R 11978 11880 11248 0 -1 4202496 22476 0 0 0 1982 3 0 0 20 0 1 0 286233548 119287808 25896 33554432000 4194304 5208918 140735215025728 140735215023576 4229228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 29123 25896 104 248 0 28872 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 175844

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12014
/proc/meminfo: memFree=28863968/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=29.04 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 15957 93365 0 0 68 20 2742 74 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12013] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12013/stat : 12013 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286235904 9367552 267 33554432000 4194304 5064252 140735318858256 140735318857168 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12013/statm: 2287 267 226 213 0 72 0
[pid=12014] ppid=12013 vsize=73880 CPUtime=21.89 cores=1,3,5,7
/proc/12014/stat : 12014 (glucose) R 12013 11880 11248 0 -1 4202496 16031 0 0 0 2185 4 0 0 20 0 1 0 286235904 75653120 16473 33554432000 4194304 5208918 140734227328128 140734227325976 4205165 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12014/statm: 18470 16473 104 248 0 18219 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 125040

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12035
/proc/meminfo: memFree=28891740/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=98.77 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 21842 155541 0 0 75 21 9669 112 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12034] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12034/stat : 12034 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286242880 9367552 267 33554432000 4194304 5064252 140733463295776 140733463294688 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12034/statm: 2287 267 226 213 0 72 0
[pid=12035] ppid=12034 vsize=35072 CPUtime=3.34 cores=1,3,5,7
/proc/12035/stat : 12035 (glucose) R 12034 11880 11248 0 -1 4202496 7558 0 0 0 333 1 0 0 20 0 1 0 286242880 35913728 7139 33554432000 4194304 5208918 140736004619328 140736004617416 4229335 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12035/statm: 8768 7139 104 248 0 8517 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 86232

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12063
/proc/meminfo: memFree=28846356/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=76228 CPUtime=49.12 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 11552 0 0 0 4909 3 0 0 20 0 1 0 286244300 78057472 16049 33554432000 4194304 5208918 140736049066848 140736049064792 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 19057 16049 104 248 0 18806 0
Current children cumulated CPU time (s) 162.08

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


[startup+1422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12074
/proc/meminfo: memFree=28615740/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=237344 CPUtime=1308.9 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 35385 0 0 0 130850 40 0 0 20 0 1 0 286244300 243040256 53851 33554432000 4194304 5208918 140736049066848 140736049063224 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 59336 53851 104 248 0 59085 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 288504

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 12074
/proc/meminfo: memFree=28639556/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=237344 CPUtime=1368.88 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 35997 0 0 0 136846 42 0 0 20 0 1 0 286244300 243040256 55454 33554432000 4194304 5208918 140736049066848 140736049063224 4229259 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 59336 55454 104 248 0 59085 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 288504

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12074
/proc/meminfo: memFree=28634184/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=237344 CPUtime=1428.88 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 36468 0 0 0 142845 43 0 0 20 0 1 0 286244300 243040256 56881 33554432000 4194304 5208918 140736049066848 140736049063224 4229850 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 59336 56881 104 248 0 59085 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 288504

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 12074
/proc/meminfo: memFree=28630676/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=287432 CPUtime=1488.86 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 37579 0 0 0 148841 45 0 0 20 0 1 0 286244300 294330368 58004 33554432000 4194304 5208918 140736049066848 140736049063160 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 71858 58004 104 248 0 71607 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 338592

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12074
/proc/meminfo: memFree=28585092/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=289692 CPUtime=1548.86 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 38997 0 0 0 154839 47 0 0 20 0 1 0 286244300 296644608 59525 33554432000 4194304 5208918 140736049066848 140736049064696 4229311 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 72423 59525 104 248 0 72172 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 340852

[startup+1722.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 12075
/proc/meminfo: memFree=28581652/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=292480 CPUtime=1608.85 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 40493 0 0 0 160836 49 0 0 20 0 1 0 286244300 299499520 60902 33554432000 4194304 5208918 140736049066848 140736049064600 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 73120 60902 104 248 0 72869 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 343640

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/184 12078
/proc/meminfo: memFree=28616040/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=294612 CPUtime=1668.84 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 41825 0 0 0 166832 52 0 0 20 0 1 0 286244300 301682688 61459 33554432000 4194304 5208918 140736049066848 140736049064696 4228965 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 73653 61459 104 248 0 73402 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 345772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.05 2.04 2.00 3/184 12101
/proc/meminfo: memFree=28599320/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=245188 CPUtime=1687.14 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 42467 0 0 0 168661 53 0 0 20 0 1 0 286244300 251072512 56719 33554432000 4194304 5208918 140736049066848 140736049063224 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 61297 56719 104 248 0 61046 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 296348

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.05 2.04 2.00 3/184 12101
/proc/meminfo: memFree=28599320/32873648 swapFree=6864/6864
[pid=11880] ppid=11878 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (npSolver-wbo.sh) S 11878 11880 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286232984 9367552 275 33554432000 4194304 5064252 140734612753072 140734612751984 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11880/statm: 2287 275 233 213 0 72 0
[pid=11881] ppid=11880 vsize=32864 CPUtime=112.96 cores=1,3,5,7
/proc/11881/stat : 11881 (npSolver-wbo) S 11880 11880 11248 0 -1 4202496 25508 214106 0 0 78 22 11066 130 20 0 1 0 286232985 33652736 7133 33554432000 4194304 5990268 140736748465488 140736748456928 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11881/statm: 8216 7133 170 439 0 7773 0
[pid=12062] ppid=11881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12062/stat : 12062 (satsolver.sh) S 11881 11880 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286244300 9367552 266 33554432000 4194304 5064252 140736974343920 140736974342832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12062/statm: 2287 266 226 213 0 72 0
[pid=12063] ppid=12062 vsize=245188 CPUtime=1687.14 cores=1,3,5,7
/proc/12063/stat : 12063 (glucose) R 12062 11880 11248 0 -1 4202496 42467 0 0 0 168661 53 0 0 20 0 1 0 286244300 251072512 56719 33554432000 4194304 5208918 140736049066848 140736049063224 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12063/statm: 61297 56719 104 248 0 61046 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 296348

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.15
CPU user time (s): 1798.07
CPU system time (s): 2.07868
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 426312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.07868
maximum resident set size= 307184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283070
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3686
involuntary context switches= 1976

runsolver used 5.53916 second user time and 15.9266 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 12:31:16
IDJOB=3713827
IDBENCH=79153
IDSOLVER=2294
FILE ID=node125/3713827-1338201076
RUNJOBID= node125-1338195650-11265
PBS_JOBID= 14624609
Free space on /tmp= 71252 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713827-1338201076/watcher-3713827-1338201076 -o /tmp/evaluation-result-3713827-1338201076/solver-3713827-1338201076 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713827-1338201076.wbo 1822409966 HOME HOME

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

MD5SUM BENCH= 32809f4710e615fcaa140bf3e08c6c73
RANDOM SEED=1822409966

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28984736 kB
Buffers:          508264 kB
Cached:          2489328 kB
SwapCached:         2304 kB
Active:          1509396 kB
Inactive:        1517056 kB
Active(anon):      20544 kB
Inactive(anon):     9556 kB
Active(file):    1488852 kB
Inactive(file):  1507500 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:             17448 kB
Writeback:             8 kB
AnonPages:         32580 kB
Mapped:            15400 kB
Shmem:               104 kB
Slab:             725168 kB
SReclaimable:     168728 kB
SUnreclaim:       556440 kB
KernelStack:        1480 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71232 MiB
End job on node125 at 2012-05-28 13:01:16