Trace number 3752968

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.07 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-66-100-0.wbo
MD5SUMa455ffab78a89665145255f789204852
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.441932
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints24
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 1255
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1254
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run usual solver
65.55/65.63	o 295
65.55/65.63	c starting approximation
65.55/65.63	c factor = 2
65.55/65.63	c current bound: 147
170.34/170.44	c current bound: 147
274.80/274.96	c current bound: 147
378.90/379.06	c current bound: 147
485.36/485.56	c current bound: 147
589.84/590.09	c current bound: 147
697.03/697.23	c current bound: 147
801.62/801.80	c current bound: 147
905.50/905.71	c current bound: 147
1010.37/1010.61	c current bound: 147
1117.06/1117.35	c current bound: 147
1221.74/1222.04	c current bound: 147
1326.43/1326.73	c current bound: 147
1430.91/1431.24	c current bound: 147
1535.08/1535.49	c current bound: 147
1639.76/1640.16	c current bound: 147
1744.74/1745.18	c current bound: 147
1800.04/1800.40	./satsolver.sh: line 5: 20407 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752968-1339194659/watcher-3752968-1339194659 -o /tmp/evaluation-result-3752968-1339194659/solver-3752968-1339194659 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752968-1339194659.wbo 1278280086 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 13906
/proc/meminfo: memFree=26732272/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0

