Trace number 2701658

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.1? 230.598 163.651

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4nr_wcsp.wbo
MD5SUM838792388aba1cb33fb875c1c7fc5e90
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89900
Total number of constraints5924003
Number of soft constraints5915013
Number of constraints which are clauses5915013
Number of constraints which are cardinality constraints (but not clauses)8990
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2482
Min constraint cost 1
Max constraint cost 2482
Sum of constraints costs 14625664017
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.1.v20100705
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.08	c java.vm.version	11.2-b01
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	32
0.02/0.08	c java.version		1.6.0_12
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		i386
0.02/0.08	c Free memory 		1393557488
0.02/0.08	c Max memory 		1395916800
0.02/0.08	c Total memory 		1395916800
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2701658-1278541090.wbo
0.11/0.10	c reading problem ... 
230.47/163.55	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
230.47/163.55		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
230.47/163.55		at java.lang.StringBuffer.<init>(Unknown Source)
230.47/163.55		at org.sat4j.pb.reader.OPBReader2005.readWord(Unknown Source)
230.47/163.55		at org.sat4j.pb.reader.OPBReader2010.beginConstraint(Unknown Source)
230.47/163.55		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
230.47/163.55		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
230.47/163.55		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
230.47/163.55		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
230.47/163.55		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
230.47/163.55		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
230.47/163.55		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
230.47/163.55		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
230.47/163.55		at org.sat4j.AbstractLauncher.run(Unknown Source)
230.47/163.55		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
230.47/163.55	c starts		: 0
230.47/163.55	c conflicts		: 0
230.47/163.55	c decisions		: 0
230.47/163.55	c propagations		: 0
230.47/163.55	c inspects		: 0
230.47/163.55	c learnt literals	: 0
230.47/163.55	c learnt binary clauses	: 0
230.47/163.55	c learnt ternary clauses	: 0
230.47/163.55	c learnt clauses	: 0
230.47/163.55	c ignored clauses	: 0
230.47/163.55	c root simplifications	: 0
230.47/163.55	c removed literals (reason simplification)	: 0
230.47/163.55	c reason swapping (by a shorter reason)	: 0
230.47/163.55	c Calls to reduceDB	: 0
230.47/163.55	c number of reductions to clauses (during analyze)	: 0
230.47/163.55	c number of learned constraints concerned by reduction	: 0
230.47/163.55	c number of learning phase by resolution	: 0
230.47/163.55	c number of learning phase by cutting planes	: 0
230.47/163.55	c speed (assignments/second)	: 0.0
230.47/163.55	c non guided choices	0
230.47/163.55	c learnt constraints type 
230.47/163.55	c constraints type 
230.47/163.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4305012
230.47/163.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 8990
230.47/163.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 22329
230.47/163.55	s UNKNOWN
230.47/163.55	c Total wall clock time (in seconds): 163.457

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-2701658-1278541090/watcher-2701658-1278541090 -o /tmp/evaluation-result-2701658-1278541090/solver-2701658-1278541090 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701658-1278541090.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: 1.93 1.98 1.99 3/196 21853
/proc/meminfo: memFree=29524376/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=13436 CPUtime=0
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 1061 0 0 0 0 0 0 0 23 0 2 0 22323309 13758464 543 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 3360 547 236 10 0 1203 0
[pid=21853/tid=21854] ppid=21851 vsize=13488 CPUtime=0
/proc/21853/task/21854/stat : 21854 (java) R 21851 21853 19224 0 -1 4202560 36 0 0 0 0 0 0 0 24 0 2 0 22323309 13811712 560 4089446400 134512640 134550932 4293425696 18446744073709551615 7812259 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.040216 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 21853
/proc/meminfo: memFree=29524376/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1526332 CPUtime=0.02
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 3847 0 1 0 2 0 0 0 23 0 13 0 22323309 1562963968 3285 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 381583 3285 1044 10 0 378893 0
[pid=21853/tid=21854] ppid=21851 vsize=1526332 CPUtime=0.02
/proc/21853/task/21854/stat : 21854 (java) R 21851 21853 19224 0 -1 4202560 2776 0 1 0 2 0 0 0 25 0 13 0 22323309 1562963968 3285 4089446400 134512640 134550932 4293425696 18446744073709551615 105829035 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.100204 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 21853
/proc/meminfo: memFree=29524376/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1529600 CPUtime=0.11
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 5200 0 1 0 10 1 0 0 23 0 18 0 22323309 1566310400 4634 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 382400 4634 1345 10 0 379703 0
[pid=21853/tid=21854] ppid=21851 vsize=1529600 CPUtime=0.07
/proc/21853/task/21854/stat : 21854 (java) R 21851 21853 19224 0 -1 4202560 3520 0 1 0 7 0 0 0 25 0 18 0 22323309 1566310400 4634 4089446400 134512640 134550932 4293425696 18446744073709551615 105373077 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529600

