Trace number 2701696

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
SAT4J PB Resolution 2.2.0 2010-05-26Wrong UNSAT 38.8271 18.3292

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-wijsmanguo_wcsp.wbo
MD5SUMda89659dd699cc1727d62b1327048859
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1800.18
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1764
Total number of constraints1321572
Number of soft constraints1321523
Number of constraints which are clauses1321523
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
Top cost 38
Min constraint cost 1
Max constraint cost 38
Sum of constraints costs 50169959
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 37
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100526
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.04/0.10	c Pseudo Boolean Optimization
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c Stops conflict analysis at the first Unique Implication Point
0.04/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483s
0.04/0.10	c DB Simplification allowed=false
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-2701696-1278541248.wbo
0.04/0.10	c reading problem ... 
31.19/12.60	c ... done. Wall clock time 12.502s.
31.19/12.60	c #vars     1323287
31.19/12.60	c #constraints  2641850
31.19/12.60	c constraints type 
31.19/12.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
31.19/12.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
31.19/12.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1320229
38.72/18.24	c starts		: 2
38.72/18.24	c conflicts		: 196
38.72/18.24	c decisions		: 2179
38.72/18.24	c propagations		: 1326833
38.72/18.24	c inspects		: 1179083
38.72/18.24	c learnt literals	: 1
38.72/18.24	c learnt binary clauses	: 4
38.72/18.24	c learnt ternary clauses	: 10
38.72/18.24	c learnt clauses	: 194
38.72/18.24	c ignored clauses	: 0
38.72/18.24	c root simplifications	: 0
38.72/18.24	c removed literals (reason simplification)	: 196
38.72/18.24	c reason swapping (by a shorter reason)	: 0
38.72/18.24	c Calls to reduceDB	: 0
38.72/18.24	c number of reductions to clauses (during analyze)	: 0
38.72/18.24	c number of learned constraints concerned by reduction	: 0
38.72/18.24	c number of learning phase by resolution	: 0
38.72/18.24	c number of learning phase by cutting planes	: 0
38.72/18.24	c speed (assignments/second)	: 235379.27975873693
38.72/18.24	c non guided choices	283
38.72/18.24	c learnt constraints type 
38.72/18.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 190
38.72/18.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
38.72/18.24	c constraints type 
38.72/18.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
38.72/18.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
38.72/18.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1320229
38.72/18.24	s UNSATISFIABLE
38.72/18.24	c Total wall clock time (in seconds): 18.143

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701696-1278541248/watcher-2701696-1278541248 -o /tmp/evaluation-result-2701696-1278541248/solver-2701696-1278541248 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701696-1278541248.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.11 2.28 2.06 3/196 20500
/proc/meminfo: memFree=28419056/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1832 CPUtime=0
/proc/20500/stat : 20500 (java) R 20498 20500 19069 0 -1 4194304 401 0 0 0 0 0 0 0 21 0 1 0 22339662 1875968 132 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20500/statm: 458 143 107 10 0 63 0

[startup+0.0528129 s]
/proc/loadavg: 3.11 2.28 2.06 3/196 20500
/proc/meminfo: memFree=28419056/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1528560 CPUtime=0.04
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 4036 0 1 0 3 1 0 0 21 0 18 0 22339662 1565245440 3476 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 382140 3477 1078 10 0 379442 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528560

[startup+0.100879 s]
/proc/loadavg: 3.11 2.28 2.06 3/196 20500
/proc/meminfo: memFree=28419056/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1530164 CPUtime=0.11
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 5246 0 1 0 10 1 0 0 21 0 18 0 22339662 1566887936 4684 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 382541 4684 1348 10 0 379843 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530164

[startup+0.30083 s]
/proc/loadavg: 3.11 2.28 2.06 3/196 20500
/proc/meminfo: memFree=28419056/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1531844 CPUtime=0.55
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 8092 0 1 0 53 2 0 0 21 0 18 0 22339662 1568608256 7295 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 382961 7296 1406 10 0 380263 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1531844

[startup+0.700639 s]
/proc/loadavg: 3.11 2.28 2.06 3/196 20500
/proc/meminfo: memFree=28419056/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1533868 CPUtime=1.42
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 42752 0 1 0 135 7 0 0 21 0 18 0 22339662 1570680832 41636 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 383467 41636 1420 10 0 380769 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1533868

