Trace number 3753149

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 (fixed)? (TO) 1800.1 1802.01

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--soft-0-100-0.wbo
MD5SUMe9bc5c880cc124a3ebcf869858f0227b
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big 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 benchmark4.13337
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9051
Total number of constraints25833
Number of soft constraints25833
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1308179
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1308178
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.26	c run usual solver
2.32/3.35	o 3084
2.32/3.35	c starting approximation
3.40/4.43	c factor = 2
3.40/4.43	c factor still to low - shrinking to 478.014
3.40/4.43	c approx number of clauses: 1e+06
3.40/4.43	c current bound: 1542
48.78/50.69	c current bound: 1542
95.00/97.11	c current bound: 1542
141.46/143.58	c current bound: 1542
187.98/190.09	c current bound: 1542
234.37/236.51	c current bound: 1542
280.92/283.05	c current bound: 1542
327.39/329.54	c current bound: 1542
373.57/375.72	c current bound: 1542
419.69/421.86	c current bound: 1542
466.01/468.20	c current bound: 1542
512.29/514.47	c current bound: 1542
558.56/560.75	c current bound: 1542
605.10/607.10	c current bound: 1542
651.38/653.35	c current bound: 1542
697.55/699.77	c current bound: 1542
744.04/746.26	c current bound: 1542
790.55/792.79	c current bound: 1542
837.14/839.18	c current bound: 1542
883.53/885.55	c current bound: 1542
929.72/931.98	c current bound: 1542
976.33/978.58	c current bound: 1542
1023.10/1025.16	c current bound: 1542
1069.29/1071.57	c current bound: 1542
1115.63/1117.93	c current bound: 1542
1162.23/1164.52	c current bound: 1542
1208.57/1210.88	c current bound: 1542
1255.26/1257.31	c current bound: 1542
1301.38/1303.71	c current bound: 1542
1347.72/1350.04	c current bound: 1542
1393.94/1396.28	c current bound: 1542
1440.56/1442.60	c current bound: 1542
1486.59/1488.95	c current bound: 1542
1532.75/1535.12	c current bound: 1542
1579.05/1581.43	c current bound: 1542
1625.73/1627.81	c current bound: 1542
1672.01/1674.18	c current bound: 1542
1718.11/1720.53	c current bound: 1542
1765.40/1767.51	c current bound: 1542
1799.88/1802.00	./satsolver.sh: line 5: 32137 Terminated              ./glucose $1 > $2 2> /dev/null
1799.88/1802.01	c error: unexpected solver exit code
1799.88/1802.01	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-3753149-1339206256/watcher-3753149-1339206256 -o /tmp/evaluation-result-3753149-1339206256/solver-3753149-1339206256 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753149-1339206256.wbo 6520742 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.07 2.06 2.10 2/176 31731
/proc/meminfo: memFree=29361716/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0

[startup+0.0314521 s]
/proc/loadavg: 2.07 2.06 2.10 2/176 31731
/proc/meminfo: memFree=29361716/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100305 s]
/proc/loadavg: 2.07 2.06 2.10 2/176 31731
/proc/meminfo: memFree=29361716/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.07 2.06 2.10 2/176 31731
/proc/meminfo: memFree=29361716/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700303 s]
/proc/loadavg: 2.07 2.06 2.10 2/176 31731
/proc/meminfo: memFree=29361716/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.89452 s]
/proc/loadavg: 2.07 2.06 2.10 2/176 31731
/proc/meminfo: memFree=29361716/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+3.1004 s]
/proc/loadavg: 2.22 2.09 2.11 2/179 31735
/proc/meminfo: memFree=29306480/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=18708 CPUtime=0.33 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 6061 0 0 0 25 8 0 0 20 0 1 0 386751088 19156992 4014 33554432000 4194304 6006132 140735643421280 140735643414384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 94 0 0
/proc/31732/statm: 4677 4014 157 443 0 4230 0
[pid=31734] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31734/stat : 31734 (cp2_pre.sh) S 31732 31731 29754 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 386751217 9367552 276 33554432000 4194304 5064252 140733337948128 140733337946832 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31734/statm: 2287 276 234 213 0 72 0
[pid=31735] ppid=31734 vsize=41444 CPUtime=1.8 cores=0,2,4,6
/proc/31735/stat : 31735 (coprocessor) R 31734 31731 29754 0 -1 4202496 9043 0 0 0 178 2 0 0 20 0 1 0 386751218 42438656 9665 33554432000 4194304 6586260 140734153050256 140734153045800 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/31735/statm: 10361 9665 199 584 0 9773 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 78448
heavy processes:
  %CPU=35 pid=31663 uid=0 cmd=