[startup+1.29399 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 21853
/proc/meminfo: memFree=29524376/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1532644 CPUtime=1.99
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 47017 0 1 0 193 6 0 0 23 0 18 0 22323309 1569427456 45903 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 383161 45903 1418 10 0 380464 0
[pid=21853/tid=21854] ppid=21851 vsize=1532644 CPUtime=1.17
/proc/21853/task/21854/stat : 21854 (java) R 21851 21853 19224 0 -1 4202560 37810 0 1 0 113 4 0 0 25 0 18 0 22323309 1569427456 45903 4089446400 134512640 134550932 4293425696 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1532644

[startup+1.30098 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 21853
/proc/meminfo: memFree=29524376/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1532644 CPUtime=1.99
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 47017 0 1 0 193 6 0 0 23 0 18 0 22323309 1569427456 45903 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 383161 45903 1418 10 0 380464 0
[pid=21853/tid=21854] ppid=21851 vsize=1532644 CPUtime=1.18
/proc/21853/task/21854/stat : 21854 (java) R 21851 21853 19224 0 -1 4202560 37810 0 1 0 114 4 0 0 25 0 18 0 22323309 1569427456 45903 4089446400 134512640 134550932 4293425696 18446744073709551615 4109232897 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1532644

[startup+1.50095 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 21853
/proc/meminfo: memFree=29524376/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1532644 CPUtime=2.23
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 47738 0 1 0 216 7 0 0 23 0 18 0 22323309 1569427456 46589 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 383161 46589 1418 10 0 380464 0
[pid=21853/tid=21854] ppid=21851 vsize=1532644 CPUtime=1.36
/proc/21853/task/21854/stat : 21854 (java) R 21851 21853 19224 0 -1 4202560 37977 0 1 0 132 4 0 0 25 0 18 0 22323309 1569427456 46589 4089446400 134512640 134550932 4293425696 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1532644

[startup+3.10065 s]
/proc/loadavg: 1.93 1.98 1.99 11/214 21871
/proc/meminfo: memFree=29283596/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1534004 CPUtime=4.88
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 64271 0 1 0 475 13 0 0 23 0 18 0 22323309 1570820096 61451 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 383501 61452 1425 10 0 380804 0
[pid=21853/tid=21854] ppid=21851 vsize=1534004 CPUtime=2.77
/proc/21853/task/21854/stat : 21854 (java) S 21851 21853 19224 0 -1 4202560 38049 0 1 0 273 4 0 0 25 0 18 0 22323309 1570820096 61452 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21856] ppid=21851 vsize=1534004 CPUtime=0.18
/proc/21853/task/21856/stat : 21856 (java) R 21851 21853 19224 0 -1 4202560 2759 0 0 0 18 0 0 0 15 0 18 0 22323310 1570820096 61453 4089446400 134512640 134550932 4293425696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21853/tid=21857] ppid=21851 vsize=1534004 CPUtime=0.15
/proc/21853/task/21857/stat : 21857 (java) R 21851 21853 19224 0 -1 4202560 1628 0 0 0 15 0 0 0 15 0 18 0 22323310 1570820096 61454 4089446400 134512640 134550932 4293425696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21853/tid=21858] ppid=21851 vsize=1534004 CPUtime=0.21
/proc/21853/task/21858/stat : 21858 (java) R 21851 21853 19224 0 -1 4202560 3185 0 0 0 20 1 0 0 15 0 18 0 22323310 1570820096 61455 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21853/tid=21859] ppid=21851 vsize=1534004 CPUtime=0.26
/proc/21853/task/21859/stat : 21859 (java) R 21851 21853 19224 0 -1 4202560 3233 0 0 0 25 1 0 0 16 0 18 0 22323310 1570820096 61455 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21853/tid=21860] ppid=21851 vsize=1534004 CPUtime=0.19
/proc/21853/task/21860/stat : 21860 (java) R 21851 21853 19224 0 -1 4202560 3565 0 0 0 19 0 0 0 16 0 18 0 22323310 1570820096 61455 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21853/tid=21861] ppid=21851 vsize=1534004 CPUtime=0.15
/proc/21853/task/21861/stat : 21861 (java) R 21851 21853 19224 0 -1 4202560 2203 0 0 0 15 0 0 0 15 0 18 0 22323310 1570820096 61455 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21853/tid=21862] ppid=21851 vsize=1534004 CPUtime=0.16
/proc/21853/task/21862/stat : 21862 (java) R 21851 21853 19224 0 -1 4202560 2714 0 0 0 15 1 0 0 15 0 18 0 22323310 1570820096 61456 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21853/tid=21863] ppid=21851 vsize=1534004 CPUtime=0.18
/proc/21853/task/21863/stat : 21863 (java) R 21851 21853 19224 0 -1 4202560 3870 0 0 0 17 1 0 0 15 0 18 0 22323310 1570820096 61458 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21853/tid=21864] ppid=21851 vsize=1534004 CPUtime=0
/proc/21853/task/21864/stat : 21864 (java) S 21851 21853 19224 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 22323311 1570820096 61458 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21865] ppid=21851 vsize=1534004 CPUtime=0
/proc/21853/task/21865/stat : 21865 (java) S 21851 21853 19224 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 18 0 22323311 1570820096 61459 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21866] ppid=21851 vsize=1534004 CPUtime=0
/proc/21853/task/21866/stat : 21866 (java) S 21851 21853 19224 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 18 0 22323311 1570820096 61459 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21867] ppid=21851 vsize=1534004 CPUtime=0
/proc/21853/task/21867/stat : 21867 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1570820096 61460 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=1534004 CPUtime=0.27
/proc/21853/task/21868/stat : 21868 (java) S 21851 21853 19224 0 -1 4202560 708 0 0 0 27 0 0 0 15 0 18 0 22323313 1570820096 61460 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21869] ppid=21851 vsize=1534004 CPUtime=0.23
/proc/21853/task/21869/stat : 21869 (java) S 21851 21853 19224 0 -1 4202560 1271 0 0 0 23 0 0 0 15 0 18 0 22323313 1570820096 61461 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21870] ppid=21851 vsize=1534004 CPUtime=0
/proc/21853/task/21870/stat : 21870 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1570820096 61462 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21871] ppid=21851 vsize=1534004 CPUtime=0
/proc/21853/task/21871/stat : 21871 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22323313 1570820096 61463 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 1534004