[startup+1.50162 s]
/proc/loadavg: 3.11 2.28 2.06 10/214 20518
/proc/meminfo: memFree=28214568/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1534892 CPUtime=2.9
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 64875 0 1 0 279 11 0 0 21 0 18 0 22339662 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 383723 62879 1420 10 0 381025 0
[pid=20500/tid=20502] ppid=20498 vsize=1534892 CPUtime=1.32
/proc/20500/task/20502/stat : 20502 (java) R 20498 20500 19069 0 -1 4202560 32022 0 1 0 127 5 0 0 17 0 18 0 22339663 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4109587078 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20500/tid=20503] ppid=20498 vsize=1534892 CPUtime=0.14
/proc/20500/task/20503/stat : 20503 (java) S 20498 20500 19069 0 -1 4202560 4593 0 0 0 14 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20504] ppid=20498 vsize=1534892 CPUtime=0.14
/proc/20500/task/20504/stat : 20504 (java) S 20498 20500 19069 0 -1 4202560 4854 0 0 0 14 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 0 0 0 0
[pid=20500/tid=20505] ppid=20498 vsize=1534892 CPUtime=0.11
/proc/20500/task/20505/stat : 20505 (java) S 20498 20500 19069 0 -1 4202560 3880 0 0 0 11 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20506] ppid=20498 vsize=1534892 CPUtime=0.12
/proc/20500/task/20506/stat : 20506 (java) S 20498 20500 19069 0 -1 4202560 3510 0 0 0 12 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
[pid=20500/tid=20507] ppid=20498 vsize=1534892 CPUtime=0.11
/proc/20500/task/20507/stat : 20507 (java) S 20498 20500 19069 0 -1 4202560 3158 0 0 0 11 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20508] ppid=20498 vsize=1534892 CPUtime=0.13
/proc/20500/task/20508/stat : 20508 (java) S 20498 20500 19069 0 -1 4202560 4207 0 0 0 13 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0
[pid=20500/tid=20509] ppid=20498 vsize=1534892 CPUtime=0.04
/proc/20500/task/20509/stat : 20509 (java) S 20498 20500 19069 0 -1 4202560 1961 0 0 0 4 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 1 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=1534892 CPUtime=0.08
/proc/20500/task/20510/stat : 20510 (java) S 20498 20500 19069 0 -1 4202560 3471 0 0 0 8 0 0 0 16 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20511] ppid=20498 vsize=1534892 CPUtime=0
/proc/20500/task/20511/stat : 20511 (java) S 20498 20500 19069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22339664 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20512] ppid=20498 vsize=1534892 CPUtime=0
/proc/20500/task/20512/stat : 20512 (java) S 20498 20500 19069 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22339665 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20513] ppid=20498 vsize=1534892 CPUtime=0
/proc/20500/task/20513/stat : 20513 (java) S 20498 20500 19069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22339665 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20514] ppid=20498 vsize=1534892 CPUtime=0
/proc/20500/task/20514/stat : 20514 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22339667 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20515] ppid=20498 vsize=1534892 CPUtime=0.32
/proc/20500/task/20515/stat : 20515 (java) S 20498 20500 19069 0 -1 4202560 1501 0 0 0 32 0 0 0 17 0 18 0 22339667 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20516] ppid=20498 vsize=1534892 CPUtime=0.28
/proc/20500/task/20516/stat : 20516 (java) S 20498 20500 19069 0 -1 4202560 648 0 0 0 28 0 0 0 16 0 18 0 22339667 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20517] ppid=20498 vsize=1534892 CPUtime=0
/proc/20500/task/20517/stat : 20517 (java) S 20498 20500 19069 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 22339667 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20518] ppid=20498 vsize=1534892 CPUtime=0
/proc/20500/task/20518/stat : 20518 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22339667 1571729408 62879 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 1534892

