Trace number 3715368

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.01 1800.81

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/
normalized-j6030_9-unsat--soft-33-100-0.wbo
MD5SUMb7f7bf9a96b4a18a2b3361c5e215972e
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard 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 benchmark3.04354
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11956
Total number of constraints39426
Number of soft constraints26435
Number of constraints which are clauses39038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints388
Minimum length of a constraint1
Maximum length of a constraint60
Top cost 1328063
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1328062
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 416
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.10/2.15	c run usual solver
21.40/21.72	o 12348
21.40/21.72	c starting approximation
21.40/21.73	c factor = 2
21.40/21.73	c factor still to low - shrinking to 988.482
21.40/21.73	c approx number of clauses: 1e+06
21.40/21.73	c current bound: 6174
105.26/105.61	c current bound: 6174
187.82/188.20	c current bound: 6174
270.22/270.63	c current bound: 6174
352.39/352.83	c current bound: 6174
435.07/435.54	c current bound: 6174
517.64/518.14	c current bound: 6174
605.38/605.90	c current bound: 6174
687.99/688.53	c current bound: 6174
770.58/771.17	c current bound: 6174
853.10/853.70	c current bound: 6174
935.69/936.31	c current bound: 6174
1018.30/1018.95	c current bound: 6174
1100.56/1101.27	c current bound: 6174
1183.25/1183.95	c current bound: 6174
1265.92/1266.68	c current bound: 6174
1348.62/1349.31	c current bound: 6174
1431.00/1431.72	c current bound: 6174
1513.16/1513.90	c current bound: 6174
1597.25/1598.00	c current bound: 6174
1679.84/1680.63	c current bound: 6174
1762.42/1763.24	c current bound: 6174
1800.01/1800.81	c error: unexpected solver exit code
1800.01/1800.81	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-3715368-1338174660/watcher-3715368-1338174660 -o /tmp/evaluation-result-3715368-1338174660/solver-3715368-1338174660 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715368-1338174660.wbo 1592005803 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.37 2.29 2.11 3/180 7631
/proc/meminfo: memFree=28872544/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0

[startup+0.0823361 s]
/proc/loadavg: 2.37 2.29 2.11 3/180 7631
/proc/meminfo: memFree=28872544/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100252 s]
/proc/loadavg: 2.37 2.29 2.11 3/180 7631
/proc/meminfo: memFree=28872544/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300284 s]
/proc/loadavg: 2.37 2.29 2.11 3/180 7631
/proc/meminfo: memFree=28872544/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700204 s]
/proc/loadavg: 2.37 2.29 2.11 3/180 7631
/proc/meminfo: memFree=28872544/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.34 2.28 2.11 3/183 7650
/proc/meminfo: memFree=28826940/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=68700 CPUtime=1.49 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) R 7631 7631 18846 0 -1 4202496 6306 0 0 0 146 3 0 0 20 0 1 0 283591113 70348800 11915 33554432000 4194304 5990268 140735329996704 140735329992280 4547352 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7632/statm: 17175 11915 145 439 0 16732 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77848

[startup+3.1003 s]
/proc/loadavg: 2.34 2.28 2.11 4/182 7664
/proc/meminfo: memFree=28814664/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=69224 CPUtime=2.18 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 7143 0 0 0 207 11 0 0 20 0 1 0 283591113 70885376 13590 33554432000 4194304 5990268 140735329996704 140735329989856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7632/statm: 17306 13590 153 439 0 16863 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 78372
heavy processes:

[startup+6.30036 s]
/proc/loadavg: 2.34 2.28 2.11 3/184 7722
/proc/meminfo: memFree=28436964/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=69224 CPUtime=2.18 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 7143 0 0 0 207 11 0 0 20 0 1 0 283591113 70885376 13590 33554432000 4194304 5990268 140735329996704 140735329989856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7632/statm: 17306 13590 153 439 0 16863 0
[pid=7665] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (cp2_pre.sh) S 7632 7631 18846 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 283591332 9367552 277 33554432000 4194304 5064252 140736835782496 140736835781200 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7665/statm: 2287 277 234 213 0 72 0
[pid=7666] ppid=7665 vsize=368912 CPUtime=4.08 cores=1,3,5,7
/proc/7666/stat : 7666 (coprocessor) R 7665 7631 18846 0 -1 4202496 47844 0 0 0 395 13 0 0 20 0 1 0 283591332 377765888 90219 33554432000 4194304 6586260 140735401834048 140735401829368 5599460 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/7666/statm: 92228 90219 190 584 0 91640 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 456432

