Trace number 3714155

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap64_wcsp.wbo
MD5SUMeea9483bb210b3ae31db150f2467fbf7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10336274
Best CPU time to get the best result obtained on this benchmark1800.01
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
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
0.00/0.06	o 19207135
0.00/0.06	c current bound: 9603567
0.00/0.06	c fallback to adder encoding
35.47/35.58	c current bound: 14405351
35.47/35.58	c fallback to adder encoding
248.43/248.58	o 14404290
248.43/248.58	c current bound: 12003929
248.43/248.58	c fallback to adder encoding
722.96/723.17	o 11993344
722.96/723.17	c current bound: 10798456
722.96/723.17	c fallback to adder encoding
945.60/945.85	o 10796626
945.60/945.85	c current bound: 10200097
945.60/945.85	c fallback to adder encoding
1166.53/1166.83	o 10196748
1166.53/1166.83	c current bound: 9900158
1166.53/1166.83	c fallback to adder encoding
1236.95/1237.27	c current bound: 10048453
1236.95/1237.27	c fallback to adder encoding
1364.63/1364.99	c current bound: 10122601
1364.63/1364.99	c fallback to adder encoding
1527.50/1527.83	o 10115800
1527.50/1527.83	c current bound: 10082127
1527.50/1527.83	c fallback to adder encoding
1703.67/1704.09	o 10082110
1703.67/1704.09	c current bound: 10065282
1703.67/1704.09	c fallback to adder encoding
1800.04/1800.40	./satsolver.sh: line 5:   384 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714155-1338225111/watcher-3714155-1338225111 -o /tmp/evaluation-result-3714155-1338225111/solver-3714155-1338225111 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714155-1338225111.wbo 1926738826 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32703
/proc/meminfo: memFree=24158368/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0