[startup+3.11219 s]
/proc/loadavg: 3.02 2.28 2.06 3/214 20518
/proc/meminfo: memFree=28110656/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1537728 CPUtime=6.86
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 108146 0 1 0 665 21 0 0 21 0 18 0 22339662 1574633472 103094 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 384432 103098 1420 10 0 381734 0
[pid=20500/tid=20502] ppid=20498 vsize=1537728 CPUtime=2.5
/proc/20500/task/20502/stat : 20502 (java) S 20498 20500 19069 0 -1 4202560 32029 0 1 0 244 6 0 0 15 0 18 0 22339663 1574633472 103101 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 0 0 0 0
[pid=20500/tid=20503] ppid=20498 vsize=1537728 CPUtime=0.54
/proc/20500/task/20503/stat : 20503 (java) R 20498 20500 19069 0 -1 4202560 10688 0 0 0 52 2 0 0 15 0 18 0 22339664 1574633472 103104 4089446400 134512640 134550932 4286725664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20500/tid=20504] ppid=20498 vsize=1537728 CPUtime=0.54
/proc/20500/task/20504/stat : 20504 (java) R 20498 20500 19069 0 -1 4202560 10897 0 0 0 53 1 0 0 15 0 18 0 22339664 1574633472 103107 4089446400 134512640 134550932 4286725664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20500/tid=20505] ppid=20498 vsize=1537728 CPUtime=0.42
/proc/20500/task/20505/stat : 20505 (java) R 20498 20500 19069 0 -1 4202560 8332 0 0 0 40 2 0 0 15 0 18 0 22339664 1574633472 103112 4089446400 134512640 134550932 4286725664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20500/tid=20506] ppid=20498 vsize=1537728 CPUtime=0.5
/proc/20500/task/20506/stat : 20506 (java) R 20498 20500 19069 0 -1 4202560 9485 0 0 0 49 1 0 0 15 0 18 0 22339664 1574633472 103114 4089446400 134512640 134550932 4286725664 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20500/tid=20507] ppid=20498 vsize=1537728 CPUtime=0.49
/proc/20500/task/20507/stat : 20507 (java) R 20498 20500 19069 0 -1 4202560 8860 0 0 0 48 1 0 0 15 0 18 0 22339664 1574633472 103116 4089446400 134512640 134550932 4286725664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20500/tid=20508] ppid=20498 vsize=1537728 CPUtime=0.49
/proc/20500/task/20508/stat : 20508 (java) R 20498 20500 19069 0 -1 4202560 8772 0 0 0 48 1 0 0 15 0 18 0 22339664 1574633472 103120 4089446400 134512640 134550932 4286725664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20500/tid=20509] ppid=20498 vsize=1537728 CPUtime=0.33
/proc/20500/task/20509/stat : 20509 (java) R 20498 20500 19069 0 -1 4202560 6834 0 0 0 32 1 0 0 15 0 18 0 22339664 1574633472 103124 4089446400 134512640 134550932 4286725664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=1537728 CPUtime=0.35
/proc/20500/task/20510/stat : 20510 (java) R 20498 20500 19069 0 -1 4202560 9052 0 0 0 34 1 0 0 16 0 18 0 22339664 1574633472 103127 4089446400 134512640 134550932 4286725664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20500/tid=20511] ppid=20498 vsize=1537728 CPUtime=0
/proc/20500/task/20511/stat : 20511 (java) S 20498 20500 19069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22339664 1574633472 103130 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20512] ppid=20498 vsize=1537728 CPUtime=0
/proc/20500/task/20512/stat : 20512 (java) S 20498 20500 19069 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22339665 1574633472 103133 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20513] ppid=20498 vsize=1537728 CPUtime=0
/proc/20500/task/20513/stat : 20513 (java) S 20498 20500 19069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22339665 1574633472 103136 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20514] ppid=20498 vsize=1537728 CPUtime=0
/proc/20500/task/20514/stat : 20514 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22339667 1574633472 103138 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20515] ppid=20498 vsize=1537728 CPUtime=0.32
/proc/20500/task/20515/stat : 20515 (java) S 20498 20500 19069 0 -1 4202560 1501 0 0 0 32 0 0 0 15 0 18 0 22339667 1574633472 103143 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20516] ppid=20498 vsize=1537728 CPUtime=0.28
/proc/20500/task/20516/stat : 20516 (java) S 20498 20500 19069 0 -1 4202560 648 0 0 0 28 0 0 0 16 0 18 0 22339667 1574633472 103146 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20517] ppid=20498 vsize=1537728 CPUtime=0
/proc/20500/task/20517/stat : 20517 (java) S 20498 20500 19069 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 22339667 1574633472 103148 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20518] ppid=20498 vsize=1537728 CPUtime=0
/proc/20500/task/20518/stat : 20518 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22339667 1574633472 103151 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1537728

