Trace number 3715324

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.14 1803.31

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j309_10-unsat--soft-0-100-0.wbo
MD5SUM264893132be4acdbf364be50ace73d69
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.677896
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5456
Total number of constraints17015
Number of soft constraints17015
Number of constraints which are clauses16667
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 855983
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 855982
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 177
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.39	c run usual solver
3.07/3.10	o 7886
3.07/3.10	c starting approximation
3.07/3.10	c factor = 2
3.07/3.10	c factor still to low - shrinking to 410.774
3.07/3.10	c approx number of clauses: 1e+06
3.07/3.10	c current bound: 3943
113.56/113.98	c current bound: 3943
226.23/226.31	c current bound: 3943
336.62/337.09	c current bound: 3943
448.88/449.35	c current bound: 3943
559.85/560.35	c current bound: 3943
672.19/673.41	c current bound: 3943
783.08/784.38	c current bound: 3943
894.89/897.33	c current bound: 3943
1006.05/1008.52	c current bound: 3943
1117.87/1120.01	c current bound: 3943
1230.26/1232.41	c current bound: 3943
1341.04/1343.58	c current bound: 3943
1452.57/1456.07	c current bound: 3943
1564.87/1568.39	c current bound: 3943
1675.69/1679.24	c current bound: 3943
1787.69/1790.93	c current bound: 3943
1800.10/1803.31	c error: unexpected solver exit code
1800.10/1803.31	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-3715324-1338239038/watcher-3715324-1338239038 -o /tmp/evaluation-result-3715324-1338239038/solver-3715324-1338239038 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715324-1338239038.wbo 2108123414 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.32 2.23 2.19 3/180 24717
/proc/meminfo: memFree=29390876/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0

[startup+0.0641149 s]
/proc/loadavg: 2.32 2.23 2.19 3/180 24717
/proc/meminfo: memFree=29390876/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100226 s]
/proc/loadavg: 2.32 2.23 2.19 3/180 24717
/proc/meminfo: memFree=29390876/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300168 s]
/proc/loadavg: 2.32 2.23 2.19 3/180 24717
/proc/meminfo: memFree=29390876/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700172 s]
/proc/loadavg: 2.32 2.23 2.19 3/180 24717
/proc/meminfo: memFree=29390876/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.32 2.23 2.19 3/183 24725
/proc/meminfo: memFree=29249916/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=15540 CPUtime=0.4 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 4283 0 0 0 38 2 0 0 20 0 1 0 290027887 15912960 2815 33554432000 4194304 5990268 140734014403136 140734014396288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 3885 2815 153 439 0 3442 0
[pid=24722] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24722/stat : 24722 (cp2_pre.sh) S 24718 24717 7669 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 290027929 9367552 277 33554432000 4194304 5064252 140736424965776 140736424964480 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24722/statm: 2287 277 234 213 0 72 0
[pid=24723] ppid=24722 vsize=73220 CPUtime=1.06 cores=1,3,5,7
/proc/24723/stat : 24723 (coprocessor) R 24722 24717 7669 0 -1 4202496 14057 0 0 0 105 1 0 0 20 0 1 0 290027929 74977280 17708 33554432000 4194304 6586260 140733271602304 140733271597624 5599216 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/24723/statm: 18305 17708 191 584 0 17717 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 107056

[startup+3.10039 s]
/proc/loadavg: 2.29 2.23 2.19 3/183 24725
/proc/meminfo: memFree=29179900/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=18272 CPUtime=3.07 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 5057 28571 0 0 42 16 217 32 20 0 1 0 290027887 18710528 3501 33554432000 4194304 5990268 140734014403136 140734014396288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 4568 3501 157 439 0 4125 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27420