[startup+6.30102 s]
/proc/loadavg: 1.93 1.98 1.99 11/214 21871
/proc/meminfo: memFree=29175220/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1538688 CPUtime=13.06
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 103839 0 1 0 1268 38 0 0 23 0 18 0 22323309 1575616512 99101 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 384672 99101 1425 10 0 381975 0
[pid=21853/tid=21854] ppid=21851 vsize=1538688 CPUtime=5.08
/proc/21853/task/21854/stat : 21854 (java) S 21851 21853 19224 0 -1 4202560 38061 0 1 0 503 5 0 0 25 0 18 0 22323309 1575616512 99101 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21856] ppid=21851 vsize=1538688 CPUtime=0.74
/proc/21853/task/21856/stat : 21856 (java) R 21851 21853 19224 0 -1 4202560 7138 0 0 0 71 3 0 0 16 0 18 0 22323310 1575616512 99103 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21853/tid=21857] ppid=21851 vsize=1538688 CPUtime=0.94
/proc/21853/task/21857/stat : 21857 (java) R 21851 21853 19224 0 -1 4202560 5710 0 0 0 91 3 0 0 16 0 18 0 22323310 1575616512 99103 4089446400 134512640 134550932 4293425696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21853/tid=21858] ppid=21851 vsize=1538688 CPUtime=0.86
/proc/21853/task/21858/stat : 21858 (java) R 21851 21853 19224 0 -1 4202560 9893 0 0 0 82 4 0 0 16 0 18 0 22323310 1575616512 99104 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21853/tid=21859] ppid=21851 vsize=1538688 CPUtime=1.03
/proc/21853/task/21859/stat : 21859 (java) R 21851 21853 19224 0 -1 4202560 7695 0 0 0 99 4 0 0 16 0 18 0 22323310 1575616512 99105 4089446400 134512640 134550932 4293425696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21853/tid=21860] ppid=21851 vsize=1538688 CPUtime=1.01
/proc/21853/task/21860/stat : 21860 (java) R 21851 21853 19224 0 -1 4202560 7401 0 0 0 100 1 0 0 15 0 18 0 22323310 1575616512 99105 4089446400 134512640 134550932 4293425696 18446744073709551615 105886560 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21853/tid=21861] ppid=21851 vsize=1538688 CPUtime=0.97
/proc/21853/task/21861/stat : 21861 (java) R 21851 21853 19224 0 -1 4202560 7591 0 0 0 93 4 0 0 16 0 18 0 22323310 1575616512 99105 4089446400 134512640 134550932 4293425696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21853/tid=21862] ppid=21851 vsize=1538688 CPUtime=0.82
/proc/21853/task/21862/stat : 21862 (java) R 21851 21853 19224 0 -1 4202560 8775 0 0 0 78 4 0 0 16 0 18 0 22323310 1575616512 99106 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21853/tid=21863] ppid=21851 vsize=1538688 CPUtime=0.99
/proc/21853/task/21863/stat : 21863 (java) R 21851 21853 19224 0 -1 4202560 8510 0 0 0 94 5 0 0 16 0 18 0 22323310 1575616512 99107 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21853/tid=21864] ppid=21851 vsize=1538688 CPUtime=0
/proc/21853/task/21864/stat : 21864 (java) S 21851 21853 19224 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 22323311 1575616512 99109 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21865] ppid=21851 vsize=1538688 CPUtime=0
/proc/21853/task/21865/stat : 21865 (java) S 21851 21853 19224 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 18 0 22323311 1575616512 99109 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21866] ppid=21851 vsize=1538688 CPUtime=0
/proc/21853/task/21866/stat : 21866 (java) S 21851 21853 19224 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 18 0 22323311 1575616512 99111 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21867] ppid=21851 vsize=1538688 CPUtime=0
/proc/21853/task/21867/stat : 21867 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1575616512 99111 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=1538688 CPUtime=0.28
/proc/21853/task/21868/stat : 21868 (java) S 21851 21853 19224 0 -1 4202560 708 0 0 0 28 0 0 0 15 0 18 0 22323313 1575616512 99111 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21869] ppid=21851 vsize=1538688 CPUtime=0.23
/proc/21853/task/21869/stat : 21869 (java) S 21851 21853 19224 0 -1 4202560 1271 0 0 0 23 0 0 0 15 0 18 0 22323313 1575616512 99111 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21870] ppid=21851 vsize=1538688 CPUtime=0
/proc/21853/task/21870/stat : 21870 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1575616512 99112 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21871] ppid=21851 vsize=1538688 CPUtime=0
/proc/21853/task/21871/stat : 21871 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22323313 1575616512 99113 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 1538688