[startup+6.30071 s]
/proc/loadavg: 3.02 2.28 2.06 3/214 20518
/proc/meminfo: memFree=27794456/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1538048 CPUtime=15.47
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 185781 0 1 0 1500 47 0 0 21 0 18 0 22339662 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 384512 174852 1420 10 0 381814 0
[pid=20500/tid=20502] ppid=20498 vsize=1538048 CPUtime=4.68
/proc/20500/task/20502/stat : 20502 (java) R 20498 20500 19069 0 -1 4202560 32051 0 1 0 461 7 0 0 15 0 18 0 22339663 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4109553092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20500/tid=20503] ppid=20498 vsize=1538048 CPUtime=1.38
/proc/20500/task/20503/stat : 20503 (java) S 20498 20500 19069 0 -1 4202560 24236 0 0 0 132 6 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20504] ppid=20498 vsize=1538048 CPUtime=1.32
/proc/20500/task/20504/stat : 20504 (java) S 20498 20500 19069 0 -1 4202560 19646 0 0 0 127 5 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0
[pid=20500/tid=20505] ppid=20498 vsize=1538048 CPUtime=1.21
/proc/20500/task/20505/stat : 20505 (java) S 20498 20500 19069 0 -1 4202560 19546 0 0 0 116 5 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
[pid=20500/tid=20506] ppid=20498 vsize=1538048 CPUtime=1.25
/proc/20500/task/20506/stat : 20506 (java) S 20498 20500 19069 0 -1 4202560 19037 0 0 0 121 4 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20507] ppid=20498 vsize=1538048 CPUtime=1.31
/proc/20500/task/20507/stat : 20507 (java) S 20498 20500 19069 0 -1 4202560 18528 0 0 0 127 4 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0
[pid=20500/tid=20508] ppid=20498 vsize=1538048 CPUtime=1.33
/proc/20500/task/20508/stat : 20508 (java) S 20498 20500 19069 0 -1 4202560 18287 0 0 0 129 4 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20509] ppid=20498 vsize=1538048 CPUtime=1.15
/proc/20500/task/20509/stat : 20509 (java) S 20498 20500 19069 0 -1 4202560 13178 0 0 0 113 2 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=1538048 CPUtime=1.11
/proc/20500/task/20510/stat : 20510 (java) S 20498 20500 19069 0 -1 4202560 18053 0 0 0 107 4 0 0 16 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20511] ppid=20498 vsize=1538048 CPUtime=0
/proc/20500/task/20511/stat : 20511 (java) S 20498 20500 19069 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22339664 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20512] ppid=20498 vsize=1538048 CPUtime=0
/proc/20500/task/20512/stat : 20512 (java) S 20498 20500 19069 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22339665 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20513] ppid=20498 vsize=1538048 CPUtime=0
/proc/20500/task/20513/stat : 20513 (java) S 20498 20500 19069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22339665 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20514] ppid=20498 vsize=1538048 CPUtime=0
/proc/20500/task/20514/stat : 20514 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22339667 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20515] ppid=20498 vsize=1538048 CPUtime=0.32
/proc/20500/task/20515/stat : 20515 (java) S 20498 20500 19069 0 -1 4202560 1501 0 0 0 32 0 0 0 15 0 18 0 22339667 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20516] ppid=20498 vsize=1538048 CPUtime=0.28
/proc/20500/task/20516/stat : 20516 (java) S 20498 20500 19069 0 -1 4202560 648 0 0 0 28 0 0 0 16 0 18 0 22339667 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20517] ppid=20498 vsize=1538048 CPUtime=0
/proc/20500/task/20517/stat : 20517 (java) S 20498 20500 19069 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 22339667 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20518] ppid=20498 vsize=1538048 CPUtime=0
/proc/20500/task/20518/stat : 20518 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22339667 1574961152 174852 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1538048