[startup+6.30033 s]
/proc/loadavg: 2.29 2.23 2.19 3/181 24740
/proc/meminfo: memFree=29296764/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=3.17 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 7549 29086 0 0 50 17 217 33 20 0 1 0 290027887 35229696 7468 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 8601 7468 176 439 0 8158 0
[pid=24734] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24734/stat : 24734 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290028207 9367552 266 33554432000 4194304 5064252 140733958105840 140733958104752 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24734/statm: 2287 266 226 213 0 72 0
[pid=24735] ppid=24734 vsize=67384 CPUtime=3.09 cores=1,3,5,7
/proc/24735/stat : 24735 (glucose) R 24734 24717 7669 0 -1 4202496 13880 0 0 0 307 2 0 0 20 0 1 0 290028207 69001216 15037 33554432000 4194304 5208918 140736171273472 140736171271144 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24735/statm: 16846 15037 95 248 0 16595 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 120084

[startup+12.7003 s]
/proc/loadavg: 2.33 2.23 2.19 3/183 24749
/proc/meminfo: memFree=29189684/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=3.17 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 7549 29086 0 0 50 17 217 33 20 0 1 0 290027887 35229696 7468 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 8601 7468 176 439 0 8158 0
[pid=24734] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24734/stat : 24734 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290028207 9367552 266 33554432000 4194304 5064252 140733958105840 140733958104752 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24734/statm: 2287 266 226 213 0 72 0
[pid=24735] ppid=24734 vsize=67384 CPUtime=9.48 cores=1,3,5,7
/proc/24735/stat : 24735 (glucose) R 24734 24717 7669 0 -1 4202496 13932 0 0 0 946 2 0 0 20 0 1 0 290028207 69001216 15089 33554432000 4194304 5208918 140736171273472 140736171271144 4211620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24735/statm: 16846 15089 95 248 0 16595 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 120084

[startup+25.5003 s]
/proc/loadavg: 2.35 2.24 2.20 3/183 24763
/proc/meminfo: memFree=29173828/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=3.17 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 7549 29086 0 0 50 17 217 33 20 0 1 0 290027887 35229696 7468 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 8601 7468 176 439 0 8158 0
[pid=24734] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24734/stat : 24734 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290028207 9367552 266 33554432000 4194304 5064252 140733958105840 140733958104752 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24734/statm: 2287 266 226 213 0 72 0
[pid=24735] ppid=24734 vsize=67384 CPUtime=22.28 cores=1,3,5,7
/proc/24735/stat : 24735 (glucose) R 24734 24717 7669 0 -1 4202496 14032 0 0 0 2226 2 0 0 20 0 1 0 290028207 69001216 15189 33554432000 4194304 5208918 140736171273472 140736171271144 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24735/statm: 16846 15189 95 248 0 16595 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 120084

[startup+51.1003 s]
/proc/loadavg: 2.23 2.22 2.19 3/183 24798
/proc/meminfo: memFree=29175036/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=3.17 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 7549 29086 0 0 50 17 217 33 20 0 1 0 290027887 35229696 7468 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 8601 7468 176 439 0 8158 0
[pid=24734] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24734/stat : 24734 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290028207 9367552 266 33554432000 4194304 5064252 140733958105840 140733958104752 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24734/statm: 2287 266 226 213 0 72 0
[pid=24735] ppid=24734 vsize=67384 CPUtime=47.88 cores=1,3,5,7
/proc/24735/stat : 24735 (glucose) R 24734 24717 7669 0 -1 4202496 14159 0 0 0 4786 2 0 0 20 0 1 0 290028207 69001216 15925 33554432000 4194304 5208918 140736171273472 140736171271144 4211670 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24735/statm: 16846 15925 95 248 0 16595 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 120084

[startup+102.307 s]
/proc/loadavg: 2.14 2.20 2.18 3/183 24861
/proc/meminfo: memFree=29171848/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=3.17 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 7549 29086 0 0 50 17 217 33 20 0 1 0 290027887 35229696 7468 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 8601 7468 176 439 0 8158 0
[pid=24734] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24734/stat : 24734 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290028207 9367552 266 33554432000 4194304 5064252 140733958105840 140733958104752 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24734/statm: 2287 266 226 213 0 72 0
[pid=24735] ppid=24734 vsize=67520 CPUtime=99.07 cores=1,3,5,7
/proc/24735/stat : 24735 (glucose) R 24734 24717 7669 0 -1 4202496 14174 0 0 0 9905 2 0 0 20 0 1 0 290028207 69140480 15940 33554432000 4194304 5208918 140736171273472 140736171271144 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24735/statm: 16880 15940 95 248 0 16629 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 120220