[startup+0.013485 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 13906
/proc/meminfo: memFree=26732272/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100372 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 13906
/proc/meminfo: memFree=26732272/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300114 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 13906
/proc/meminfo: memFree=26732272/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700246 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 13906
/proc/meminfo: memFree=26732272/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.98 1.98 1.99 3/184 13920
/proc/meminfo: memFree=26722568/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=2780 CPUtime=0.03 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1391 1906 0 0 1 0 2 0 20 0 1 0 385590423 2846720 339 33554432000 4194304 6006132 140735249162416 140735249156608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13907/statm: 695 339 157 443 0 248 0
[pid=13912] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13912/stat : 13912 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385590429 9367552 266 33554432000 4194304 5064252 140733733580352 140733733579264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13912/statm: 2287 266 226 213 0 72 0
[pid=13913] ppid=13912 vsize=15068 CPUtime=1.43 cores=0,2,4,6
/proc/13913/stat : 13913 (glucose) R 13912 13906 5089 0 -1 4202496 3151 0 0 0 142 1 0 0 20 0 1 0 385590429 15429632 3100 33554432000 4194304 5208918 140736171208064 140736171206008 4229520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13913/statm: 3767 3100 96 248 0 3516 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 36144

[startup+3.10033 s]
/proc/loadavg: 2.06 1.99 1.99 3/183 13927
/proc/meminfo: memFree=26713704/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=2780 CPUtime=0.03 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1391 1906 0 0 1 0 2 0 20 0 1 0 385590423 2846720 339 33554432000 4194304 6006132 140735249162416 140735249156608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13907/statm: 695 339 157 443 0 248 0
[pid=13912] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13912/stat : 13912 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385590429 9367552 266 33554432000 4194304 5064252 140733733580352 140733733579264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13912/statm: 2287 266 226 213 0 72 0
[pid=13913] ppid=13912 vsize=31024 CPUtime=3.03 cores=0,2,4,6
/proc/13913/stat : 13913 (glucose) R 13912 13906 5089 0 -1 4202496 4234 0 0 0 301 2 0 0 20 0 1 0 385590429 31768576 6222 33554432000 4194304 5208918 140736171208064 140736171205928 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13913/statm: 7756 6222 96 248 0 7505 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 52100

[startup+6.30041 s]
/proc/loadavg: 2.06 1.99 1.99 3/183 13979
/proc/meminfo: memFree=26708896/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=2780 CPUtime=0.03 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1391 1906 0 0 1 0 2 0 20 0 1 0 385590423 2846720 339 33554432000 4194304 6006132 140735249162416 140735249156608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13907/statm: 695 339 157 443 0 248 0
[pid=13912] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13912/stat : 13912 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385590429 9367552 266 33554432000 4194304 5064252 140733733580352 140733733579264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13912/statm: 2287 266 226 213 0 72 0
[pid=13913] ppid=13912 vsize=15068 CPUtime=6.23 cores=0,2,4,6
/proc/13913/stat : 13913 (glucose) R 13912 13906 5089 0 -1 4202496 5748 0 0 0 621 2 0 0 20 0 1 0 385590429 15429632 3085 33554432000 4194304 5208918 140736171208064 140736171205928 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13913/statm: 3767 3085 96 248 0 3516 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 36144

[startup+12.7004 s]
/proc/loadavg: 2.05 1.99 1.99 3/183 14007
/proc/meminfo: memFree=26687936/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=2780 CPUtime=0.03 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1391 1906 0 0 1 0 2 0 20 0 1 0 385590423 2846720 339 33554432000 4194304 6006132 140735249162416 140735249156608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13907/statm: 695 339 157 443 0 248 0
[pid=13912] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13912/stat : 13912 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385590429 9367552 266 33554432000 4194304 5064252 140733733580352 140733733579264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13912/statm: 2287 266 226 213 0 72 0
[pid=13913] ppid=13912 vsize=87368 CPUtime=12.63 cores=0,2,4,6
/proc/13913/stat : 13913 (glucose) R 13912 13906 5089 0 -1 4202496 6799 0 0 0 1260 3 0 0 20 0 1 0 385590429 89464832 16397 33554432000 4194304 5208918 140736171208064 140736171206008 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13913/statm: 21842 16397 96 248 0 21591 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 108444

[startup+25.5004 s]
/proc/loadavg: 2.04 1.99 1.99 3/183 14056
/proc/meminfo: memFree=26708656/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=2780 CPUtime=0.03 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1391 1906 0 0 1 0 2 0 20 0 1 0 385590423 2846720 339 33554432000 4194304 6006132 140735249162416 140735249156608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13907/statm: 695 339 157 443 0 248 0
[pid=13912] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13912/stat : 13912 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385590429 9367552 266 33554432000 4194304 5064252 140733733580352 140733733579264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13912/statm: 2287 266 226 213 0 72 0
[pid=13913] ppid=13912 vsize=57020 CPUtime=25.43 cores=0,2,4,6
/proc/13913/stat : 13913 (glucose) R 13912 13906 5089 0 -1 4202496 8860 0 0 0 2537 6 0 0 20 0 1 0 385590429 58388480 9740 33554432000 4194304 5208918 140736171208064 140736171206152 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13913/statm: 14255 9740 96 248 0 14004 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 78096

[startup+51.1004 s]
/proc/loadavg: 2.03 1.99 1.99 3/183 14147
/proc/meminfo: memFree=26710364/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=2780 CPUtime=0.03 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1391 1906 0 0 1 0 2 0 20 0 1 0 385590423 2846720 339 33554432000 4194304 6006132 140735249162416 140735249156608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13907/statm: 695 339 157 443 0 248 0
[pid=13912] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13912/stat : 13912 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385590429 9367552 266 33554432000 4194304 5064252 140733733580352 140733733579264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13912/statm: 2287 266 226 213 0 72 0
[pid=13913] ppid=13912 vsize=57020 CPUtime=51.02 cores=0,2,4,6
/proc/13913/stat : 13913 (glucose) R 13912 13906 5089 0 -1 4202496 12184 0 0 0 5092 10 0 0 20 0 1 0 385590429 58388480 9740 33554432000 4194304 5208918 140736171208064 140736171206152 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13913/statm: 14255 9740 96 248 0 14004 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 78096

[startup+102.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/184 14338
/proc/meminfo: memFree=26697936/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=65.61 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1568 19424 0 0 1 1 6543 16 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=14203] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14203/stat : 14203 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385596987 9367552 267 33554432000 4194304 5064252 140734118924080 140734118922992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14203/statm: 2287 267 226 213 0 72 0
[pid=14204] ppid=14203 vsize=60564 CPUtime=36.65 cores=0,2,4,6
/proc/14204/stat : 14204 (glucose) R 14203 13906 5089 0 -1 4202496 10038 0 0 0 3659 6 0 0 20 0 1 0 385596987 62017536 10131 33554432000 4194304 5208918 140736514503216 140736514501208 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14204/statm: 15141 10131 96 248 0 14890 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 81860

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 14555
/proc/meminfo: memFree=26699092/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=65.61 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 1568 19424 0 0 1 1 6543 16 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=14203] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 19206
/proc/meminfo: memFree=26696964/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1326.47 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 3464 219716 0 0 3 2 132437 205 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=18862] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18862/stat : 18862 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385723097 9367552 267 33554432000 4194304 5064252 140734452955760 140734452954672 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18862/statm: 2287 267 226 213 0 72 0
[pid=18863] ppid=18862 vsize=60572 CPUtime=95.53 cores=0,2,4,6
/proc/18863/stat : 18863 (glucose) R 18862 13906 5089 0 -1 4202496 14510 0 0 0 9540 13 0 0 20 0 1 0 385723097 62025728 10291 33554432000 4194304 5208918 140736231372576 140736231370728 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18863/statm: 15143 10291 96 248 0 14892 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 81868

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 19430
/proc/meminfo: memFree=26700008/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1430.96 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 3622 238586 0 0 3 2 142869 222 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=19247] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19247/stat : 19247 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385733548 9367552 267 33554432000 4194304 5064252 140735138768144 140735138767056 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19247/statm: 2287 267 226 213 0 72 0
[pid=19248] ppid=19247 vsize=60564 CPUtime=51.03 cores=0,2,4,6
/proc/19248/stat : 19248 (glucose) R 19247 13906 5089 0 -1 4202496 10392 0 0 0 5096 7 0 0 20 0 1 0 385733548 62017536 10524 33554432000 4194304 5208918 140735536722416 140735536720504 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19248/statm: 15141 10524 96 248 0 14890 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 81860

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 19654
/proc/meminfo: memFree=26698896/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1535.18 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 3780 256028 0 0 3 2 153275 238 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=19632] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19632/stat : 19632 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385743972 9367552 266 33554432000 4194304 5064252 140734137959104 140734137958016 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19632/statm: 2287 266 226 213 0 72 0
[pid=19633] ppid=19632 vsize=72064 CPUtime=6.8 cores=0,2,4,6
/proc/19633/stat : 19633 (glucose) R 19632 13906 5089 0 -1 4202496 5122 0 0 0 679 1 0 0 20 0 1 0 385743973 73793536 15206 33554432000 4194304 5208918 140734167337040 140734167334984 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19633/statm: 18016 15206 96 248 0 17765 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 93360

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 19871
/proc/meminfo: memFree=26702048/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1535.18 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 3780 256028 0 0 3 2 153275 238 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=19632] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19632/stat : 19632 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385743972 9367552 266 33554432000 4194304 5064252 140734137959104 140734137958016 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19632/statm: 2287 266 226 213 0 72 0
[pid=19633] ppid=19632 vsize=60568 CPUtime=66.78 cores=0,2,4,6
/proc/19633/stat : 19633 (glucose) R 19632 13906 5089 0 -1 4202496 9597 0 0 0 6670 8 0 0 20 0 1 0 385743973 62021632 10048 33554432000 4194304 5208918 140734167337040 140734167335128 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19633/statm: 15142 10048 96 248 0 14891 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 81864