[startup+12.7015 s]
/proc/loadavg: 2.86 2.27 2.06 3/214 20518
/proc/meminfo: memFree=27214428/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1545604 CPUtime=31.37
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 340162 0 1 0 3046 91 0 0 21 0 18 0 22339662 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 386401 315369 1429 10 0 383703 0
[pid=20500/tid=20502] ppid=20498 vsize=1545604 CPUtime=9.29
/proc/20500/task/20502/stat : 20502 (java) R 20498 20500 19069 0 -1 4202560 32106 0 1 0 921 8 0 0 15 0 18 0 22339663 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4109918263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20500/tid=20503] ppid=20498 vsize=1545604 CPUtime=2.98
/proc/20500/task/20503/stat : 20503 (java) S 20498 20500 19069 0 -1 4202560 56809 0 0 0 286 12 0 0 15 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20504] ppid=20498 vsize=1545604 CPUtime=2.71
/proc/20500/task/20504/stat : 20504 (java) S 20498 20500 19069 0 -1 4202560 35299 0 0 0 261 10 0 0 15 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
[pid=20500/tid=20505] ppid=20498 vsize=1545604 CPUtime=2.58
/proc/20500/task/20505/stat : 20505 (java) S 20498 20500 19069 0 -1 4202560 34965 0 0 0 248 10 0 0 15 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20506] ppid=20498 vsize=1545604 CPUtime=2.56
/proc/20500/task/20506/stat : 20506 (java) S 20498 20500 19069 0 -1 4202560 38068 0 0 0 247 9 0 0 15 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0

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

[pid=20500/tid=20508] ppid=20498 vsize=1545604 CPUtime=2.74
/proc/20500/task/20508/stat : 20508 (java) S 20498 20500 19069 0 -1 4202560 38268 0 0 0 264 10 0 0 16 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20509] ppid=20498 vsize=1545604 CPUtime=2.58
/proc/20500/task/20509/stat : 20509 (java) S 20498 20500 19069 0 -1 4202560 29394 0 0 0 252 6 0 0 16 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 1 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=1545604 CPUtime=2.46
/proc/20500/task/20510/stat : 20510 (java) S 20498 20500 19069 0 -1 4202560 38595 0 0 0 237 9 0 0 15 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20511] ppid=20498 vsize=1545604 CPUtime=0.02
/proc/20500/task/20511/stat : 20511 (java) S 20498 20500 19069 0 -1 4202560 8 0 0 0 1 1 0 0 15 0 18 0 22339664 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20512] ppid=20498 vsize=1545604 CPUtime=0
/proc/20500/task/20512/stat : 20512 (java) S 20498 20500 19069 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22339665 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20513] ppid=20498 vsize=1545604 CPUtime=0
/proc/20500/task/20513/stat : 20513 (java) S 20498 20500 19069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22339665 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20514] ppid=20498 vsize=1545604 CPUtime=0
/proc/20500/task/20514/stat : 20514 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22339667 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20515] ppid=20498 vsize=1545604 CPUtime=0.36
/proc/20500/task/20515/stat : 20515 (java) S 20498 20500 19069 0 -1 4202560 1506 0 0 0 36 0 0 0 15 0 18 0 22339667 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20516] ppid=20498 vsize=1545604 CPUtime=0.41
/proc/20500/task/20516/stat : 20516 (java) S 20498 20500 19069 0 -1 4202560 719 0 0 0 41 0 0 0 15 0 18 0 22339667 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20517] ppid=20498 vsize=1545604 CPUtime=0
/proc/20500/task/20517/stat : 20517 (java) S 20498 20500 19069 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 22339667 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20518] ppid=20498 vsize=1545604 CPUtime=0
/proc/20500/task/20518/stat : 20518 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22339667 1582698496 315369 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.37
Current children cumulated vsize (KiB) 1545604

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