[startup+162.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/183 24945
/proc/meminfo: memFree=29170660/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=114.03 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 10749 51081 0 0 59 18 11277 49 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=24881] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24881/stat : 24881 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290039294 9367552 267 33554432000 4194304 5064252 140734026291680 140734026290592 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24881/statm: 2287 267 226 213 0 72 0
[pid=24882] ppid=24881 vsize=67384 CPUtime=48.2 cores=1,3,5,7
/proc/24882/stat : 24882 (glucose) R 24881 24717 7669 0 -1 4202496 14952 0 0 0 4818 2 0 0 20 0 1 0 290039295 69001216 15897 33554432000 4194304 5208918 140734061343616 140734061341288 4211501 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24882/statm: 16846 15897 95 248 0 16595 0
Current children cumulated CPU time (s) 162.23

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


[startup+1422.31 s]
/proc/loadavg: 2.25 2.21 2.18 3/184 26644
/proc/meminfo: memFree=29243204/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1341.51 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 45927 301431 0 0 161 31 133738 221 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=26539] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26539/stat : 26539 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 290162272 9367552 267 33554432000 4194304 5064252 140733311460880 140733311459792 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 2287 267 226 213 0 72 0
[pid=26540] ppid=26539 vsize=67524 CPUtime=77.66 cores=1,3,5,7
/proc/26540/stat : 26540 (glucose) R 26539 24717 7669 0 -1 4202496 14895 0 0 0 7762 4 0 0 20 0 1 0 290162272 69144576 15814 33554432000 4194304 5208918 140736665714256 140736665711928 4211620 0 0 4096 0 0 0 0 17 1 0 0 76 0 0
/proc/26540/statm: 16881 15814 95 248 0 16630 0
Current children cumulated CPU time (s) 1419.17
Current children cumulated vsize (KiB) 120224

[startup+1482.3 s]
/proc/loadavg: 2.12 2.18 2.17 3/183 26728
/proc/meminfo: memFree=29197000/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1453.05 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 49125 323595 0 0 170 32 144863 240 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=26692] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26692/stat : 26692 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290173504 9367552 266 33554432000 4194304 5064252 140733969399200 140733969398112 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26692/statm: 2287 266 226 213 0 72 0
[pid=26693] ppid=26692 vsize=67392 CPUtime=26.1 cores=1,3,5,7
/proc/26693/stat : 26693 (glucose) R 26692 24717 7669 0 -1 4202496 14786 0 0 0 2609 1 0 0 20 0 1 0 290173504 69009408 14921 33554432000 4194304 5208918 140736087950912 140736087948584 4211584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26693/statm: 16848 14921 95 248 0 16597 0
Current children cumulated CPU time (s) 1479.15
Current children cumulated vsize (KiB) 120092

[startup+1542.3 s]
/proc/loadavg: 2.11 2.17 2.17 3/183 26805
/proc/meminfo: memFree=29168928/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1453.05 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 49125 323595 0 0 170 32 144863 240 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=26692] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26692/stat : 26692 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290173504 9367552 266 33554432000 4194304 5064252 140733969399200 140733969398112 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26692/statm: 2287 266 226 213 0 72 0
[pid=26693] ppid=26692 vsize=67528 CPUtime=86.09 cores=1,3,5,7
/proc/26693/stat : 26693 (glucose) R 26692 24717 7669 0 -1 4202496 14918 0 0 0 8608 1 0 0 20 0 1 0 290173504 69148672 15564 33554432000 4194304 5208918 140736087950912 140736087948584 4211792 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26693/statm: 16882 15564 95 248 0 16631 0
Current children cumulated CPU time (s) 1539.14
Current children cumulated vsize (KiB) 120228