[startup+6.3004 s]
/proc/loadavg: 2.22 2.09 2.11 2/179 31745
/proc/meminfo: memFree=29264576/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=2.48 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 9778 16880 0 0 37 15 192 4 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=31744] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31744/stat : 31744 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386751435 9367552 267 33554432000 4194304 5064252 140737341523968 140737341522880 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31744/statm: 2287 267 226 213 0 72 0
[pid=31745] ppid=31744 vsize=60520 CPUtime=2.82 cores=0,2,4,6
/proc/31745/stat : 31745 (glucose) R 31744 31731 29754 0 -1 4202496 12300 0 0 0 280 2 0 0 20 0 1 0 386751435 61972480 13398 33554432000 4194304 5208918 140734941514608 140734941512280 4211577 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31745/statm: 15130 13398 95 248 0 14879 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 116828

[startup+12.7004 s]
/proc/loadavg: 2.36 2.12 2.12 2/180 31746
/proc/meminfo: memFree=29263988/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=2.48 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 9778 16880 0 0 37 15 192 4 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=31744] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31744/stat : 31744 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386751435 9367552 267 33554432000 4194304 5064252 140737341523968 140737341522880 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31744/statm: 2287 267 226 213 0 72 0
[pid=31745] ppid=31744 vsize=60520 CPUtime=9.22 cores=0,2,4,6
/proc/31745/stat : 31745 (glucose) R 31744 31731 29754 0 -1 4202496 12314 0 0 0 920 2 0 0 20 0 1 0 386751435 61972480 13412 33554432000 4194304 5208918 140734941514608 140734941512280 4211572 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31745/statm: 15130 13412 95 248 0 14879 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 116828

[startup+25.5003 s]
/proc/loadavg: 2.49 2.17 2.13 3/182 31798
/proc/meminfo: memFree=30911504/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=2.48 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 9778 16880 0 0 37 15 192 4 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=31744] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31744/stat : 31744 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386751435 9367552 267 33554432000 4194304 5064252 140737341523968 140737341522880 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31744/statm: 2287 267 226 213 0 72 0
[pid=31745] ppid=31744 vsize=64940 CPUtime=22.02 cores=0,2,4,6
/proc/31745/stat : 31745 (glucose) R 31744 31731 29754 0 -1 4202496 12339 0 0 0 2200 2 0 0 20 0 1 0 386751435 66498560 13437 33554432000 4194304 5208918 140734941514608 140734941512760 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31745/statm: 16235 13437 95 248 0 15984 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 121248

[startup+51.1003 s]
/proc/loadavg: 2.32 2.15 2.12 3/183 31801
/proc/meminfo: memFree=30956576/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=49 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 13348 35230 0 0 48 16 4817 19 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
Current children cumulated CPU time (s) 49
Current children cumulated vsize (KiB) 47160

[startup+102.3 s]
/proc/loadavg: 2.14 2.13 2.11 3/181 31812
/proc/meminfo: memFree=30910260/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=95.42 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 16918 54239 0 0 58 18 9433 33 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=31811] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31811/stat : 31811 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386760811 9367552 266 33554432000 4194304 5064252 140736217541536 140736217540448 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31811/statm: 2287 266 226 213 0 72 0
[pid=31812] ppid=31811 vsize=60520 CPUtime=5.06 cores=0,2,4,6
/proc/31812/stat : 31812 (glucose) R 31811 31731 29754 0 -1 4202496 12947 0 0 0 504 2 0 0 20 0 1 0 386760811 61972480 13471 33554432000 4194304 5208918 140734115011472 140734115009144 4211558 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31812/statm: 15130 13471 95 248 0 14879 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 116828

[startup+162.3 s]
/proc/loadavg: 2.05 2.10 2.10 3/181 31819
/proc/meminfo: memFree=30911296/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=141.88 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 20488 73743 0 0 69 19 14052 48 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=31818] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31818/stat : 31818 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386765458 9367552 266 33554432000 4194304 5064252 140735292718512 140735292717424 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31818/statm: 2287 266 226 213 0 72 0
[pid=31819] ppid=31818 vsize=64944 CPUtime=18.59 cores=0,2,4,6
/proc/31819/stat : 31819 (glucose) R 31818 31731 29754 0 -1 4202496 12485 0 0 0 1857 2 0 0 20 0 1 0 386765458 66502656 13048 33554432000 4194304 5208918 140737155763248 140737155761400 4211719 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31819/statm: 16236 13048 95 248 0 15985 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 121252

[startup+222.3 s]
/proc/loadavg: 2.05 2.09 2.10 3/181 31826
/proc/meminfo: memFree=30909304/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0

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