[startup+15.9009 s]
/proc/loadavg: 2.86 2.27 2.06 3/214 20518
/proc/meminfo: memFree=27011316/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1563388 CPUtime=35.69
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 382045 0 1 0 3467 102 0 0 21 0 18 0 22339662 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 390847 353191 1441 10 0 388149 0
[pid=20500/tid=20502] ppid=20498 vsize=1563388 CPUtime=10.13
/proc/20500/task/20502/stat : 20502 (java) S 20498 20500 19069 0 -1 4202560 32126 0 1 0 1005 8 0 0 15 0 18 0 22339663 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 1 0 0 0
[pid=20500/tid=20503] ppid=20498 vsize=1563388 CPUtime=3.1
/proc/20500/task/20503/stat : 20503 (java) S 20498 20500 19069 0 -1 4202560 62428 0 0 0 296 14 0 0 16 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20504] ppid=20498 vsize=1563388 CPUtime=2.84
/proc/20500/task/20504/stat : 20504 (java) S 20498 20500 19069 0 -1 4202560 39393 0 0 0 273 11 0 0 15 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20505] ppid=20498 vsize=1563388 CPUtime=2.69
/proc/20500/task/20505/stat : 20505 (java) S 20498 20500 19069 0 -1 4202560 40616 0 0 0 257 12 0 0 15 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 1 0 0 0
[pid=20500/tid=20506] ppid=20498 vsize=1563388 CPUtime=2.66
/proc/20500/task/20506/stat : 20506 (java) S 20498 20500 19069 0 -1 4202560 38343 0 0 0 256 10 0 0 15 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0
[pid=20500/tid=20507] ppid=20498 vsize=1563388 CPUtime=2.72
/proc/20500/task/20507/stat : 20507 (java) S 20498 20500 19069 0 -1 4202560 36095 0 0 0 263 9 0 0 15 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20508] ppid=20498 vsize=1563388 CPUtime=2.89
/proc/20500/task/20508/stat : 20508 (java) S 20498 20500 19069 0 -1 4202560 43592 0 0 0 277 12 0 0 15 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
[pid=20500/tid=20509] ppid=20498 vsize=1563388 CPUtime=2.72
/proc/20500/task/20509/stat : 20509 (java) S 20498 20500 19069 0 -1 4202560 34944 0 0 0 265 7 0 0 16 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=1563388 CPUtime=2.62
/proc/20500/task/20510/stat : 20510 (java) S 20498 20500 19069 0 -1 4202560 42716 0 0 0 252 10 0 0 15 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
[pid=20500/tid=20511] ppid=20498 vsize=1563388 CPUtime=2.14
/proc/20500/task/20511/stat : 20511 (java) R 20498 20500 19069 0 -1 4202560 7891 0 0 0 212 2 0 0 18 0 18 0 22339664 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 104187848 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=20500/tid=20512] ppid=20498 vsize=1563388 CPUtime=0
/proc/20500/task/20512/stat : 20512 (java) S 20498 20500 19069 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22339665 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20513] ppid=20498 vsize=1563388 CPUtime=0
/proc/20500/task/20513/stat : 20513 (java) S 20498 20500 19069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22339665 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20514] ppid=20498 vsize=1563388 CPUtime=0
/proc/20500/task/20514/stat : 20514 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22339667 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20515] ppid=20498 vsize=1563388 CPUtime=0.51
/proc/20500/task/20515/stat : 20515 (java) S 20498 20500 19069 0 -1 4202560 1538 0 0 0 51 0 0 0 15 0 18 0 22339667 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20516] ppid=20498 vsize=1563388 CPUtime=0.56
/proc/20500/task/20516/stat : 20516 (java) S 20498 20500 19069 0 -1 4202560 1301 0 0 0 56 0 0 0 15 0 18 0 22339667 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20517] ppid=20498 vsize=1563388 CPUtime=0
/proc/20500/task/20517/stat : 20517 (java) S 20498 20500 19069 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 22339667 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20518] ppid=20498 vsize=1563388 CPUtime=0
/proc/20500/task/20518/stat : 20518 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22339667 1600909312 353191 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.69
Current children cumulated vsize (KiB) 1563388