[startup+1662.3 s]
/proc/loadavg: 1.91 1.97 1.99 3/183 20096
/proc/meminfo: memFree=26669900/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1639.84 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 3938 271627 0 0 3 2 163725 254 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=20018] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20018/stat : 20018 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385754440 9367552 267 33554432000 4194304 5064252 140735501066928 140735501065840 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20018/statm: 2287 267 226 213 0 72 0
[pid=20019] ppid=20018 vsize=23032 CPUtime=22.12 cores=0,2,4,6
/proc/20019/stat : 20019 (glucose) R 20018 13906 5089 0 -1 4202496 7074 0 0 0 2209 3 0 0 20 0 1 0 385754440 23584768 5341 33554432000 4194304 5208918 140736038636592 140736038634536 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20019/statm: 5758 5341 96 248 0 5507 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 44328

[startup+1722.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/183 20313
/proc/meminfo: memFree=26701648/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1639.84 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 3938 271627 0 0 3 2 163725 254 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=20018] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20018/stat : 20018 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385754440 9367552 267 33554432000 4194304 5064252 140735501066928 140735501065840 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20018/statm: 2287 267 226 213 0 72 0
[pid=20019] ppid=20018 vsize=109884 CPUtime=82.1 cores=0,2,4,6
/proc/20019/stat : 20019 (glucose) R 20018 13906 5089 0 -1 4202496 11713 0 0 0 8200 10 0 0 20 0 1 0 385754440 112521216 18636 33554432000 4194304 5208918 140736038636592 140736038634680 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20019/statm: 27471 18636 96 248 0 27220 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 131180

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/184 20540
/proc/meminfo: memFree=26654764/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1744.84 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 4096 288908 0 0 4 2 174208 270 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=20406] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20406/stat : 20406 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385764941 9367552 267 33554432000 4194304 5064252 140733670762160 140733670761072 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20406/statm: 2287 267 226 213 0 72 0
[pid=20407] ppid=20406 vsize=60564 CPUtime=37.09 cores=0,2,4,6
/proc/20407/stat : 20407 (glucose) R 20406 13906 5089 0 -1 4202496 9974 0 0 0 3704 5 0 0 20 0 1 0 385764942 62017536 10167 33554432000 4194304 5208918 140736957623248 140736957621240 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20407/statm: 15141 10167 96 248 0 14890 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 81860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 1.97 1.99 3/184 20610
/proc/meminfo: memFree=26668036/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1744.84 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 4096 288908 0 0 4 2 174208 270 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=20406] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20406/stat : 20406 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385764941 9367552 267 33554432000 4194304 5064252 140733670762160 140733670761072 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20406/statm: 2287 267 226 213 0 72 0
[pid=20407] ppid=20406 vsize=109884 CPUtime=55.2 cores=0,2,4,6
/proc/20407/stat : 20407 (glucose) R 20406 13906 5089 0 -1 4202496 10659 0 0 0 5513 7 0 0 20 0 1 0 385764942 112521216 19470 33554432000 4194304 5208918 140736957623248 140736957621240 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20407/statm: 27471 19470 96 248 0 27220 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 131180

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.99 1.97 1.99 3/184 20610
/proc/meminfo: memFree=26668036/32873648 swapFree=7388/7388
[pid=13906] ppid=13904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13906/stat : 13906 (npSolver-wbo-It) S 13904 13906 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385590423 9367552 275 33554432000 4194304 5064252 140736231362576 140736231361488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13906/statm: 2287 275 233 213 0 72 0
[pid=13907] ppid=13906 vsize=3000 CPUtime=1744.84 cores=0,2,4,6
/proc/13907/stat : 13907 (npSolver-wbo) S 13906 13906 5089 0 -1 4202496 4096 288908 0 0 4 2 174208 270 20 0 1 0 385590423 3072000 382 33554432000 4194304 6006132 140735249162416 140735249153776 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13907/statm: 750 382 176 443 0 303 0
[pid=20406] ppid=13907 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20406/stat : 20406 (satsolver.sh) S 13907 13906 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385764941 9367552 267 33554432000 4194304 5064252 140733670762160 140733670761072 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20406/statm: 2287 267 226 213 0 72 0
[pid=20407] ppid=20406 vsize=109884 CPUtime=55.2 cores=0,2,4,6
/proc/20407/stat : 20407 (glucose) R 20406 13906 5089 0 -1 4202496 10659 0 0 0 5513 7 0 0 20 0 1 0 385764942 112521216 19470 33554432000 4194304 5208918 140736957623248 140736957621240 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20407/statm: 27471 19470 96 248 0 27220 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 131180

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1797.26
CPU system time (s): 2.81257
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 162008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 2.81257
maximum resident set size= 104352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327
involuntary context switches= 2463