[startup+12.7008 s]
/proc/loadavg: 1.94 1.98 1.99 10/214 21871
/proc/meminfo: memFree=28809760/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1539636 CPUtime=30.69
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 195164 0 1 0 2988 81 0 0 23 0 18 0 22323309 1576587264 187433 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 384909 187434 1425 10 0 382212 0
[pid=21853/tid=21854] ppid=21851 vsize=1539636 CPUtime=9.5
/proc/21853/task/21854/stat : 21854 (java) S 21851 21853 19224 0 -1 4202560 38086 0 1 0 943 7 0 0 24 0 18 0 22323309 1576587264 187434 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21856] ppid=21851 vsize=1539636 CPUtime=2.4
/proc/21853/task/21856/stat : 21856 (java) R 21851 21853 19224 0 -1 4202560 22456 0 0 0 233 7 0 0 15 0 18 0 22323310 1576587264 187435 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21853/tid=21857] ppid=21851 vsize=1539636 CPUtime=2.62
/proc/21853/task/21857/stat : 21857 (java) R 21851 21853 19224 0 -1 4202560 13518 0 0 0 254 8 0 0 16 0 18 0 22323310 1576587264 187435 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21853/tid=21858] ppid=21851 vsize=1539636 CPUtime=2.45
/proc/21853/task/21858/stat : 21858 (java) R 21851 21853 19224 0 -1 4202560 23152 0 0 0 235 10 0 0 15 0 18 0 22323310 1576587264 187435 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21853/tid=21859] ppid=21851 vsize=1539636 CPUtime=2.68
/proc/21853/task/21859/stat : 21859 (java) R 21851 21853 19224 0 -1 4202560 21002 0 0 0 258 10 0 0 15 0 18 0 22323310 1576587264 187436 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21853/tid=21860] ppid=21851 vsize=1539636 CPUtime=2.69
/proc/21853/task/21860/stat : 21860 (java) R 21851 21853 19224 0 -1 4202560 21992 0 0 0 262 7 0 0 15 0 18 0 22323310 1576587264 187437 4089446400 134512640 134550932 4293425696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21853/tid=21861] ppid=21851 vsize=1539636 CPUtime=2.6
/proc/21853/task/21861/stat : 21861 (java) R 21851 21853 19224 0 -1 4202560 17978 0 0 0 251 9 0 0 16 0 18 0 22323310 1576587264 187439 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21853/tid=21862] ppid=21851 vsize=1539636 CPUtime=2.4
/proc/21853/task/21862/stat : 21862 (java) R 21851 21853 19224 0 -1 4202560 16445 0 0 0 232 8 0 0 16 0 18 0 22323310 1576587264 187439 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21853/tid=21863] ppid=21851 vsize=1539636 CPUtime=2.69
/proc/21853/task/21863/stat : 21863 (java) R 21851 21853 19224 0 -1 4202560 17468 0 0 0 261 8 0 0 15 0 18 0 22323310 1576587264 187440 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21853/tid=21864] ppid=21851 vsize=1539636 CPUtime=0
/proc/21853/task/21864/stat : 21864 (java) S 21851 21853 19224 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 22323311 1576587264 187440 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21865] ppid=21851 vsize=1539636 CPUtime=0
/proc/21853/task/21865/stat : 21865 (java) S 21851 21853 19224 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 18 0 22323311 1576587264 187441 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21866] ppid=21851 vsize=1539636 CPUtime=0
/proc/21853/task/21866/stat : 21866 (java) S 21851 21853 19224 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 18 0 22323311 1576587264 187441 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21867] ppid=21851 vsize=1539636 CPUtime=0
/proc/21853/task/21867/stat : 21867 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1576587264 187441 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=1539636 CPUtime=0.28
/proc/21853/task/21868/stat : 21868 (java) S 21851 21853 19224 0 -1 4202560 708 0 0 0 28 0 0 0 16 0 18 0 22323313 1576587264 187441 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21869] ppid=21851 vsize=1539636 CPUtime=0.25
/proc/21853/task/21869/stat : 21869 (java) S 21851 21853 19224 0 -1 4202560 1274 0 0 0 25 0 0 0 15 0 18 0 22323313 1576587264 187441 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21870] ppid=21851 vsize=1539636 CPUtime=0
/proc/21853/task/21870/stat : 21870 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1576587264 187442 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0

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

