Trace number 3754673

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.06 1800.81

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
MD5SUMdd3ef6bbe4855ee6a3bf373100fffb0f
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.437933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8190
Total number of constraints181
Number of soft constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
Top cost 8850
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 8849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
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

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.06	c run usual solver
0.00/0.40	o 1827
0.00/0.40	c current bound: 913
4.39/5.33	o 130
4.39/5.33	c current bound: 65
5.40/5.84	o 59
5.40/5.84	c current bound: 29
1800.02/1800.80	./satsolver.sh: line 5:  1735 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.80	c error: unexpected solver exit code
1800.02/1800.80	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3754673-1339193439/watcher-3754673-1339193439 -o /tmp/evaluation-result-3754673-1339193439/solver-3754673-1339193439 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754673-1339193439.wbo 2040069214 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1707
/proc/meminfo: memFree=31400104/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0

[startup+0.03209 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1707
/proc/meminfo: memFree=31400104/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100363 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1707
/proc/meminfo: memFree=31400104/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1707
/proc/meminfo: memFree=31400104/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1707
/proc/meminfo: memFree=31400104/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/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.00 2.01 2.00 3/184 1721
/proc/meminfo: memFree=31263796/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=37888 CPUtime=0.58 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 5416 8297 0 0 22 7 27 2 20 0 1 0 385472480 38797312 8514 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 9472 8514 166 443 0 9025 0
[pid=1720] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1720/stat : 1720 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385472539 9367552 266 33554432000 4194304 5064252 140734827658912 140734827657824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1720/statm: 2287 266 226 213 0 72 0
[pid=1721] ppid=1720 vsize=105852 CPUtime=0.89 cores=1,3,5,7
/proc/1721/stat : 1721 (glucose) R 1720 1707 31464 0 -1 4202496 20366 0 0 0 84 5 0 0 20 0 1 0 385472540 108392448 21744 33554432000 4194304 5208918 140733278783456 140733278781864 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1721/statm: 26463 21744 95 248 0 26212 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 162036

[startup+3.10033 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 1721
/proc/meminfo: memFree=31257964/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=37888 CPUtime=0.58 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 5416 8297 0 0 22 7 27 2 20 0 1 0 385472480 38797312 8514 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 9472 8514 166 443 0 9025 0
[pid=1720] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1720/stat : 1720 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385472539 9367552 266 33554432000 4194304 5064252 140734827658912 140734827657824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1720/statm: 2287 266 226 213 0 72 0
[pid=1721] ppid=1720 vsize=105852 CPUtime=2.49 cores=1,3,5,7
/proc/1721/stat : 1721 (glucose) R 1720 1707 31464 0 -1 4202496 20502 0 0 0 244 5 0 0 20 0 1 0 385472540 108392448 22391 33554432000 4194304 5208918 140733278783456 140733278781864 4211668 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1721/statm: 26463 22391 95 248 0 26212 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 162036

[startup+6.30027 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 1728
/proc/meminfo: memFree=31349780/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 30652

[startup+12.7004 s]
/proc/loadavg: 2.15 2.04 2.01 3/184 1736
/proc/meminfo: memFree=31300468/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=55688 CPUtime=6.84 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 6055 0 0 0 682 2 0 0 20 0 1 0 385473064 57024512 11648 33554432000 4194304 5208918 140736683982832 140736683980984 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 13922 11648 96 248 0 13671 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 95488

[startup+25.5004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 1736
/proc/meminfo: memFree=31366296/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=104896 CPUtime=19.64 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 8986 0 0 0 1958 6 0 0 20 0 1 0 385473064 107413504 21567 33554432000 4194304 5208918 140736683982832 140736683980920 4211847 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 26224 21567 96 248 0 25973 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 144696

[startup+51.1005 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 1736
/proc/meminfo: memFree=31259300/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=135716 CPUtime=45.24 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 11850 0 0 0 4512 12 0 0 20 0 1 0 385473064 138973184 29314 33554432000 4194304 5208918 140736683982832 140736683980984 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 33929 29314 96 248 0 33678 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 175516

[startup+102.309 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 1736
/proc/meminfo: memFree=31193376/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=185804 CPUtime=96.43 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 16082 0 0 0 9621 22 0 0 20 0 1 0 385473064 190263296 44479 33554432000 4194304 5208918 140736683982832 140736683980984 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 46451 44479 96 248 0 46200 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 225604

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 1736
/proc/meminfo: memFree=31108492/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=267192 CPUtime=156.41 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 21091 0 0 0 15607 34 0 0 20 0 1 0 385473064 273604608 51690 33554432000 4194304 5208918 140736683982832 140736683980984 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 66798 51690 96 248 0 66547 0
Current children cumulated CPU time (s) 161.87

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 1918
/proc/meminfo: memFree=31082360/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=399452 CPUtime=1356.13 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 66457 0 0 0 135398 215 0 0 20 0 1 0 385473064 409038848 88638 33554432000 4194304 5208918 140736683982832 140736683980984 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 99863 88638 96 248 0 99612 0
Current children cumulated CPU time (s) 1361.59
Current children cumulated vsize (KiB) 439252

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 1918
/proc/meminfo: memFree=31127368/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=399452 CPUtime=1416.12 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 68315 0 0 0 141384 228 0 0 20 0 1 0 385473064 409038848 73676 33554432000 4194304 5208918 140736683982832 140736683980984 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 99863 73676 96 248 0 99612 0
Current children cumulated CPU time (s) 1421.58
Current children cumulated vsize (KiB) 439252

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 2053
/proc/meminfo: memFree=30443056/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=399452 CPUtime=1476.11 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 69867 0 0 0 147374 237 0 0 20 0 1 0 385473064 409038848 84030 33554432000 4194304 5208918 140736683982832 140736683980984 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 99863 84030 96 248 0 99612 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 439252

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 2054
/proc/meminfo: memFree=30431980/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=399452 CPUtime=1536.09 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 71198 0 0 0 153366 243 0 0 20 0 1 0 385473064 409038848 85867 33554432000 4194304 5208918 140736683982832 140736683980984 4211570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 99863 85867 96 248 0 99612 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 439252

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 2054
/proc/meminfo: memFree=30473976/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=399452 CPUtime=1596.09 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 73041 0 0 0 159354 255 0 0 20 0 1 0 385473064 409038848 76236 33554432000 4194304 5208918 140736683982832 140736683980984 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 99863 76236 96 248 0 99612 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 439252

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 2054
/proc/meminfo: memFree=30509824/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=267192 CPUtime=1656.07 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 74247 0 0 0 165345 262 0 0 20 0 1 0 385473064 273604608 66297 33554432000 4194304 5208918 140736683982832 140736683980984 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 66798 66297 96 248 0 66547 0
Current children cumulated CPU time (s) 1661.53
Current children cumulated vsize (KiB) 306992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2054
/proc/meminfo: memFree=30559936/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=267192 CPUtime=1716.07 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 76219 0 0 0 171337 270 0 0 20 0 1 0 385473064 273604608 54267 33554432000 4194304 5208918 140736683982832 140736683980984 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 66798 54267 96 248 0 66547 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 306992

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 2057
/proc/meminfo: memFree=30347832/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=614376 CPUtime=1776.05 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 77299 0 0 0 177330 275 0 0 20 0 1 0 385473064 629121024 106956 33554432000 4194304 5208918 140736683982832 140736683980984 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 153594 106956 96 248 0 153343 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 654176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 2057
/proc/meminfo: memFree=30596672/32873844 swapFree=8656/8656
[pid=1707] ppid=1705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (npSolver-wbo.sh) S 1705 1707 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385472479 9367552 275 33554432000 4194304 5064252 140733409093664 140733409092576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1707/statm: 2287 275 233 213 0 72 0
[pid=1708] ppid=1707 vsize=21504 CPUtime=5.46 cores=1,3,5,7
/proc/1708/stat : 1708 (npSolver-wbo) S 1707 1707 31464 0 -1 4202496 6237 40279 0 0 23 7 479 37 20 0 1 0 385472480 22020096 5000 33554432000 4194304 6006132 140736346992976 140736346984384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1708/statm: 5376 5000 166 443 0 4929 0
[pid=1734] ppid=1708 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1734/stat : 1734 (satsolver.sh) S 1708 1707 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385473064 9367552 266 33554432000 4194304 5064252 140733688245424 140733688244336 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1734/statm: 2287 266 226 213 0 72 0
[pid=1735] ppid=1734 vsize=185804 CPUtime=1794.56 cores=1,3,5,7
/proc/1735/stat : 1735 (glucose) R 1734 1707 31464 0 -1 4202496 77401 0 0 0 179176 280 0 0 20 0 1 0 385473064 190263296 44281 33554432000 4194304 5208918 140736683982832 140736683980920 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1735/statm: 46451 44281 96 248 0 46200 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 225604

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.81
CPU time (s): 1800.06
CPU user time (s): 1796.8
CPU system time (s): 3.2565
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 784404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.8
system time used= 3.2565
maximum resident set size= 556936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 39048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 941
involuntary context switches= 1921

runsolver used 3.55046 second user time and 9.29959 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 00:10:39
IDJOB=3754673
IDBENCH=79185
IDSOLVER=2339
FILE ID=node102/3754673-1339193439
RUNJOBID= node102-1339183373-384
PBS_JOBID= 14643844
Free space on /tmp= 71100 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754673-1339193439/watcher-3754673-1339193439 -o /tmp/evaluation-result-3754673-1339193439/solver-3754673-1339193439 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3754673-1339193439.wbo 2040069214 HOME HOME

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

MD5SUM BENCH= dd3ef6bbe4855ee6a3bf373100fffb0f
RANDOM SEED=2040069214

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31402152 kB
Buffers:          292336 kB
Cached:           196152 kB
SwapCached:         2672 kB
Active:           537952 kB
Inactive:          38228 kB
Active(anon):      83968 kB
Inactive(anon):     6024 kB
Active(file):     453984 kB
Inactive(file):    32204 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:              8524 kB
Writeback:             0 kB
AnonPages:        116900 kB
Mapped:             9936 kB
Shmem:                 0 kB
Slab:             732400 kB
SReclaimable:     173472 kB
SUnreclaim:       558928 kB
KernelStack:        1488 kB
PageTables:         4044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     241632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 70936 MiB
End job on node102 at 2012-06-09 00:40:40