[startup+12.7003 s]
/proc/loadavg: 2.28 2.27 2.10 3/183 7831
/proc/meminfo: memFree=28429408/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=69224 CPUtime=2.18 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 7143 0 0 0 207 11 0 0 20 0 1 0 283591113 70885376 13590 33554432000 4194304 5990268 140735329996704 140735329989856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7632/statm: 17306 13590 153 439 0 16863 0
[pid=7665] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (cp2_pre.sh) S 7632 7631 18846 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 283591332 9367552 277 33554432000 4194304 5064252 140736835782496 140736835781200 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7665/statm: 2287 277 234 213 0 72 0
[pid=7666] ppid=7665 vsize=370232 CPUtime=10.48 cores=1,3,5,7
/proc/7666/stat : 7666 (coprocessor) R 7665 7631 18846 0 -1 4202496 48175 0 0 0 1035 13 0 0 20 0 1 0 283591332 379117568 90550 33554432000 4194304 6586260 140735401834048 140735401829592 5599447 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/7666/statm: 92558 90550 190 584 0 91970 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 457752

[startup+25.5004 s]
/proc/loadavg: 2.24 2.27 2.10 3/183 8058
/proc/meminfo: memFree=28578048/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=93236 CPUtime=21.54 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 11041 90353 0 0 242 111 1651 150 20 0 1 0 283591113 95473664 19535 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 23309 19535 176 439 0 22866 0
[pid=8001] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8001/stat : 8001 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283593296 9367552 266 33554432000 4194304 5064252 140734612479184 140734612478096 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8001/statm: 2287 266 226 213 0 72 0
[pid=8002] ppid=8001 vsize=193064 CPUtime=3.65 cores=1,3,5,7
/proc/8002/stat : 8002 (glucose) R 8001 7631 18846 0 -1 4202496 33315 0 0 0 357 8 0 0 20 0 1 0 283593296 197697536 39849 33554432000 4194304 5208918 140735805250688 140735805248632 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 48266 39849 95 248 0 48015 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 304596

[startup+51.1004 s]
/proc/loadavg: 2.16 2.24 2.10 3/183 8841
/proc/meminfo: memFree=28648384/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=93236 CPUtime=21.54 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 11041 90353 0 0 242 111 1651 150 20 0 1 0 283591113 95473664 19535 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 23309 19535 176 439 0 22866 0
[pid=8001] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8001/stat : 8001 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283593296 9367552 266 33554432000 4194304 5064252 140734612479184 140734612478096 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8001/statm: 2287 266 226 213 0 72 0
[pid=8002] ppid=8001 vsize=193196 CPUtime=29.24 cores=1,3,5,7
/proc/8002/stat : 8002 (glucose) R 8001 7631 18846 0 -1 4202496 33370 0 0 0 2915 9 0 0 20 0 1 0 283593296 197832704 40415 33554432000 4194304 5208918 140735805250688 140735805248632 4211577 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 48299 40415 95 248 0 48048 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 304728

[startup+102.307 s]
/proc/loadavg: 1.98 2.18 2.08 3/183 11097
/proc/meminfo: memFree=28645856/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=93236 CPUtime=21.54 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 11041 90353 0 0 242 111 1651 150 20 0 1 0 283591113 95473664 19535 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 23309 19535 176 439 0 22866 0
[pid=8001] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8001/stat : 8001 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283593296 9367552 266 33554432000 4194304 5064252 140734612479184 140734612478096 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8001/statm: 2287 266 226 213 0 72 0
[pid=8002] ppid=8001 vsize=193460 CPUtime=80.44 cores=1,3,5,7
/proc/8002/stat : 8002 (glucose) R 8001 7631 18846 0 -1 4202496 33415 0 0 0 8035 9 0 0 20 0 1 0 283593296 198103040 40971 33554432000 4194304 5208918 140735805250688 140735805248536 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 48365 40971 95 248 0 48114 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 304992

[startup+162.3 s]
/proc/loadavg: 1.95 2.13 2.07 3/183 13730
/proc/meminfo: memFree=28642192/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=105.4 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 15424 138393 0 0 255 113 9992 180 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=11260] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11260/stat : 11260 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283601685 9367552 266 33554432000 4194304 5064252 140735727287552 140735727286464 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11260/statm: 2287 266 226 213 0 72 0
[pid=11262] ppid=11260 vsize=193328 CPUtime=56.54 cores=1,3,5,7
/proc/11262/stat : 11262 (glucose) R 11260 7631 18846 0 -1 4202496 31202 0 0 0 5647 7 0 0 20 0 1 0 283601685 197967872 39995 33554432000 4194304 5208918 140733743931200 140733743929048 4211599 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11262/statm: 48332 39995 95 248 0 48081 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 311004

[startup+222.3 s]
/proc/loadavg: 1.89 2.08 2.06 3/183 16404
/proc/meminfo: memFree=28643264/32873844 swapFree=7116/7116

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

/proc/1171/stat : 1171 (glucose) R 1170 7631 18846 0 -1 4202496 32200 0 0 0 1279 8 0 0 20 0 1 0 283726055 197832704 39810 33554432000 4194304 5208918 140736666018480 140736666016424 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 48299 39810 95 248 0 48048 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 310872