[pid=21853/tid=21859] ppid=21851 vsize=1604076 CPUtime=10.43
/proc/21853/task/21859/stat : 21859 (java) S 21851 21853 19224 0 -1 4202560 42987 0 0 0 992 51 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21860] ppid=21851 vsize=1604076 CPUtime=9.88
/proc/21853/task/21860/stat : 21860 (java) S 21851 21853 19224 0 -1 4202560 40745 0 0 0 948 40 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21861] ppid=21851 vsize=1604076 CPUtime=9.38
/proc/21853/task/21861/stat : 21861 (java) S 21851 21853 19224 0 -1 4202560 40695 0 0 0 889 49 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 3 0 0 0
[pid=21853/tid=21862] ppid=21851 vsize=1604076 CPUtime=10.52
/proc/21853/task/21862/stat : 21862 (java) S 21851 21853 19224 0 -1 4202560 30030 0 0 0 1014 38 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21863] ppid=21851 vsize=1604076 CPUtime=10.73
/proc/21853/task/21863/stat : 21863 (java) S 21851 21853 19224 0 -1 4202560 32122 0 0 0 1025 48 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
[pid=21853/tid=21864] ppid=21851 vsize=1604076 CPUtime=126.71
/proc/21853/task/21864/stat : 21864 (java) R 21851 21853 19224 0 -1 4202560 1150562 0 0 0 12536 135 0 0 25 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21853/tid=21865] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21865/stat : 21865 (java) S 21851 21853 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21866] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21866/stat : 21866 (java) S 21851 21853 19224 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21867] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21867/stat : 21867 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=1604076 CPUtime=0.28
/proc/21853/task/21868/stat : 21868 (java) S 21851 21853 19224 0 -1 4202560 708 0 0 0 28 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21869] ppid=21851 vsize=1604076 CPUtime=0.26
/proc/21853/task/21869/stat : 21869 (java) S 21851 21853 19224 0 -1 4202560 1276 0 0 0 26 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21870] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21870/stat : 21870 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21871] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21871/stat : 21871 (java) S 21851 21853 19224 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 229.27
Current children cumulated vsize (KiB) 1604076

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