[startup+17.5016 s]
/proc/loadavg: 2.79 2.26 2.06 4/215 20519
/proc/meminfo: memFree=27027664/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1547708 CPUtime=37.52
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 382089 0 1 0 3649 103 0 0 21 0 19 0 22339662 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 386927 349224 1442 10 0 384229 0
[pid=20500/tid=20502] ppid=20498 vsize=1547708 CPUtime=10.72
/proc/20500/task/20502/stat : 20502 (java) R 20498 20500 19069 0 -1 4202560 32143 0 1 0 1064 8 0 0 17 0 19 0 22339663 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4110067109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20500/tid=20503] ppid=20498 vsize=1547708 CPUtime=3.11
/proc/20500/task/20503/stat : 20503 (java) S 20498 20500 19069 0 -1 4202560 62428 0 0 0 297 14 0 0 15 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 0 0 0 0
[pid=20500/tid=20504] ppid=20498 vsize=1547708 CPUtime=2.85
/proc/20500/task/20504/stat : 20504 (java) S 20498 20500 19069 0 -1 4202560 39393 0 0 0 273 12 0 0 15 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20505] ppid=20498 vsize=1547708 CPUtime=2.71
/proc/20500/task/20505/stat : 20505 (java) S 20498 20500 19069 0 -1 4202560 40616 0 0 0 258 13 0 0 15 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 1 0 0 0
[pid=20500/tid=20506] ppid=20498 vsize=1547708 CPUtime=2.67
/proc/20500/task/20506/stat : 20506 (java) S 20498 20500 19069 0 -1 4202560 38343 0 0 0 257 10 0 0 15 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20507] ppid=20498 vsize=1547708 CPUtime=2.74
/proc/20500/task/20507/stat : 20507 (java) S 20498 20500 19069 0 -1 4202560 36095 0 0 0 264 10 0 0 15 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20508] ppid=20498 vsize=1547708 CPUtime=2.9
/proc/20500/task/20508/stat : 20508 (java) S 20498 20500 19069 0 -1 4202560 43592 0 0 0 278 12 0 0 16 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20509] ppid=20498 vsize=1547708 CPUtime=2.73
/proc/20500/task/20509/stat : 20509 (java) S 20498 20500 19069 0 -1 4202560 34944 0 0 0 266 7 0 0 15 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=1547708 CPUtime=2.64
/proc/20500/task/20510/stat : 20510 (java) S 20498 20500 19069 0 -1 4202560 42716 0 0 0 253 11 0 0 15 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0
[pid=20500/tid=20511] ppid=20498 vsize=1547708 CPUtime=3.12
/proc/20500/task/20511/stat : 20511 (java) S 20498 20500 19069 0 -1 4202560 7891 0 0 0 310 2 0 0 16 0 19 0 22339664 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446604471112959872 0 0 -1 0 0 0 0
[pid=20500/tid=20512] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20512/stat : 20512 (java) S 20498 20500 19069 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 22339665 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20513] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20513/stat : 20513 (java) S 20498 20500 19069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 22339665 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20514] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20514/stat : 20514 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22339667 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20515] ppid=20498 vsize=1547708 CPUtime=0.6
/proc/20500/task/20515/stat : 20515 (java) S 20498 20500 19069 0 -1 4202560 1554 0 0 0 60 0 0 0 16 0 19 0 22339667 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20516] ppid=20498 vsize=1547708 CPUtime=0.63
/proc/20500/task/20516/stat : 20516 (java) R 20498 20500 19069 0 -1 4202560 1308 0 0 0 63 0 0 0 15 0 19 0 22339667 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 105576041 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20500/tid=20517] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20517/stat : 20517 (java) S 20498 20500 19069 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 22339667 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20518] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20518/stat : 20518 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22339667 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
[pid=20500/tid=20519] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20519/stat : 20519 (java) S 20498 20500 19069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 22341390 1584852992 349224 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.52
Current children cumulated vsize (KiB) 1547708

