Trace number 3715204

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.03 1800.81

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_40_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM68a136cd2642dd27a3fdbf065e2a5463
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.554914
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2400
Total number of constraints140
Number of soft constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
Top cost 7122
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7121
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
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.09	c run usual solver
1.47/1.52	o 3849
1.47/1.52	c fallback to adder encoding
1.85/1.92	o 3807
1.85/1.92	c fallback to adder encoding
2.16/2.27	o 3620
2.16/2.27	c fallback to adder encoding
2.28/2.57	o 3596
2.28/2.57	c fallback to adder encoding
2.78/2.84	o 3480
2.78/2.84	c fallback to adder encoding
3.06/3.13	o 2560
3.06/3.13	c fallback to adder encoding
3.46/3.90	o 2527
3.46/3.90	c fallback to adder encoding
3.66/4.14	o 2517
3.66/4.14	c fallback to adder encoding
3.95/4.48	o 2511
3.95/4.48	c fallback to adder encoding
4.25/4.74	o 2504
4.25/4.74	c fallback to adder encoding
4.33/5.09	o 2499
4.33/5.09	c fallback to adder encoding
4.67/5.38	o 2476
4.67/5.38	c fallback to adder encoding
4.95/5.78	o 2233
4.95/5.78	c fallback to adder encoding
5.35/6.07	o 1214
5.35/6.07	c fallback to adder encoding
5.65/6.35	o 1202
5.65/6.35	c fallback to adder encoding
6.12/6.61	o 1201
6.12/6.61	c fallback to adder encoding
6.18/6.86	o 1200
6.18/6.86	c fallback to adder encoding
6.63/7.12	o 1191
816.88/817.51	o 310
1388.13/1389.03	o 306
1800.01/1800.80	./satsolver.sh: line 5: 15523 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.80	c error: unexpected solver exit code
1800.01/1800.80	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-3715204-1338210956/watcher-3715204-1338210956 -o /tmp/evaluation-result-3715204-1338210956/solver-3715204-1338210956 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715204-1338210956.wbo 859773881 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.00 1.00 1.17 3/176 15206
/proc/meminfo: memFree=31324020/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0

[startup+0.092991 s]
/proc/loadavg: 1.00 1.00 1.17 3/176 15206
/proc/meminfo: memFree=31324020/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10016 s]
/proc/loadavg: 1.00 1.00 1.17 3/176 15206
/proc/meminfo: memFree=31324020/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300155 s]
/proc/loadavg: 1.00 1.00 1.17 3/176 15206
/proc/meminfo: memFree=31324020/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700205 s]
/proc/loadavg: 1.00 1.00 1.17 3/176 15206
/proc/meminfo: memFree=31324020/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 1.08 1.02 1.17 4/183 15216
/proc/meminfo: memFree=31224124/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=6100 CPUtime=1.47 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) R 15206 15206 12121 0 -1 4202496 2163 15466 0 0 9 3 127 8 20 0 1 0 287219926 6246400 871 33554432000 4194304 5990268 140733408639712 140733408633440 5177872 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 1525 871 160 439 0 1082 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15248

[startup+3.10029 s]
/proc/loadavg: 1.08 1.02 1.17 4/183 15230
/proc/meminfo: memFree=31214008/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=9792 CPUtime=3.06 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 7374 50719 0 0 20 6 261 19 20 0 1 0 287219926 10027008 1605 33554432000 4194304 5990268 140733408639712 140733408630624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 2448 1605 169 439 0 2005 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 18940

[startup+6.3003 s]
/proc/loadavg: 1.15 1.03 1.17 4/181 15329
/proc/meminfo: memFree=31262896/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=9792 CPUtime=5.65 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 17098 116182 0 0 39 9 479 38 20 0 1 0 287219926 10027008 1605 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 2448 1605 169 439 0 2005 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 18940

[startup+12.7003 s]
/proc/loadavg: 1.22 1.05 1.18 4/183 15422
/proc/meminfo: memFree=31138832/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=23172 CPUtime=6.89 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 23895 146455 0 0 63 12 567 47 20 0 1 0 287219926 23728128 4823 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 5793 4823 170 439 0 5350 0
[pid=15386] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15386/stat : 15386 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287220659 9367552 267 33554432000 4194304 5064252 140736378640064 140736378638976 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=108472 CPUtime=5.35 cores=0,2,4,6
/proc/15387/stat : 15387 (glucose) R 15386 15206 12121 0 -1 4202496 21401 0 0 0 531 4 0 0 20 0 1 0 287220659 111075328 24087 33554432000 4194304 5208918 140733513896416 140733513894264 4229541 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15387/statm: 27118 24087 103 248 0 26867 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 149940