[startup+162.501 s]
/proc/loadavg: 2.11 2.13 2.06 3/214 21878
/proc/meminfo: memFree=28057480/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1604076 CPUtime=229.47
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 1505265 0 1 0 22433 514 0 0 23 0 18 0 22323309 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 401019 368174 1426 10 0 398322 0
[pid=21853/tid=21854] ppid=21851 vsize=1604076 CPUtime=22.84
/proc/21853/task/21854/stat : 21854 (java) S 21851 21853 19224 0 -1 4202560 38177 0 1 0 2272 12 0 0 16 0 18 0 22323309 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21856] ppid=21851 vsize=1604076 CPUtime=9.3
/proc/21853/task/21856/stat : 21856 (java) S 21851 21853 19224 0 -1 4202560 48442 0 0 0 887 43 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21857] ppid=21851 vsize=1604076 CPUtime=8.44
/proc/21853/task/21857/stat : 21857 (java) S 21851 21853 19224 0 -1 4202560 28622 0 0 0 801 43 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21858] ppid=21851 vsize=1604076 CPUtime=10.39
/proc/21853/task/21858/stat : 21858 (java) S 21851 21853 19224 0 -1 4202560 49826 0 0 0 991 48 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 7 0 0 0
[pid=21853/tid=21859] ppid=21851 vsize=1604076 CPUtime=10.43
/proc/21853/task/21859/stat : 21859 (java) S 21851 21853 19224 0 -1 4202560 42987 0 0 0 992 51 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21860] ppid=21851 vsize=1604076 CPUtime=9.88
/proc/21853/task/21860/stat : 21860 (java) S 21851 21853 19224 0 -1 4202560 40745 0 0 0 948 40 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21861] ppid=21851 vsize=1604076 CPUtime=9.38
/proc/21853/task/21861/stat : 21861 (java) S 21851 21853 19224 0 -1 4202560 40695 0 0 0 889 49 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 3 0 0 0
[pid=21853/tid=21862] ppid=21851 vsize=1604076 CPUtime=10.52
/proc/21853/task/21862/stat : 21862 (java) S 21851 21853 19224 0 -1 4202560 30030 0 0 0 1014 38 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21863] ppid=21851 vsize=1604076 CPUtime=10.73
/proc/21853/task/21863/stat : 21863 (java) S 21851 21853 19224 0 -1 4202560 32122 0 0 0 1025 48 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
[pid=21853/tid=21864] ppid=21851 vsize=1604076 CPUtime=126.91
/proc/21853/task/21864/stat : 21864 (java) R 21851 21853 19224 0 -1 4202560 1150562 0 0 0 12556 135 0 0 25 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 104187716 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21853/tid=21865] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21865/stat : 21865 (java) S 21851 21853 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21866] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21866/stat : 21866 (java) S 21851 21853 19224 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21867] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21867/stat : 21867 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=1604076 CPUtime=0.28
/proc/21853/task/21868/stat : 21868 (java) S 21851 21853 19224 0 -1 4202560 708 0 0 0 28 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21869] ppid=21851 vsize=1604076 CPUtime=0.26
/proc/21853/task/21869/stat : 21869 (java) S 21851 21853 19224 0 -1 4202560 1276 0 0 0 26 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21870] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21870/stat : 21870 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21871] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21871/stat : 21871 (java) S 21851 21853 19224 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 229.47
Current children cumulated vsize (KiB) 1604076