[startup+1422.31 s]
/proc/loadavg: 1.83 1.87 1.90 3/183 4394
/proc/meminfo: memFree=28634248/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1348.75 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 81139 823533 0 0 452 138 133649 636 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=1170] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283726054 9367552 266 33554432000 4194304 5064252 140736848876000 140736848874912 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1170/statm: 2287 266 226 213 0 72 0
[pid=1171] ppid=1170 vsize=193460 CPUtime=72.85 cores=1,3,5,7
/proc/1171/stat : 1171 (glucose) R 1170 7631 18846 0 -1 4202496 32270 0 0 0 7277 8 0 0 20 0 1 0 283726055 198103040 40376 33554432000 4194304 5208918 140736666018480 140736666016328 4211570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 48365 40376 95 248 0 48114 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 311136

[startup+1482.3 s]
/proc/loadavg: 1.82 1.86 1.89 3/183 6985
/proc/meminfo: memFree=28636680/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1431.15 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 85520 869208 0 0 466 140 141844 665 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=4820] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4820/stat : 4820 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283734296 9367552 267 33554432000 4194304 5064252 140735699285840 140735699284752 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4820/statm: 2287 267 226 213 0 72 0
[pid=4821] ppid=4820 vsize=193324 CPUtime=50.44 cores=1,3,5,7
/proc/4821/stat : 4821 (glucose) R 4820 7631 18846 0 -1 4202496 30947 0 0 0 5037 7 0 0 20 0 1 0 283734296 197963776 40249 33554432000 4194304 5208918 140735207369792 140735207367640 4211599 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4821/statm: 48331 40249 95 248 0 48080 0
Current children cumulated CPU time (s) 1481.59
Current children cumulated vsize (KiB) 311000

[startup+1542.3 s]
/proc/loadavg: 1.88 1.87 1.89 3/184 9637
/proc/meminfo: memFree=28637628/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1513.3 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 89901 912176 0 0 479 141 150018 692 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=8418] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8418/stat : 8418 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283742514 9367552 266 33554432000 4194304 5064252 140737121254752 140737121253664 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8418/statm: 2287 266 226 213 0 72 0
[pid=8419] ppid=8418 vsize=193196 CPUtime=28.27 cores=1,3,5,7
/proc/8419/stat : 8419 (glucose) R 8418 7631 18846 0 -1 4202496 32321 0 0 0 2820 7 0 0 20 0 1 0 283742514 197832704 39916 33554432000 4194304 5208918 140736836100832 140736836098776 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8419/statm: 48299 39916 95 248 0 48048 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 310872

[startup+1602.3 s]
/proc/loadavg: 1.96 1.89 1.90 3/183 12243
/proc/meminfo: memFree=28635948/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1597.39 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 94282 957246 0 0 492 143 158382 722 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=12095] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283750923 9367552 267 33554432000 4194304 5064252 140733634529552 140733634528464 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12095/statm: 2287 267 226 213 0 72 0
[pid=12096] ppid=12095 vsize=193064 CPUtime=4.18 cores=1,3,5,7
/proc/12096/stat : 12096 (glucose) R 12095 7631 18846 0 -1 4202496 32373 0 0 0 410 8 0 0 20 0 1 0 283750923 197697536 39957 33554432000 4194304 5208918 140733501499344 140733501497288 4211620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12096/statm: 48266 39957 95 248 0 48015 0
Current children cumulated CPU time (s) 1601.57
Current children cumulated vsize (KiB) 310740

[startup+1662.3 s]
/proc/loadavg: 1.88 1.88 1.90 3/183 14883
/proc/meminfo: memFree=28634900/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1597.39 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 94282 957246 0 0 492 143 158382 722 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=12095] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283750923 9367552 267 33554432000 4194304 5064252 140733634529552 140733634528464 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12095/statm: 2287 267 226 213 0 72 0
[pid=12096] ppid=12095 vsize=193328 CPUtime=64.15 cores=1,3,5,7
/proc/12096/stat : 12096 (glucose) R 12095 7631 18846 0 -1 4202496 32479 0 0 0 6407 8 0 0 20 0 1 0 283750923 197967872 40552 33554432000 4194304 5208918 140733501499344 140733501497192 4211732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12096/statm: 48332 40552 95 248 0 48081 0
Current children cumulated CPU time (s) 1661.54
Current children cumulated vsize (KiB) 311004