[startup+25.5003 s]
/proc/loadavg: 1.39 1.09 1.19 4/183 15485
/proc/meminfo: memFree=30985064/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=23172 CPUtime=6.89 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 23895 146455 0 0 63 12 567 47 20 0 1 0 287219926 23728128 4823 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 5793 4823 170 439 0 5350 0
[pid=15386] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15386/stat : 15386 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287220659 9367552 267 33554432000 4194304 5064252 140736378640064 140736378638976 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=158704 CPUtime=18.15 cores=0,2,4,6
/proc/15387/stat : 15387 (glucose) R 15386 15206 12121 0 -1 4202496 23492 0 0 0 1809 6 0 0 20 0 1 0 287220659 162512896 34457 33554432000 4194304 5208918 140733513896416 140733513894360 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15387/statm: 39676 34457 103 248 0 39425 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 200172

[startup+51.1004 s]
/proc/loadavg: 1.60 1.17 1.21 4/183 15485
/proc/meminfo: memFree=30936440/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=23172 CPUtime=6.89 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 23895 146455 0 0 63 12 567 47 20 0 1 0 287219926 23728128 4823 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 5793 4823 170 439 0 5350 0
[pid=15386] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15386/stat : 15386 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287220659 9367552 267 33554432000 4194304 5064252 140736378640064 140736378638976 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=158704 CPUtime=43.74 cores=0,2,4,6
/proc/15387/stat : 15387 (glucose) R 15386 15206 12121 0 -1 4202496 23749 0 0 0 4368 6 0 0 20 0 1 0 287220659 162512896 35796 33554432000 4194304 5208918 140733513896416 140733513894360 4211665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15387/statm: 39676 35796 103 248 0 39425 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 200172

[startup+102.307 s]
/proc/loadavg: 1.82 1.29 1.25 4/183 15485
/proc/meminfo: memFree=30923108/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=23172 CPUtime=6.89 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 23895 146455 0 0 63 12 567 47 20 0 1 0 287219926 23728128 4823 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 5793 4823 170 439 0 5350 0
[pid=15386] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15386/stat : 15386 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287220659 9367552 267 33554432000 4194304 5064252 140736378640064 140736378638976 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=158704 CPUtime=94.93 cores=0,2,4,6
/proc/15387/stat : 15387 (glucose) R 15386 15206 12121 0 -1 4202496 23753 0 0 0 9487 6 0 0 20 0 1 0 287220659 162512896 37475 33554432000 4194304 5208918 140733513896416 140733513894360 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15387/statm: 39676 37475 103 248 0 39425 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 200172

[startup+162.3 s]
/proc/loadavg: 2.00 1.43 1.30 4/183 15492
/proc/meminfo: memFree=31015008/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=23172 CPUtime=6.89 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 23895 146455 0 0 63 12 567 47 20 0 1 0 287219926 23728128 4823 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 5793 4823 170 439 0 5350 0
[pid=15386] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15386/stat : 15386 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287220659 9367552 267 33554432000 4194304 5064252 140736378640064 140736378638976 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=158704 CPUtime=154.91 cores=0,2,4,6
/proc/15387/stat : 15387 (glucose) R 15386 15206 12121 0 -1 4202496 25277 0 0 0 15483 8 0 0 20 0 1 0 287220659 162512896 37475 33554432000 4194304 5208918 140733513896416 140733513894504 4229504 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15387/statm: 39676 37475 103 248 0 39425 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 200172