[startup+163.301 s]
/proc/loadavg: 2.11 2.13 2.06 3/214 21878
/proc/meminfo: memFree=28057480/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1604076 CPUtime=230.27
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 1505265 0 1 0 22513 514 0 0 23 0 18 0 22323309 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 401019 368174 1426 10 0 398322 0
[pid=21853/tid=21854] ppid=21851 vsize=1604076 CPUtime=22.84
/proc/21853/task/21854/stat : 21854 (java) S 21851 21853 19224 0 -1 4202560 38177 0 1 0 2272 12 0 0 16 0 18 0 22323309 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21856] ppid=21851 vsize=1604076 CPUtime=9.3
/proc/21853/task/21856/stat : 21856 (java) S 21851 21853 19224 0 -1 4202560 48442 0 0 0 887 43 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21857] ppid=21851 vsize=1604076 CPUtime=8.44
/proc/21853/task/21857/stat : 21857 (java) S 21851 21853 19224 0 -1 4202560 28622 0 0 0 801 43 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21858] ppid=21851 vsize=1604076 CPUtime=10.39
/proc/21853/task/21858/stat : 21858 (java) S 21851 21853 19224 0 -1 4202560 49826 0 0 0 991 48 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 7 0 0 0
[pid=21853/tid=21859] ppid=21851 vsize=1604076 CPUtime=10.43
/proc/21853/task/21859/stat : 21859 (java) S 21851 21853 19224 0 -1 4202560 42987 0 0 0 992 51 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21860] ppid=21851 vsize=1604076 CPUtime=9.88
/proc/21853/task/21860/stat : 21860 (java) S 21851 21853 19224 0 -1 4202560 40745 0 0 0 948 40 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21861] ppid=21851 vsize=1604076 CPUtime=9.38
/proc/21853/task/21861/stat : 21861 (java) S 21851 21853 19224 0 -1 4202560 40695 0 0 0 889 49 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 3 0 0 0
[pid=21853/tid=21862] ppid=21851 vsize=1604076 CPUtime=10.52
/proc/21853/task/21862/stat : 21862 (java) S 21851 21853 19224 0 -1 4202560 30030 0 0 0 1014 38 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21863] ppid=21851 vsize=1604076 CPUtime=10.73
/proc/21853/task/21863/stat : 21863 (java) S 21851 21853 19224 0 -1 4202560 32122 0 0 0 1025 48 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
[pid=21853/tid=21864] ppid=21851 vsize=1604076 CPUtime=127.71
/proc/21853/task/21864/stat : 21864 (java) R 21851 21853 19224 0 -1 4202560 1150562 0 0 0 12636 135 0 0 25 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21853/tid=21865] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21865/stat : 21865 (java) S 21851 21853 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21866] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21866/stat : 21866 (java) S 21851 21853 19224 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21867] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21867/stat : 21867 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=1604076 CPUtime=0.28
/proc/21853/task/21868/stat : 21868 (java) S 21851 21853 19224 0 -1 4202560 708 0 0 0 28 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21869] ppid=21851 vsize=1604076 CPUtime=0.26
/proc/21853/task/21869/stat : 21869 (java) S 21851 21853 19224 0 -1 4202560 1276 0 0 0 26 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21870] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21870/stat : 21870 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21871] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21871/stat : 21871 (java) S 21851 21853 19224 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 230.27
Current children cumulated vsize (KiB) 1604076