[startup+1722.3 s]
/proc/loadavg: 1.84 1.87 1.89 3/183 17473
/proc/meminfo: memFree=28634032/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1679.98 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 98663 1002501 0 0 505 145 166596 752 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=15708] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15708/stat : 15708 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283759186 9367552 266 33554432000 4194304 5064252 140737390138048 140737390136960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15708/statm: 2287 266 226 213 0 72 0
[pid=15709] ppid=15708 vsize=193328 CPUtime=41.54 cores=1,3,5,7
/proc/15709/stat : 15709 (glucose) R 15708 7631 18846 0 -1 4202496 32988 0 0 0 4145 9 0 0 20 0 1 0 283759187 197967872 40525 33554432000 4194304 5208918 140735318864016 140735318861864 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15709/statm: 48332 40525 95 248 0 48081 0
Current children cumulated CPU time (s) 1721.52
Current children cumulated vsize (KiB) 311004

[startup+1782.3 s]
/proc/loadavg: 1.83 1.86 1.89 3/184 20128
/proc/meminfo: memFree=28635308/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1762.58 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 103044 1048191 0 0 518 147 174810 783 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=19321] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19321/stat : 19321 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283767447 9367552 266 33554432000 4194304 5064252 140736042012768 140736042011680 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19321/statm: 2287 266 226 213 0 72 0
[pid=19322] ppid=19321 vsize=193192 CPUtime=18.93 cores=1,3,5,7
/proc/19322/stat : 19322 (glucose) R 19321 7631 18846 0 -1 4202496 32544 0 0 0 1886 7 0 0 20 0 1 0 283767448 197828608 40035 33554432000 4194304 5208918 140737242391136 140737242389080 4211901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19322/statm: 48298 40035 95 248 0 48047 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 310868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.86 1.86 1.89 3/184 20954
/proc/meminfo: memFree=28633352/32873844 swapFree=7116/7116
[pid=7631] ppid=7629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7631/stat : 7631 (npSolver-wbo-It) S 7629 7631 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283591112 9367552 274 33554432000 4194304 5064252 140734263579328 140734263578240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7631/statm: 2287 274 233 213 0 72 0
[pid=7632] ppid=7631 vsize=99380 CPUtime=1762.58 cores=1,3,5,7
/proc/7632/stat : 7632 (npSolver-wbo) S 7631 7631 18846 0 -1 4202496 103044 1048191 0 0 518 147 174810 783 20 0 1 0 283591113 101765120 20991 33554432000 4194304 5990268 140735329996704 140735329988112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 11 0 0
/proc/7632/statm: 24845 20991 177 439 0 24402 0
[pid=19321] ppid=7632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19321/stat : 19321 (satsolver.sh) S 7632 7631 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283767447 9367552 266 33554432000 4194304 5064252 140736042012768 140736042011680 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19321/statm: 2287 266 226 213 0 72 0
[pid=19322] ppid=19321 vsize=193324 CPUtime=37.43 cores=1,3,5,7
/proc/19322/stat : 19322 (glucose) R 19321 7631 18846 0 -1 4202496 32563 0 0 0 3736 7 0 0 20 0 1 0 283767448 197963776 40052 33554432000 4194304 5208918 140737242391136 140737242388984 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19322/statm: 48331 40052 95 248 0 48080 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 311000

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7631 and gives
#  childrusage.ru_utime.tv_sec=1753
#  childrusage.ru_utime.tv_usec=286459
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=306585
# CPU time returned by wait4() is 1762.59
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.01
CPU user time (s): 1790.64
CPU system time (s): 9.37
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 549340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.29
system time used= 9.30659
maximum resident set size= 426540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1152210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1665928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31735
involuntary context switches= 2545

runsolver used 2.77558 second user time and 7.28389 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-28 05:11:00
IDJOB=3715368
IDBENCH=78661
IDSOLVER=2297
FILE ID=node138/3715368-1338174660
RUNJOBID= node138-1338160170-18863
PBS_JOBID= 14624560
Free space on /tmp= 71472 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/normalized-j6030_9-unsat--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715368-1338174660/watcher-3715368-1338174660 -o /tmp/evaluation-result-3715368-1338174660/solver-3715368-1338174660 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715368-1338174660.wbo 1592005803 HOME HOME

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

MD5SUM BENCH= b7f7bf9a96b4a18a2b3361c5e215972e
RANDOM SEED=1592005803

node138.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.347
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.69
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.347
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		: 2667.347
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.347
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.347
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.347
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.347
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.92
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.347
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:        28873940 kB
Buffers:          576136 kB
Cached:          2452980 kB
SwapCached:          208 kB
Active:          1156668 kB
Inactive:        1948960 kB
Active(anon):      65328 kB
Inactive(anon):    11368 kB
Active(file):    1091340 kB
Inactive(file):  1937592 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             11824 kB
Writeback:             0 kB
AnonPages:        223508 kB
Mapped:            15260 kB
Shmem:               200 kB
Slab:             754648 kB
SReclaimable:     195360 kB
SUnreclaim:       559288 kB
KernelStack:        1536 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71420 MiB
End job on node138 at 2012-05-28 05:41:01