[startup+222.3 s]
/proc/loadavg: 2.07 1.55 1.35 4/183 15492
/proc/meminfo: memFree=30974940/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=23172 CPUtime=6.89 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 23895 146455 0 0 63 12 567 47 20 0 1 0 287219926 23728128 4823 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 5793 4823 170 439 0 5350 0
[pid=15386] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.79 4/183 15516
/proc/meminfo: memFree=30955456/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=816.96 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 25526 194668 0 0 68 13 81507 108 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15510] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15510/stat : 15510 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287301682 9367552 267 33554432000 4194304 5064252 140736321294432 140736321293344 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15510/statm: 2287 267 226 213 0 72 0
[pid=15511] ppid=15510 vsize=153032 CPUtime=544.63 cores=0,2,4,6
/proc/15511/stat : 15511 (glucose) R 15510 15206 12121 0 -1 4202496 20621 0 0 0 54451 12 0 0 20 0 1 0 287301682 156704768 34359 33554432000 4194304 5208918 140734573482496 140734573480488 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15511/statm: 38258 34359 104 248 0 38007 0
Current children cumulated CPU time (s) 1361.59
Current children cumulated vsize (KiB) 185344

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.80 4/183 15523
/proc/meminfo: memFree=31024292/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=65908 CPUtime=33.2 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 11961 0 0 0 3318 2 0 0 20 0 1 0 287358834 67489792 15485 33554432000 4194304 5208918 140733938921984 140733938919848 4228982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 16477 15485 104 248 0 16226 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 98220

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.81 4/184 15526
/proc/meminfo: memFree=31009824/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=84928 CPUtime=93.19 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 13998 0 0 0 9315 4 0 0 20 0 1 0 287358834 86966272 18581 33554432000 4194304 5208918 140733938921984 140733938919928 4205128 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 21232 18581 104 248 0 20981 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 117240

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.82 4/183 15527
/proc/meminfo: memFree=31005724/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=84928 CPUtime=153.17 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 14004 0 0 0 15313 4 0 0 20 0 1 0 287358834 86966272 19605 33554432000 4194304 5208918 140733938921984 140733938919928 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 21232 19605 104 248 0 20981 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 117240

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.83 4/183 15527
/proc/meminfo: memFree=30987292/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=103644 CPUtime=213.16 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 14898 0 0 0 21311 5 0 0 20 0 1 0 287358834 106131456 24726 33554432000 4194304 5208918 140733938921984 140733938919928 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 25911 24726 104 248 0 25660 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 135956

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.83 4/183 15527
/proc/meminfo: memFree=30982948/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=103644 CPUtime=273.15 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 14947 0 0 0 27310 5 0 0 20 0 1 0 287358834 106131456 25286 33554432000 4194304 5208918 140733938921984 140733938919928 4229479 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 25911 25286 104 248 0 25660 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 135956

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.84 4/183 15527
/proc/meminfo: memFree=30982328/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=103644 CPUtime=333.14 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 15393 0 0 0 33309 5 0 0 20 0 1 0 287358834 106131456 25286 33554432000 4194304 5208918 140733938921984 140733938920072 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 25911 25286 104 248 0 25660 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 135956

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.84 4/183 15527
/proc/meminfo: memFree=30949684/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=103644 CPUtime=393.13 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 16067 0 0 0 39306 7 0 0 20 0 1 0 287358834 106131456 25286 33554432000 4194304 5208918 140733938921984 140733938920072 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 25911 25286 104 248 0 25660 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 135956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.92 1.97 1.84 3/183 15569
/proc/meminfo: memFree=31179720/32873844 swapFree=7632/7632
[pid=15206] ppid=15203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15206/stat : 15206 (npSolver-wbo-It) S 15203 15206 12121 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287219925 9367552 274 33554432000 4194304 5064252 140734804197248 140734804196160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15206/statm: 2287 274 233 213 0 72 0
[pid=15207] ppid=15206 vsize=14016 CPUtime=1388.37 cores=0,2,4,6
/proc/15207/stat : 15207 (npSolver-wbo) S 15206 15206 12121 0 -1 4202496 27143 221692 0 0 73 13 138622 129 20 0 1 0 287219926 14352384 2649 33554432000 4194304 5990268 140733408639712 140733408631136 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15207/statm: 3504 2649 170 439 0 3061 0
[pid=15522] ppid=15207 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15522/stat : 15522 (satsolver.sh) S 15207 15206 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287358834 9367552 267 33554432000 4194304 5064252 140736245472720 140736245471632 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15522/statm: 2287 267 226 213 0 72 0
[pid=15523] ppid=15522 vsize=103644 CPUtime=411.64 cores=0,2,4,6
/proc/15523/stat : 15523 (glucose) R 15522 15206 12121 0 -1 4202496 16292 0 0 0 41156 8 0 0 20 0 1 0 287358834 106131456 25286 33554432000 4194304 5208918 140733938921984 140733938920072 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15523/statm: 25911 25286 104 248 0 25660 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 135956

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.81
CPU time (s): 1800.03
CPU user time (s): 1798.52
CPU system time (s): 1.51177
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 293916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.51177
maximum resident set size= 221100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2061
involuntary context switches= 2676

runsolver used 4.85326 second user time and 12.3111 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-28 15:15:56
IDJOB=3715204
IDBENCH=79163
IDSOLVER=2296
FILE ID=node141/3715204-1338210956
RUNJOBID= node141-1338210956-15178
PBS_JOBID= 14624602
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= 68a136cd2642dd27a3fdbf065e2a5463
RANDOM SEED=859773881

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.744
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.744
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.92
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.744
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:        31324912 kB
Buffers:          291064 kB
Cached:           407176 kB
SwapCached:          220 kB
Active:           237792 kB
Inactive:         471620 kB
Active(anon):       1828 kB
Inactive(anon):    11292 kB
Active(file):     235964 kB
Inactive(file):   460328 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:         18112 kB
Mapped:             9868 kB
Shmem:               172 kB
Slab:             698732 kB
SReclaimable:     141184 kB
SUnreclaim:       557548 kB
KernelStack:        1384 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71508 MiB
End job on node141 at 2012-05-28 15:45:57