[startup+17.9015 s]
/proc/loadavg: 2.79 2.26 2.06 4/215 20519
/proc/meminfo: memFree=27027664/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=1547708 CPUtime=38.15
/proc/20500/stat : 20500 (java) S 20498 20500 19069 0 -1 4202496 382093 0 1 0 3711 104 0 0 21 0 19 0 22339662 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 386927 349227 1442 10 0 384229 0
[pid=20500/tid=20502] ppid=20498 vsize=1547708 CPUtime=11.08
/proc/20500/task/20502/stat : 20502 (java) R 20498 20500 19069 0 -1 4202560 32145 0 1 0 1100 8 0 0 17 0 19 0 22339663 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4109699344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20500/tid=20503] ppid=20498 vsize=1547708 CPUtime=3.15
/proc/20500/task/20503/stat : 20503 (java) S 20498 20500 19069 0 -1 4202560 62428 0 0 0 301 14 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20504] ppid=20498 vsize=1547708 CPUtime=2.88
/proc/20500/task/20504/stat : 20504 (java) S 20498 20500 19069 0 -1 4202560 39393 0 0 0 276 12 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20505] ppid=20498 vsize=1547708 CPUtime=2.75
/proc/20500/task/20505/stat : 20505 (java) S 20498 20500 19069 0 -1 4202560 40616 0 0 0 262 13 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 1 0 0 0
[pid=20500/tid=20506] ppid=20498 vsize=1547708 CPUtime=2.71
/proc/20500/task/20506/stat : 20506 (java) S 20498 20500 19069 0 -1 4202560 38343 0 0 0 261 10 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20507] ppid=20498 vsize=1547708 CPUtime=2.77
/proc/20500/task/20507/stat : 20507 (java) S 20498 20500 19069 0 -1 4202560 36095 0 0 0 267 10 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 6 0 0 0
[pid=20500/tid=20508] ppid=20498 vsize=1547708 CPUtime=2.93
/proc/20500/task/20508/stat : 20508 (java) S 20498 20500 19069 0 -1 4202560 43592 0 0 0 281 12 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20509] ppid=20498 vsize=1547708 CPUtime=2.74
/proc/20500/task/20509/stat : 20509 (java) S 20498 20500 19069 0 -1 4202560 34944 0 0 0 266 8 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 5 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=1547708 CPUtime=2.68
/proc/20500/task/20510/stat : 20510 (java) S 20498 20500 19069 0 -1 4202560 42716 0 0 0 257 11 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 2 0 0 0
[pid=20500/tid=20511] ppid=20498 vsize=1547708 CPUtime=3.12
/proc/20500/task/20511/stat : 20511 (java) S 20498 20500 19069 0 -1 4202560 7891 0 0 0 310 2 0 0 16 0 19 0 22339664 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 0 0 16800975 18446604471112959872 0 0 -1 0 0 0 0
[pid=20500/tid=20512] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20512/stat : 20512 (java) S 20498 20500 19069 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 22339665 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20513] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20513/stat : 20513 (java) S 20498 20500 19069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 22339665 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20514] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20514/stat : 20514 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22339667 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20515] ppid=20498 vsize=1547708 CPUtime=0.6
/proc/20500/task/20515/stat : 20515 (java) S 20498 20500 19069 0 -1 4202560 1554 0 0 0 60 0 0 0 15 0 19 0 22339667 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 7 0 0 0
[pid=20500/tid=20516] ppid=20498 vsize=1547708 CPUtime=0.66
/proc/20500/task/20516/stat : 20516 (java) S 20498 20500 19069 0 -1 4202560 1310 0 0 0 66 0 0 0 16 0 19 0 22339667 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20517] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20517/stat : 20517 (java) S 20498 20500 19069 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 22339667 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 4 0 0 0
[pid=20500/tid=20518] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20518/stat : 20518 (java) S 20498 20500 19069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22339667 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 3 0 0 0
[pid=20500/tid=20519] ppid=20498 vsize=1547708 CPUtime=0
/proc/20500/task/20519/stat : 20519 (java) S 20498 20500 19069 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 22341390 1584852992 349227 4089446400 134512640 134550932 4286725664 18446744073709551615 4294960144 0 4 0 16800975 18446604471112959872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.15
Current children cumulated vsize (KiB) 1547708

[startup+18.3024 s]
/proc/loadavg: 2.79 2.26 2.06 4/215 20519
/proc/meminfo: memFree=27027664/32950928 swapFree=67111528/67111528
[pid=20500] ppid=20498 vsize=0 CPUtime=38.79
/proc/20500/stat : 20500 (java) Z 20498 20500 19069 0 -1 4203548 382117 0 1 0 3771 108 0 0 18 0 2 0 22339662 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20500/statm: 0 0 0 0 0 0 0
[pid=20500/tid=20510] ppid=20498 vsize=0 CPUtime=2.75
/proc/20500/task/20510/stat : 20510 (java) R 20498 20500 19069 0 -1 4203588 42716 0 0 0 261 14 0 0 15 0 2 0 22339664 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38.79
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 18.3292
CPU time (s): 38.8271
CPU user time (s): 37.7173
CPU system time (s): 1.10983
CPU usage (%): 211.831
Max. virtual memory (cumulated for all children) (KiB): 1563388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.7173
system time used= 1.10983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382117
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3986
involuntary context switches= 181591

runsolver used 0.036994 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-08 00:20:49
IDJOB=2701696
IDBENCH=79622
IDSOLVER=1202
FILE ID=node114/2701696-1278541248
PBS_JOBID= 11239249
Free space on /tmp= 73112 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-wijsmanguo_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701696-1278541248/watcher-2701696-1278541248 -o /tmp/evaluation-result-2701696-1278541248/solver-2701696-1278541248 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701696-1278541248.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= da89659dd699cc1727d62b1327048859
RANDOM SEED=1821488381

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28419336 kB
Buffers:        145736 kB
Cached:        3926380 kB
SwapCached:          0 kB
Active:        1547716 kB
Inactive:      2810200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28419336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           48484 kB
Writeback:           0 kB
AnonPages:      285556 kB
Mapped:          20340 kB
Slab:           107852 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1653216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73112 MiB
End job on node114 at 2010-07-08 00:21:07