[startup+0.022102 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32703
/proc/meminfo: memFree=24158368/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100229 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32703
/proc/meminfo: memFree=24158368/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32703
/proc/meminfo: memFree=24158368/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32703
/proc/meminfo: memFree=24158368/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 32717
/proc/meminfo: memFree=24119744/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 3045 5682 0 0 11 2 2 1 20 0 1 0 288636496 11812864 2376 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 2884 2376 164 439 0 2441 0
[pid=32716] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32716/stat : 32716 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288636513 9367552 266 33554432000 4194304 5064252 140734560502656 140734560501568 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32716/statm: 2287 266 226 213 0 72 0
[pid=32717] ppid=32716 vsize=26304 CPUtime=1.31 cores=0,2,4,6
/proc/32717/stat : 32717 (glucose) R 32716 32703 21976 0 -1 4202496 5809 0 0 0 130 1 0 0 20 0 1 0 288636513 26935296 5815 33554432000 4194304 5208918 140736879093056 140736879090904 4215371 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32717/statm: 6576 5815 105 248 0 6325 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 56136

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 32717
/proc/meminfo: memFree=24118068/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 3045 5682 0 0 11 2 2 1 20 0 1 0 288636496 11812864 2376 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 2884 2376 164 439 0 2441 0
[pid=32716] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32716/stat : 32716 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288636513 9367552 266 33554432000 4194304 5064252 140734560502656 140734560501568 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32716/statm: 2287 266 226 213 0 72 0
[pid=32717] ppid=32716 vsize=34136 CPUtime=2.91 cores=0,2,4,6
/proc/32717/stat : 32717 (glucose) R 32716 32703 21976 0 -1 4202496 6436 0 0 0 290 1 0 0 20 0 1 0 288636513 34955264 7703 33554432000 4194304 5208918 140736879093056 140736879090920 4211162 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32717/statm: 8534 7703 105 248 0 8283 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63968

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 32717
/proc/meminfo: memFree=24109320/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 3045 5682 0 0 11 2 2 1 20 0 1 0 288636496 11812864 2376 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 2884 2376 164 439 0 2441 0
[pid=32716] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32716/stat : 32716 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288636513 9367552 266 33554432000 4194304 5064252 140734560502656 140734560501568 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32716/statm: 2287 266 226 213 0 72 0
[pid=32717] ppid=32716 vsize=34136 CPUtime=6.11 cores=0,2,4,6
/proc/32717/stat : 32717 (glucose) R 32716 32703 21976 0 -1 4202496 6661 0 0 0 610 1 0 0 20 0 1 0 288636513 34955264 7708 33554432000 4194304 5208918 140736879093056 140736879089432 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32717/statm: 8534 7708 105 248 0 8283 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63968

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 32717
/proc/meminfo: memFree=24098672/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 3045 5682 0 0 11 2 2 1 20 0 1 0 288636496 11812864 2376 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 2884 2376 164 439 0 2441 0
[pid=32716] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32716/stat : 32716 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288636513 9367552 266 33554432000 4194304 5064252 140734560502656 140734560501568 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32716/statm: 2287 266 226 213 0 72 0
[pid=32717] ppid=32716 vsize=45628 CPUtime=12.51 cores=0,2,4,6
/proc/32717/stat : 32717 (glucose) R 32716 32703 21976 0 -1 4202496 7535 0 0 0 1249 2 0 0 20 0 1 0 288636513 46723072 10581 33554432000 4194304 5208918 140736879093056 140736879089432 4211918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32717/statm: 11407 10581 105 248 0 11156 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 75460

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 32717
/proc/meminfo: memFree=24087324/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 3045 5682 0 0 11 2 2 1 20 0 1 0 288636496 11812864 2376 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 2884 2376 164 439 0 2441 0
[pid=32716] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32716/stat : 32716 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288636513 9367552 266 33554432000 4194304 5064252 140734560502656 140734560501568 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32716/statm: 2287 266 226 213 0 72 0
[pid=32717] ppid=32716 vsize=57232 CPUtime=25.31 cores=0,2,4,6
/proc/32717/stat : 32717 (glucose) R 32716 32703 21976 0 -1 4202496 7873 0 0 0 2529 2 0 0 20 0 1 0 288636513 58605568 13456 33554432000 4194304 5208918 140736879093056 140736879088824 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32717/statm: 14308 13456 105 248 0 14057 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87064

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.01 3/185 32724
/proc/meminfo: memFree=24090304/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19728 CPUtime=35.67 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 5317 17526 0 0 21 3 3537 6 20 0 1 0 288636496 20201472 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4932 4526 164 439 0 4489 0
[pid=32723] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32723/stat : 32723 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288640065 9367552 266 33554432000 4194304 5064252 140734430591808 140734430590720 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32723/statm: 2287 266 226 213 0 72 0
[pid=32724] ppid=32723 vsize=45996 CPUtime=15.38 cores=0,2,4,6
/proc/32724/stat : 32724 (glucose) R 32723 32703 21976 0 -1 4202496 7198 0 0 0 1537 1 0 0 20 0 1 0 288640066 47099904 10743 33554432000 4194304 5208918 140736688826208 140736688822584 4215069 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32724/statm: 11499 10743 105 248 0 11248 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 84020

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 32724
/proc/meminfo: memFree=24047180/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19728 CPUtime=35.67 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 5317 17526 0 0 21 3 3537 6 20 0 1 0 288636496 20201472 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4932 4526 164 439 0 4489 0
[pid=32723] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32723/stat : 32723 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288640065 9367552 266 33554432000 4194304 5064252 140734430591808 140734430590720 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32723/statm: 2287 266 226 213 0 72 0
[pid=32724] ppid=32723 vsize=88948 CPUtime=66.58 cores=0,2,4,6
/proc/32724/stat : 32724 (glucose) R 32723 32703 21976 0 -1 4202496 9921 0 0 0 6655 3 0 0 20 0 1 0 288640066 91082752 21475 33554432000 4194304 5208918 140736688826208 140736688822584 4215252 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32724/statm: 22237 21475 105 248 0 21986 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 126972

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 32724
/proc/meminfo: memFree=24014972/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19728 CPUtime=35.67 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 5317 17526 0 0 21 3 3537 6 20 0 1 0 288636496 20201472 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4932 4526 164 439 0 4489 0
[pid=32723] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/185 353
/proc/meminfo: memFree=27266008/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1237.16 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 16773 107384 0 0 73 11 123559 73 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=352] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/352/stat : 352 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288760235 9367552 266 33554432000 4194304 5064252 140736083616336 140736083615248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/352/statm: 2287 266 226 213 0 72 0
[pid=353] ppid=352 vsize=107560 CPUtime=124.87 cores=0,2,4,6
/proc/353/stat : 353 (glucose) R 352 32703 21976 0 -1 4202496 12235 0 0 0 12481 6 0 0 20 0 1 0 288760235 110141440 21517 33554432000 4194304 5208918 140737426002304 140737426000392 4229469 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 26890 21517 105 248 0 26639 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 145580

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 360
/proc/meminfo: memFree=27292520/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1364.84 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 19045 122523 0 0 83 12 136308 81 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=359] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/359/stat : 359 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288773006 9367552 267 33554432000 4194304 5064252 140734033449936 140734033448848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/359/statm: 2287 267 226 213 0 72 0
[pid=360] ppid=359 vsize=76892 CPUtime=57.18 cores=0,2,4,6
/proc/360/stat : 360 (glucose) R 359 32703 21976 0 -1 4202496 10485 0 0 0 5714 4 0 0 20 0 1 0 288773006 78737408 17519 33554432000 4194304 5208918 140736249641088 140736249638952 4213121 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/360/statm: 19223 17519 105 248 0 18972 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 114912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 360
/proc/meminfo: memFree=27279320/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1364.84 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 19045 122523 0 0 83 12 136308 81 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=359] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/359/stat : 359 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288773006 9367552 267 33554432000 4194304 5064252 140734033449936 140734033448848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/359/statm: 2287 267 226 213 0 72 0
[pid=360] ppid=359 vsize=107244 CPUtime=117.16 cores=0,2,4,6
/proc/360/stat : 360 (glucose) R 359 32703 21976 0 -1 4202496 11918 0 0 0 11711 5 0 0 20 0 1 0 288773006 109817856 21099 33554432000 4194304 5208918 140736249641088 140736249637464 4229507 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/360/statm: 26811 21099 105 248 0 26560 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 145264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 368
/proc/meminfo: memFree=27313476/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1527.67 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 21341 138584 0 0 93 14 152568 92 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=367] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/367/stat : 367 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288789291 9367552 267 33554432000 4194304 5064252 140735269262384 140735269261296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/367/statm: 2287 267 226 213 0 72 0
[pid=368] ppid=367 vsize=45900 CPUtime=14.33 cores=0,2,4,6
/proc/368/stat : 368 (glucose) R 367 32703 21976 0 -1 4202496 8704 0 0 0 1431 2 0 0 20 0 1 0 288789291 47001600 10756 33554432000 4194304 5208918 140736142051200 140736142047576 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/368/statm: 11475 10756 105 248 0 11224 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 83920

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 368
/proc/meminfo: memFree=27270164/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1527.67 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 21341 138584 0 0 93 14 152568 92 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=367] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/367/stat : 367 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288789291 9367552 267 33554432000 4194304 5064252 140735269262384 140735269261296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/367/statm: 2287 267 226 213 0 72 0
[pid=368] ppid=367 vsize=106784 CPUtime=74.32 cores=0,2,4,6
/proc/368/stat : 368 (glucose) R 367 32703 21976 0 -1 4202496 11933 0 0 0 7428 4 0 0 20 0 1 0 288789291 109346816 21030 33554432000 4194304 5208918 140736142051200 140736142047576 4211605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/368/statm: 26696 21030 105 248 0 26445 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 144804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 368
/proc/meminfo: memFree=27239708/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1527.67 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 21341 138584 0 0 93 14 152568 92 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=367] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/367/stat : 367 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288789291 9367552 267 33554432000 4194304 5064252 140735269262384 140735269261296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/367/statm: 2287 267 226 213 0 72 0
[pid=368] ppid=367 vsize=156104 CPUtime=134.31 cores=0,2,4,6
/proc/368/stat : 368 (glucose) R 367 32703 21976 0 -1 4202496 12500 0 0 0 13425 6 0 0 20 0 1 0 288789291 159850496 30370 33554432000 4194304 5208918 140736142051200 140736142049192 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/368/statm: 39026 30370 105 248 0 38775 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 194124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 384
/proc/meminfo: memFree=27319528/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1703.88 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 23637 154599 0 0 103 15 170168 102 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=383] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/383/stat : 383 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288806917 9367552 267 33554432000 4194304 5064252 140737241749024 140737241747936 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/383/statm: 2287 267 226 213 0 72 0
[pid=384] ppid=383 vsize=45704 CPUtime=18.07 cores=0,2,4,6
/proc/384/stat : 384 (glucose) R 383 32703 21976 0 -1 4202496 7905 0 0 0 1805 2 0 0 20 0 1 0 288806917 46800896 10708 33554432000 4194304 5208918 140733651194816 140733651190584 4211521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/384/statm: 11426 10708 105 248 0 11175 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 83724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 384
/proc/meminfo: memFree=27258892/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1703.88 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 23637 154599 0 0 103 15 170168 102 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=383] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/383/stat : 383 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288806917 9367552 267 33554432000 4194304 5064252 140737241749024 140737241747936 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/383/statm: 2287 267 226 213 0 72 0
[pid=384] ppid=383 vsize=106588 CPUtime=78.06 cores=0,2,4,6
/proc/384/stat : 384 (glucose) R 383 32703 21976 0 -1 4202496 10180 0 0 0 7801 5 0 0 20 0 1 0 288806917 109146112 20780 33554432000 4194304 5208918 140733651194816 140733651192904 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/384/statm: 26647 20780 105 248 0 26396 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 144608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 384
/proc/meminfo: memFree=27250576/32873844 swapFree=7124/7124
[pid=32703] ppid=32701 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32703/stat : 32703 (npSolver-wbo-I.) S 32701 32703 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288636495 9367552 275 33554432000 4194304 5064252 140736398170640 140736398169552 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32703/statm: 2287 275 233 213 0 72 0
[pid=32704] ppid=32703 vsize=19724 CPUtime=1703.88 cores=0,2,4,6
/proc/32704/stat : 32704 (npSolver-wbo) S 32703 32703 21976 0 -1 4202496 23637 154599 0 0 103 15 170168 102 20 0 1 0 288636496 20197376 4526 33554432000 4194304 5990268 140736423845296 140736423836736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32704/statm: 4931 4526 164 439 0 4488 0
[pid=383] ppid=32704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/383/stat : 383 (satsolver.sh) S 32704 32703 21976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288806917 9367552 267 33554432000 4194304 5064252 140737241749024 140737241747936 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/383/statm: 2287 267 226 213 0 72 0
[pid=384] ppid=383 vsize=106588 CPUtime=96.16 cores=0,2,4,6
/proc/384/stat : 384 (glucose) R 383 32703 21976 0 -1 4202496 10555 0 0 0 9611 5 0 0 20 0 1 0 288806917 109146112 20780 33554432000 4194304 5208918 140733651194816 140733651191192 4212680 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/384/statm: 26647 20780 105 248 0 26396 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 144608

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.09
CPU user time (s): 1798.84
CPU system time (s): 1.24681
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 274396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.24681
maximum resident set size= 196344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 876
involuntary context switches= 2052

runsolver used 6.22005 second user time and 19.836 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 19:11:51
IDJOB=3714155
IDBENCH=79499
IDSOLVER=2295
FILE ID=node134/3714155-1338225111
RUNJOBID= node134-1338192934-21992
PBS_JOBID= 14624583
Free space on /tmp= 70180 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap64_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714155-1338225111/watcher-3714155-1338225111 -o /tmp/evaluation-result-3714155-1338225111/solver-3714155-1338225111 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714155-1338225111.wbo 1926738826 HOME HOME

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=1926738826

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24158260 kB
Buffers:          478080 kB
Cached:          4744800 kB
SwapCached:            0 kB
Active:          5100636 kB
Inactive:        2743952 kB
Active(anon):    2617220 kB
Inactive(anon):     5996 kB
Active(file):    2483416 kB
Inactive(file):  2737956 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:       2756872 kB
Mapped:            15372 kB
Shmem:               212 kB
Slab:             726452 kB
SReclaimable:     168632 kB
SUnreclaim:       557820 kB
KernelStack:        1536 kB
PageTables:         9576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3304052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1548288 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= 70968 MiB
End job on node134 at 2012-05-28 19:41:52