[startup+163.501 s]
/proc/loadavg: 2.11 2.13 2.06 3/214 21878
/proc/meminfo: memFree=28057480/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=1604076 CPUtime=230.47
/proc/21853/stat : 21853 (java) S 21851 21853 19224 0 -1 4202496 1505265 0 1 0 22533 514 0 0 23 0 18 0 22323309 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 401019 368174 1426 10 0 398322 0
[pid=21853/tid=21854] ppid=21851 vsize=1604076 CPUtime=22.84
/proc/21853/task/21854/stat : 21854 (java) S 21851 21853 19224 0 -1 4202560 38177 0 1 0 2272 12 0 0 16 0 18 0 22323309 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21856] ppid=21851 vsize=1604076 CPUtime=9.3
/proc/21853/task/21856/stat : 21856 (java) S 21851 21853 19224 0 -1 4202560 48442 0 0 0 887 43 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 6 0 0 0
[pid=21853/tid=21857] ppid=21851 vsize=1604076 CPUtime=8.44
/proc/21853/task/21857/stat : 21857 (java) S 21851 21853 19224 0 -1 4202560 28622 0 0 0 801 43 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21858] ppid=21851 vsize=1604076 CPUtime=10.39
/proc/21853/task/21858/stat : 21858 (java) S 21851 21853 19224 0 -1 4202560 49826 0 0 0 991 48 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 7 0 0 0
[pid=21853/tid=21859] ppid=21851 vsize=1604076 CPUtime=10.43
/proc/21853/task/21859/stat : 21859 (java) S 21851 21853 19224 0 -1 4202560 42987 0 0 0 992 51 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21860] ppid=21851 vsize=1604076 CPUtime=9.88
/proc/21853/task/21860/stat : 21860 (java) S 21851 21853 19224 0 -1 4202560 40745 0 0 0 948 40 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21861] ppid=21851 vsize=1604076 CPUtime=9.38
/proc/21853/task/21861/stat : 21861 (java) S 21851 21853 19224 0 -1 4202560 40695 0 0 0 889 49 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 3 0 0 0
[pid=21853/tid=21862] ppid=21851 vsize=1604076 CPUtime=10.52
/proc/21853/task/21862/stat : 21862 (java) S 21851 21853 19224 0 -1 4202560 30030 0 0 0 1014 38 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21863] ppid=21851 vsize=1604076 CPUtime=10.73
/proc/21853/task/21863/stat : 21863 (java) S 21851 21853 19224 0 -1 4202560 32122 0 0 0 1025 48 0 0 16 0 18 0 22323310 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
[pid=21853/tid=21864] ppid=21851 vsize=1604076 CPUtime=127.91
/proc/21853/task/21864/stat : 21864 (java) R 21851 21853 19224 0 -1 4202560 1150562 0 0 0 12656 135 0 0 25 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 106159255 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21853/tid=21865] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21865/stat : 21865 (java) S 21851 21853 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21866] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21866/stat : 21866 (java) S 21851 21853 19224 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 18 0 22323311 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21867] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21867/stat : 21867 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 2 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=1604076 CPUtime=0.28
/proc/21853/task/21868/stat : 21868 (java) S 21851 21853 19224 0 -1 4202560 708 0 0 0 28 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 0 0 0 0
[pid=21853/tid=21869] ppid=21851 vsize=1604076 CPUtime=0.26
/proc/21853/task/21869/stat : 21869 (java) S 21851 21853 19224 0 -1 4202560 1276 0 0 0 26 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21870] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21870/stat : 21870 (java) S 21851 21853 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 4 0 0 0
[pid=21853/tid=21871] ppid=21851 vsize=1604076 CPUtime=0
/proc/21853/task/21871/stat : 21871 (java) S 21851 21853 19224 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 22323313 1642573824 368174 4089446400 134512640 134550932 4293425696 18446744073709551615 4294960144 0 4 0 16800975 18446604471161715520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 230.47
Current children cumulated vsize (KiB) 1604076

[startup+163.601 s]
/proc/loadavg: 2.11 2.13 2.06 3/214 21878
/proc/meminfo: memFree=28057480/32950928 swapFree=67111528/67111528
[pid=21853] ppid=21851 vsize=0 CPUtime=230.54
/proc/21853/stat : 21853 (java) Z 21851 21853 19224 0 -1 4202524 1505282 0 1 0 22538 516 0 0 18 0 2 0 22323309 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21853/statm: 0 0 0 0 0 0 0
[pid=21853/tid=21868] ppid=21851 vsize=0 CPUtime=0.29
/proc/21853/task/21868/stat : 21868 (java) R 21851 21853 19224 0 -1 4203588 708 0 0 0 28 1 0 0 15 0 2 0 22323313 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 230.54
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 163.651
CPU time (s): 230.598
CPU user time (s): 225.389
CPU system time (s): 5.20921
CPU usage (%): 140.908
Max. virtual memory (cumulated for all children) (KiB): 1636080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.389
system time used= 5.20921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1505282
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= 11255
involuntary context switches= 1620725

runsolver used 0.292955 second user time and 0.612906 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-08 00:18:15
IDJOB=2701658
IDBENCH=79616
IDSOLVER=1211
FILE ID=node127/2701658-1278541090
PBS_JOBID= 11239224
Free space on /tmp= 72948 MiB

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

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

MD5SUM BENCH= 838792388aba1cb33fb875c1c7fc5e90
RANDOM SEED=2119004595

node127.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.804
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.60
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.804
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	: 5424.67
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.804
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.74
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.804
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.83
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.804
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.75
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.804
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.68
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.804
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.804
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:      29524904 kB
Buffers:        148236 kB
Cached:        2883144 kB
SwapCached:          0 kB
Active:        1576900 kB
Inactive:      1679116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29524904 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          258784 kB
Writeback:           0 kB
AnonPages:      224728 kB
Mapped:          20328 kB
Slab:           106664 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1642940 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= 72948 MiB
End job on node127 at 2010-07-08 00:20:59