[startup+1602.3 s]
/proc/loadavg: 2.10 2.17 2.17 3/184 26892
/proc/meminfo: memFree=29225272/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1565.34 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 52323 346547 0 0 179 33 156067 255 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=26847] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26847/stat : 26847 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290184736 9367552 267 33554432000 4194304 5064252 140733896332368 140733896331280 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26847/statm: 2287 267 226 213 0 72 0
[pid=26848] ppid=26847 vsize=67392 CPUtime=33.78 cores=1,3,5,7
/proc/26848/stat : 26848 (glucose) R 26847 24717 7669 0 -1 4202496 13948 0 0 0 3376 2 0 0 20 0 1 0 290184736 69009408 15292 33554432000 4194304 5208918 140733326378208 140733326375880 4211732 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26848/statm: 16848 15292 95 248 0 16597 0
Current children cumulated CPU time (s) 1599.12
Current children cumulated vsize (KiB) 120092

[startup+1662.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 26969
/proc/meminfo: memFree=29236112/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1565.34 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 52323 346547 0 0 179 33 156067 255 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=26847] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26847/stat : 26847 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290184736 9367552 267 33554432000 4194304 5064252 140733896332368 140733896331280 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26847/statm: 2287 267 226 213 0 72 0
[pid=26848] ppid=26847 vsize=67528 CPUtime=93.77 cores=1,3,5,7
/proc/26848/stat : 26848 (glucose) R 26847 24717 7669 0 -1 4202496 14176 0 0 0 9375 2 0 0 20 0 1 0 290184736 69148672 15520 33554432000 4194304 5208918 140733326378208 140733326375880 4211888 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26848/statm: 16882 15520 95 248 0 16631 0
Current children cumulated CPU time (s) 1659.11
Current children cumulated vsize (KiB) 120228

[startup+1722.3 s]
/proc/loadavg: 2.20 2.19 2.18 2/182 27052
/proc/meminfo: memFree=29273432/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1676.18 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 55521 368668 0 0 189 34 167123 272 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=26996] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26996/stat : 26996 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290195821 9367552 267 33554432000 4194304 5064252 140737216714832 140737216713744 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26996/statm: 2287 267 226 213 0 72 0
[pid=26997] ppid=26996 vsize=67384 CPUtime=42.94 cores=1,3,5,7
/proc/26997/stat : 26997 (glucose) R 26996 24717 7669 0 -1 4202496 14690 0 0 0 4292 2 0 0 20 0 1 0 290195821 69001216 15545 33554432000 4194304 5208918 140736995383616 140736995381288 4211656 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26997/statm: 16846 15545 95 248 0 16595 0
Current children cumulated CPU time (s) 1719.12
Current children cumulated vsize (KiB) 120084

[startup+1782.3 s]
/proc/loadavg: 2.10 2.16 2.17 3/183 27148
/proc/meminfo: memFree=29460524/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1676.18 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 55521 368668 0 0 189 34 167123 272 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=26996] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26996/stat : 26996 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290195821 9367552 267 33554432000 4194304 5064252 140737216714832 140737216713744 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26996/statm: 2287 267 226 213 0 72 0
[pid=26997] ppid=26996 vsize=67520 CPUtime=102.92 cores=1,3,5,7
/proc/26997/stat : 26997 (glucose) R 26996 24717 7669 0 -1 4202496 14887 0 0 0 10290 2 0 0 20 0 1 0 290195821 69140480 15739 33554432000 4194304 5208918 140736995383616 140736995381288 4211537 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26997/statm: 16880 15739 95 248 0 16629 0
Current children cumulated CPU time (s) 1779.1
Current children cumulated vsize (KiB) 120220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.07 2.15 2.17 3/183 27155
/proc/meminfo: memFree=29462288/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1787.84 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 58719 392373 0 0 198 35 178264 287 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=27154] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27154/stat : 27154 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290206989 9367552 267 33554432000 4194304 5064252 140736021885280 140736021884192 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2287 267 226 213 0 72 0
[pid=27155] ppid=27154 vsize=67388 CPUtime=12.26 cores=1,3,5,7
/proc/27155/stat : 27155 (glucose) R 27154 24717 7669 0 -1 4202496 14434 0 0 0 1225 1 0 0 20 0 1 0 290206989 69005312 15081 33554432000 4194304 5208918 140735257085136 140735257082808 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27155/statm: 16847 15081 95 248 0 16596 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 120088