/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32062] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32062/stat : 32062 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386886104 9367552 267 33554432000 4194304 5064252 140735098374640 140735098373552 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32062/statm: 2287 267 226 213 0 72 0
[pid=32063] ppid=32062 vsize=60520 CPUtime=12.12 cores=0,2,4,6
/proc/32063/stat : 32063 (glucose) R 32062 31731 29754 0 -1 4202496 13014 0 0 0 1210 2 0 0 20 0 1 0 386886104 61972480 13538 33554432000 4194304 5208918 140736396216688 140736396214360 4211521 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32063/statm: 15130 13538 95 248 0 14879 0
Current children cumulated CPU time (s) 1360.24
Current children cumulated vsize (KiB) 116828

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32070
/proc/meminfo: memFree=30907068/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1394.34 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 116878 583700 0 0 348 54 138580 452 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32069] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32069/stat : 32069 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386890727 9367552 267 33554432000 4194304 5064252 140733373945984 140733373944896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32069/statm: 2287 267 226 213 0 72 0
[pid=32070] ppid=32069 vsize=64948 CPUtime=25.89 cores=0,2,4,6
/proc/32070/stat : 32070 (glucose) R 32069 31731 29754 0 -1 4202496 12323 0 0 0 2587 2 0 0 20 0 1 0 386890728 66506752 13659 33554432000 4194304 5208918 140733547513648 140733547511800 4211901 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32070/statm: 16237 13659 95 248 0 15986 0
Current children cumulated CPU time (s) 1420.23
Current children cumulated vsize (KiB) 121256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32077
/proc/meminfo: memFree=30908148/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1440.67 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 120448 602523 0 0 358 56 143188 465 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32076] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32076/stat : 32076 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386895359 9367552 267 33554432000 4194304 5064252 140734850147968 140734850146880 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32076/statm: 2287 267 226 213 0 72 0
[pid=32077] ppid=32076 vsize=64940 CPUtime=39.57 cores=0,2,4,6
/proc/32077/stat : 32077 (glucose) R 32076 31731 29754 0 -1 4202496 12959 0 0 0 3954 3 0 0 20 0 1 0 386895359 66498560 13482 33554432000 4194304 5208918 140734461919264 140734461917416 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32077/statm: 16235 13482 95 248 0 15984 0
Current children cumulated CPU time (s) 1480.24
Current children cumulated vsize (KiB) 121248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32092
/proc/meminfo: memFree=30909260/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1533.16 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 127588 640982 0 0 377 58 152385 496 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32091] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32091/stat : 32091 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386904611 9367552 267 33554432000 4194304 5064252 140736499676928 140736499675840 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32091/statm: 2287 267 226 213 0 72 0
[pid=32092] ppid=32091 vsize=60524 CPUtime=7.06 cores=0,2,4,6
/proc/32092/stat : 32092 (glucose) R 32091 31731 29754 0 -1 4202496 12463 0 0 0 704 2 0 0 20 0 1 0 386904612 61976576 13024 33554432000 4194304 5208918 140734153878704 140734153876376 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32092/statm: 15131 13024 95 248 0 14880 0
Current children cumulated CPU time (s) 1540.22
Current children cumulated vsize (KiB) 116832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32102
/proc/meminfo: memFree=30907140/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1579.48 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 131158 659483 0 0 387 60 156988 513 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32101] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32101/stat : 32101 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386909242 9367552 267 33554432000 4194304 5064252 140735473535344 140735473534256 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32101/statm: 2287 267 226 213 0 72 0
[pid=32102] ppid=32101 vsize=64940 CPUtime=20.75 cores=0,2,4,6
/proc/32102/stat : 32102 (glucose) R 32101 31731 29754 0 -1 4202496 12993 0 0 0 2073 2 0 0 20 0 1 0 386909242 66498560 13517 33554432000 4194304 5208918 140734016199872 140734016198024 4211834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32102/statm: 16235 13517 95 248 0 15984 0
Current children cumulated CPU time (s) 1600.23
Current children cumulated vsize (KiB) 121248

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 32116
/proc/meminfo: memFree=30911080/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1625.85 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 134728 678998 0 0 397 61 161599 528 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32108] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32108/stat : 32108 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386913880 9367552 266 33554432000 4194304 5064252 140735811047920 140735811046832 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32108/statm: 2287 266 226 213 0 72 0
[pid=32109] ppid=32108 vsize=64944 CPUtime=34.36 cores=0,2,4,6
/proc/32109/stat : 32109 (glucose) R 32108 31731 29754 0 -1 4202496 12517 0 0 0 3435 1 0 0 20 0 1 0 386913880 66502656 13442 33554432000 4194304 5208918 140736254682864 140736254681016 4211641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32109/statm: 16236 13442 95 248 0 15985 0
Current children cumulated CPU time (s) 1660.21
Current children cumulated vsize (KiB) 121252

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 32130
/proc/meminfo: memFree=30913156/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1718.56 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 141868 716846 0 0 416 64 170818 558 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32129] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32129/stat : 32129 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386923152 9367552 267 33554432000 4194304 5064252 140737148291552 140737148290464 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32129/statm: 2287 267 226 213 0 72 0
[pid=32130] ppid=32129 vsize=60524 CPUtime=1.65 cores=0,2,4,6
/proc/32130/stat : 32130 (glucose) R 32129 31731 29754 0 -1 4202496 12448 0 0 0 163 2 0 0 20 0 1 0 386923153 61976576 13011 33554432000 4194304 5208918 140734501730816 140734501728488 4211641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32130/statm: 15131 13011 95 248 0 14880 0
Current children cumulated CPU time (s) 1720.21
Current children cumulated vsize (KiB) 116832

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 32137
/proc/meminfo: memFree=30910696/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1765.51 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 145438 735858 0 0 425 65 175487 574 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32136] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32136/stat : 32136 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386927849 9367552 266 33554432000 4194304 5064252 140733701511888 140733701510800 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32136/statm: 2287 266 226 213 0 72 0
[pid=32137] ppid=32136 vsize=60524 CPUtime=14.67 cores=0,2,4,6
/proc/32137/stat : 32137 (glucose) R 32136 31731 29754 0 -1 4202496 12478 0 0 0 1465 2 0 0 20 0 1 0 386927850 61976576 13300 33554432000 4194304 5208918 140733777384720 140733777382392 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32137/statm: 15131 13300 95 248 0 14880 0
Current children cumulated CPU time (s) 1780.18
Current children cumulated vsize (KiB) 116832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.13 2.05 2.01 3/181 32137
/proc/meminfo: memFree=30910260/32873852 swapFree=6864/6864
[pid=31731] ppid=31729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (npSolver-wbo-It) S 31729 31731 29754 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386751088 9367552 275 33554432000 4194304 5064252 140735547412464 140735547411376 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31731/statm: 2287 275 233 213 0 72 0
[pid=31732] ppid=31731 vsize=38012 CPUtime=1765.51 cores=0,2,4,6
/proc/31732/stat : 31732 (npSolver-wbo) S 31731 31731 29754 0 -1 4202496 145438 735858 0 0 425 65 175487 574 20 0 1 0 386751088 38924288 8700 33554432000 4194304 6006132 140735643421280 140735643412640 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 94 0 0
/proc/31732/statm: 9503 8700 176 443 0 9056 0
[pid=32136] ppid=31732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32136/stat : 32136 (satsolver.sh) S 31732 31731 29754 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386927849 9367552 266 33554432000 4194304 5064252 140733701511888 140733701510800 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32136/statm: 2287 266 226 213 0 72 0
[pid=32137] ppid=32136 vsize=64944 CPUtime=34.37 cores=0,2,4,6
/proc/32137/stat : 32137 (glucose) R 32136 31731 29754 0 -1 4202496 12516 0 0 0 3435 2 0 0 20 0 1 0 386927850 66502656 13405 33554432000 4194304 5208918 140733777384720 140733777382872 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32137/statm: 16236 13405 95 248 0 15985 0
Current children cumulated CPU time (s) 1799.88
Current children cumulated vsize (KiB) 121252

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.179993
#  lost CPU user time (s): 0.119995
#  lost CPU system time (s): 0.06