runsolver used 7.8738 second user time and 10.9873 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-09 00:30:59
IDJOB=3752968
IDBENCH=78715
IDSOLVER=2336
FILE ID=node148/3752968-1339194659
RUNJOBID= node148-1339183826-6231
PBS_JOBID= 14643813
Free space on /tmp= 70412 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752968-1339194659/watcher-3752968-1339194659 -o /tmp/evaluation-result-3752968-1339194659/solver-3752968-1339194659 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752968-1339194659.wbo 1278280086 HOME HOME

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

MD5SUM BENCH= a455ffab78a89665145255f789204852
RANDOM SEED=1278280086

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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		: 2667.284
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:       32873648 kB
MemFree:        26732536 kB
Buffers:          745328 kB
Cached:          4374628 kB
SwapCached:          560 kB
Active:          2511012 kB
Inactive:        2654768 kB
Active(anon):      34592 kB
Inactive(anon):    10632 kB
Active(file):    2476420 kB
Inactive(file):  2644136 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             10872 kB
Writeback:             0 kB
AnonPages:        109416 kB
Mapped:            11900 kB
Shmem:                36 kB
Slab:             838268 kB
SReclaimable:     281632 kB
SUnreclaim:       556636 kB
KernelStack:        1528 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     162244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 70404 MiB
End job on node148 at 2012-06-09 01:01:00