Sending SIGTERM to process tree (bottom up)

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

[startup+1803.3 s]
/proc/loadavg: 2.07 2.15 2.17 3/183 27155
/proc/meminfo: memFree=29462288/32873648 swapFree=7368/7368
[pid=24717] ppid=24715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24717/stat : 24717 (npSolver-wbo-It) S 24715 24717 7669 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290027887 9367552 275 33554432000 4194304 5064252 140733209118608 140733209117520 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24717/statm: 2287 275 233 213 0 72 0
[pid=24718] ppid=24717 vsize=34404 CPUtime=1787.84 cores=1,3,5,7
/proc/24718/stat : 24718 (npSolver-wbo) S 24717 24717 7669 0 -1 4202496 58719 392373 0 0 198 35 178264 287 20 0 1 0 290027887 35229696 7532 33554432000 4194304 5990268 140734014403136 140734014394544 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 28 0 0
/proc/24718/statm: 8601 7532 177 439 0 8158 0
[pid=27154] ppid=24718 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27154/stat : 27154 (satsolver.sh) S 24718 24717 7669 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290206989 9367552 267 33554432000 4194304 5064252 140736021885280 140736021884192 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2287 267 226 213 0 72 0
[pid=27155] ppid=27154 vsize=67388 CPUtime=12.26 cores=1,3,5,7
/proc/27155/stat : 27155 (glucose) R 27154 24717 7669 0 -1 4202496 14434 0 0 0 1225 1 0 0 20 0 1 0 290206989 69005312 15081 33554432000 4194304 5208918 140735257085136 140735257082808 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27155/statm: 16847 15081 95 248 0 16596 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 120088

Child status: 0
Real time (s): 1803.31
CPU time (s): 1800.14
CPU user time (s): 1796.89
CPU system time (s): 3.2555
CPU usage (%): 99.8242
Max. virtual memory (cumulated for all children) (KiB): 124336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.89
system time used= 3.2555
maximum resident set size= 86232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 412416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7871
involuntary context switches= 4800

runsolver used 5.46417 second user time and 14.4108 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-28 23:03:58
IDJOB=3715324
IDBENCH=79341
IDSOLVER=2297
FILE ID=node149/3715324-1338239038
RUNJOBID= node149-1338217256-7686
PBS_JOBID= 14624618
Free space on /tmp= 71572 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j309_10-unsat--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715324-1338239038/watcher-3715324-1338239038 -o /tmp/evaluation-result-3715324-1338239038/solver-3715324-1338239038 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715324-1338239038.wbo 2108123414 HOME HOME

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

MD5SUM BENCH= 264893132be4acdbf364be50ace73d69
RANDOM SEED=2108123414

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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.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		: 2666.145
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.145
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:        29373556 kB
Buffers:          599764 kB
Cached:          1886748 kB
SwapCached:         2476 kB
Active:          1371860 kB
Inactive:        1287448 kB
Active(anon):     158156 kB
Inactive(anon):     9368 kB
Active(file):    1213704 kB
Inactive(file):  1278080 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:             11348 kB
Writeback:             0 kB
AnonPages:        189900 kB
Mapped:            14980 kB
Shmem:                96 kB
Slab:             703064 kB
SReclaimable:     145148 kB
SUnreclaim:       557916 kB
KernelStack:        1480 kB
PageTables:         4400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     426324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71660 MiB
End job on node149 at 2012-05-28 23:34:01