Real time (s): 1802.01
CPU time (s): 1800.1
CPU user time (s): 1793.61
CPU system time (s): 6.48602
CPU usage (%): 99.8939
Max. virtual memory (cumulated for all children) (KiB): 124728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.49
system time used= 6.42602
maximum resident set size= 60320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 894801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 740120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14873
involuntary context switches= 2491

runsolver used 3.54546 second user time and 9.17361 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-09 03:44:16
IDJOB=3753149
IDBENCH=79104
IDSOLVER=2336
FILE ID=node129/3753149-1339206256
RUNJOBID= node129-1339204445-29770
PBS_JOBID= 14643853
Free space on /tmp= 70452 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--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-3753149-1339206256/watcher-3753149-1339206256 -o /tmp/evaluation-result-3753149-1339206256/solver-3753149-1339206256 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753149-1339206256.wbo 6520742 HOME HOME

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

MD5SUM BENCH= e9bc5c880cc124a3ebcf869858f0227b
RANDOM SEED=6520742

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29361716 kB
Buffers:          390892 kB
Cached:          1583256 kB
SwapCached:         2008 kB
Active:          1087660 kB
Inactive:        1466244 kB
Active(anon):     578148 kB
Inactive(anon):     4180 kB
Active(file):     509512 kB
Inactive(file):  1462064 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:            989316 kB
Writeback:         73492 kB
AnonPages:        585260 kB
Mapped:             9640 kB
Shmem:                 0 kB
Slab:             817496 kB
SReclaimable:     255040 kB
SUnreclaim:       562456 kB
KernelStack:        1432 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     798860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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= 70992 MiB
End job on node129 at 2012-06-09 04:14:18