Trace number 2662252

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.22 914.308

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.11/0.45	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.45	c See www.sat4j.org for details.
0.11/0.46	c version 2.2.0.v20100531
0.11/0.46	c java.runtime.name	Java(TM) SE Runtime Environment
0.11/0.46	c java.vm.name		Java HotSpot(TM) Server VM
0.11/0.46	c java.vm.version	11.2-b01
0.11/0.46	c java.vm.vendor	Sun Microsystems Inc.
0.11/0.46	c sun.arch.data.model	32
0.11/0.46	c java.version		1.6.0_12
0.11/0.46	c os.name		Linux
0.11/0.46	c os.version		2.6.18-164.el5
0.11/0.46	c os.arch		i386
0.11/0.46	c Free memory 		1393557488
0.11/0.46	c Max memory 		1395916800
0.11/0.46	c Total memory 		1395916800
0.11/0.46	c Number of processors 	2
0.24/0.53	c Pseudo Boolean Optimization
0.24/0.53	c ManyCore solver with 2 solvers running in parallel
0.24/0.53	c --- Begin Solver configuration ---
0.24/0.53	c Stops conflict analysis at the first Unique Implication Point
0.24/0.53	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.53	c Learn all clauses as in MiniSAT
0.24/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.53	c Expensive reason simplification
0.24/0.53	c Armin Biere (Picosat) restarts strategy
0.24/0.53	c Glucose learned constraints deletion strategy
0.24/0.53	c timeout=2147483s
0.24/0.53	c DB Simplification allowed=false
0.24/0.53	c --- End Solver configuration ---
0.24/0.53	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.53	c --- Begin Solver configuration ---
0.24/0.53	c Stops conflict analysis at the first Unique Implication Point
0.24/0.53	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.53	c Learn all clauses as in MiniSAT
0.24/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.53	c No reason simplification
0.24/0.53	c Armin Biere (Picosat) restarts strategy
0.24/0.53	c Glucose learned constraints deletion strategy
0.24/0.53	c timeout=2147483s
0.24/0.53	c DB Simplification allowed=false
0.24/0.53	c --- End Solver configuration ---
0.24/0.53	
0.24/0.53	c solving HOME/instance-2662252-1276627762.opb
0.24/0.53	c reading problem ... 
11.38/9.64	c ... done. Wall clock time 9.112s.
11.38/9.64	c #vars     97901
11.38/9.64	c #constraints  316253
11.38/9.64	c constraints type 
11.38/9.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
11.38/9.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
11.38/9.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
11.38/9.64	c constraints type 
11.38/9.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194480
11.38/9.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97240
11.38/9.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/914.22	c starts		: 4
1800.05/914.22	c conflicts		: 417
1800.05/914.22	c decisions		: 2893
1800.05/914.22	c propagations		: 931866
1800.05/914.22	c inspects		: 3472949
1800.05/914.22	c learnt literals	: 0
1800.05/914.22	c learnt binary clauses	: 1
1800.05/914.22	c learnt ternary clauses	: 0
1800.05/914.22	c learnt clauses	: 417
1800.05/914.22	c ignored clauses	: 0
1800.05/914.22	c root simplifications	: 0
1800.05/914.22	c removed literals (reason simplification)	: 10240210
1800.05/914.22	c reason swapping (by a shorter reason)	: 0
1800.05/914.22	c Calls to reduceDB	: 0
1800.05/914.22	c number of reductions to clauses (during analyze)	: 0
1800.05/914.22	c number of learned constraints concerned by reduction	: 0
1800.05/914.22	c number of learning phase by resolution	: 0
1800.05/914.22	c number of learning phase by cutting planes	: 0
1800.05/914.22	c speed (assignments/second)	: 1030.173385866465
1800.05/914.22	c non guided choices	187
1800.05/914.22	c learnt constraints type 
1800.05/914.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 416
1800.05/914.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/914.22	c constraints type 
1800.05/914.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
1800.05/914.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
1800.05/914.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/914.22	c constraints type 
1800.05/914.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194480
1800.05/914.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97240
1800.05/914.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/914.22	s UNKNOWN
1800.05/914.22	c Total wall clock time (in seconds): 913.69

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-2662252-1276627762/watcher-2662252-1276627762 -o /tmp/evaluation-result-2662252-1276627762/solver-2662252-1276627762 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662252-1276627762.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.14 3/105 10770
/proc/meminfo: memFree=1831976/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=24036 CPUtime=0
/proc/10770/stat : 10770 (runsolver) D 10768 10770 10045 0 -1 4202560 81 0 0 0 0 0 0 0 23 0 1 0 4069918 24612864 107 1992294400 4194304 4302564 140737101901760 18446744073709551615 235217200119 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/10770/statm: 6009 107 69 27 0 2647 0

[startup+0.022482 s]
/proc/loadavg: 1.00 1.00 1.14 3/105 10770
/proc/meminfo: memFree=1831976/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=24036 CPUtime=0
/proc/10770/stat : 10770 (runsolver) D 10768 10770 10045 0 -1 4202560 81 0 0 0 0 0 0 0 23 0 1 0 4069918 24612864 107 1992294400 4194304 4302564 140737101901760 18446744073709551615 235217200119 0 0 4096 24578 18446744071562154983 0 0 17 0 0 0 0
/proc/10770/statm: 6009 107 69 27 0 2647 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24036

[startup+0.101496 s]
/proc/loadavg: 1.00 1.00 1.14 3/105 10770
/proc/meminfo: memFree=1831976/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=13164 CPUtime=0
/proc/10770/stat : 10770 (java) D 10768 10770 10045 0 -1 4194304 442 0 9 0 0 0 0 0 23 0 1 0 4069918 13479936 179 1992294400 134512640 134550932 4287250352 18446744073709551615 1453904 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 8
/proc/10770/statm: 3291 179 138 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.30152 s]
/proc/loadavg: 1.00 1.00 1.14 3/105 10770
/proc/meminfo: memFree=1831976/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1520328 CPUtime=0.04
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 3253 0 99 0 1 3 0 0 22 0 4 0 4069918 1556815872 2794 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 380082 2794 945 10 0 377392 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1520328

[startup+0.701621 s]
/proc/loadavg: 1.00 1.00 1.14 3/105 10770
/proc/meminfo: memFree=1831976/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1526416 CPUtime=0.51
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 6627 0 99 0 44 7 0 0 22 0 12 0 4069918 1563049984 6162 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 381604 6162 1368 10 0 378907 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1526416

[startup+1.50266 s]
/proc/loadavg: 1.08 1.02 1.14 4/117 10782
/proc/meminfo: memFree=1793624/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1533004 CPUtime=2.01
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 17487 0 99 0 190 11 0 0 22 0 12 0 4069918 1569796096 15929 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 383251 15932 1407 10 0 380554 0
[pid=10770/tid=10772] ppid=10768 vsize=1533004 CPUtime=1.11
/proc/10770/task/10772/stat : 10772 (java) R 10768 10770 10045 0 -1 4202560 13215 0 62 0 103 8 0 0 25 0 12 0 4069933 1569796096 15932 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 4069946 1569796096 15932 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 4069946 1569796096 15934 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 4069949 1569796096 15935 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 4069950 1569796096 15936 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 4069950 1569796096 15937 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 4069957 1569796096 15939 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1533004 CPUtime=0.37
/proc/10770/task/10779/stat : 10779 (java) R 10768 10770 10045 0 -1 4202560 1672 0 0 0 37 0 0 0 25 0 12 0 4069957 1569796096 15940 1992294400 134512640 134550932 4287250352 18446744073709551615 105872993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1533004 CPUtime=0.49
/proc/10770/task/10780/stat : 10780 (java) R 10768 10770 10045 0 -1 4202560 1572 0 0 0 49 0 0 0 25 0 12 0 4069957 1569796096 15941 1992294400 134512640 134550932 4287250352 18446744073709551615 102551648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 4069957 1569796096 15942 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 4069957 1569796096 15944 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1533004

[startup+3.10183 s]
/proc/loadavg: 1.08 1.02 1.14 2/117 10782
/proc/meminfo: memFree=1690952/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1533004 CPUtime=3.86
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 47276 0 99 0 362 24 0 0 22 0 12 0 4069918 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 383251 45535 1417 10 0 380554 0
[pid=10770/tid=10772] ppid=10768 vsize=1533004 CPUtime=2.49
/proc/10770/task/10772/stat : 10772 (java) R 10768 10770 10045 0 -1 4202560 31964 0 62 0 233 16 0 0 25 0 12 0 4069933 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4109307855 0 4 0 16800975 0 0 0 -1 1 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1533004 CPUtime=0.2
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 5568 0 0 0 18 2 0 0 16 0 12 0 4069946 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1533004 CPUtime=0.2
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 5459 0 0 0 19 1 0 0 16 0 12 0 4069946 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 4069949 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4069950 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 4069950 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 4069957 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1533004 CPUtime=0.37
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10045 0 -1 4202560 1672 0 0 0 37 0 0 0 23 0 12 0 4069957 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1533004 CPUtime=0.52
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10045 0 -1 4202560 1573 0 0 0 52 0 0 0 23 0 12 0 4069957 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 4069957 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 4069957 1569796096 45535 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1533004

[startup+6.30119 s]
/proc/loadavg: 1.08 1.02 1.14 2/117 10782
/proc/meminfo: memFree=1614756/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1533004 CPUtime=7.6
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 58962 0 99 0 732 28 0 0 22 0 12 0 4069918 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 383251 55980 1419 10 0 380554 0
[pid=10770/tid=10772] ppid=10768 vsize=1533004 CPUtime=5.13
/proc/10770/task/10772/stat : 10772 (java) R 10768 10770 10045 0 -1 4202560 31968 0 62 0 496 17 0 0 25 0 12 0 4069933 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4109254414 0 4 0 16800975 0 0 0 -1 1 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1533004 CPUtime=0.75
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 11425 0 0 0 71 4 0 0 16 0 12 0 4069946 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1533004 CPUtime=0.75
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 11282 0 0 0 72 3 0 0 16 0 12 0 4069946 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 4069949 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4069950 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 4069950 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 4069957 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1533004 CPUtime=0.38
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10045 0 -1 4202560 1674 0 0 0 38 0 0 0 15 0 12 0 4069957 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1533004 CPUtime=0.52
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10045 0 -1 4202560 1573 0 0 0 52 0 0 0 23 0 12 0 4069957 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 4069957 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1533004 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 4069957 1569796096 55980 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1533004

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 1.14 3/121 10786
/proc/meminfo: memFree=1573684/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1537800 CPUtime=17.44
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 67165 0 99 0 1711 33 0 0 22 0 16 0 4069918 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 384450 62721 1444 10 0 381753 0
[pid=10770/tid=10772] ppid=10768 vsize=1537800 CPUtime=8.28
/proc/10770/task/10772/stat : 10772 (java) S 10768 10770 10045 0 -1 4202560 32001 0 62 0 810 18 0 0 18 0 16 0 4069933 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1537800 CPUtime=1.06
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 14249 0 0 0 101 5 0 0 15 0 16 0 4069946 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1537800 CPUtime=1.09
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 14491 0 0 0 105 4 0 0 16 0 16 0 4069946 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 4069949 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1537800 CPUtime=1.22
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10045 0 -1 4202560 2264 0 0 0 121 1 0 0 15 0 16 0 4069957 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1537800 CPUtime=1.31
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10045 0 -1 4202560 3043 0 0 0 130 1 0 0 15 0 16 0 4069957 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 4069957 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=1537800 CPUtime=2.26
/proc/10770/task/10783/stat : 10783 (java) R 10768 10770 10045 0 -1 4202560 21 0 0 0 226 0 0 0 25 0 16 0 4070883 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4109375037 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=1537800 CPUtime=2.15
/proc/10770/task/10784/stat : 10784 (java) R 10768 10770 10045 0 -1 4202560 48 0 0 0 215 0 0 0 25 0 16 0 4070883 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4109375060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070946 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070947 1574707200 62721 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.44
Current children cumulated vsize (KiB) 1537800

[startup+25.5024 s]
/proc/loadavg: 1.28 1.06 1.15 3/121 10786
/proc/meminfo: memFree=1562524/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1537800 CPUtime=42.86
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 70237 0 99 0 4251 35 0 0 22 0 16 0 4069918 1574707200 65681 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 384450 65681 1444 10 0 381753 0
[pid=10770/tid=10772] ppid=10768 vsize=1537800 CPUtime=8.28
/proc/10770/task/10772/stat : 10772 (java) S 10768 10770 10045 0 -1 4202560 32001 0 62 0 810 18 0 0 18 0 16 0 4069933 1574707200 65681 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1537800 CPUtime=1.29
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 15183 0 0 0 123 6 0 0 15 0 16 0 4069946 1574707200 65681 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1537800 CPUtime=1.34
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 16605 0 0 0 129 5 0 0 16 0 16 0 4069946 1574707200 65681 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1537800 CPUtime=0

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

/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070946 1574707200 78814 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070947 1574707200 78814 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1380.85
Current children cumulated vsize (KiB) 1537800

[startup+762.31 s]
/proc/loadavg: 2.09 1.95 1.62 3/121 10815
/proc/meminfo: memFree=1507176/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1537800 CPUtime=1499.53
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 85273 0 99 0 149718 235 0 0 22 0 16 0 4069918 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 384450 78903 1444 10 0 381753 0
[pid=10770/tid=10772] ppid=10768 vsize=1537800 CPUtime=8.28
/proc/10770/task/10772/stat : 10772 (java) S 10768 10770 10045 0 -1 4202560 32007 0 62 0 810 18 0 0 15 0 16 0 4069933 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1537800 CPUtime=11.38
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 24218 0 0 0 1058 80 0 0 15 0 16 0 4069946 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1537800 CPUtime=11.52
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 20898 0 0 0 1116 36 0 0 15 0 16 0 4069946 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1537800 CPUtime=1.78
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 56 0 0 0 98 80 0 0 15 0 16 0 4069949 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1537800 CPUtime=1.46
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10045 0 -1 4202560 2283 0 0 0 145 1 0 0 15 0 16 0 4069957 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1537800 CPUtime=2.05
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10045 0 -1 4202560 3146 0 0 0 204 1 0 0 15 0 16 0 4069957 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 4069957 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=1537800 CPUtime=729.82
/proc/10770/task/10783/stat : 10783 (java) R 10768 10770 10045 0 -1 4202560 903 0 0 0 72974 8 0 0 25 0 16 0 4070883 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4109565257 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=1537800 CPUtime=733.14
/proc/10770/task/10784/stat : 10784 (java) R 10768 10770 10045 0 -1 4202560 682 0 0 0 73308 6 0 0 25 0 16 0 4070883 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4109993540 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070946 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070947 1574707200 78903 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1499.53
Current children cumulated vsize (KiB) 1537800

[startup+822.302 s]
/proc/loadavg: 2.03 1.96 1.64 3/121 10817
/proc/meminfo: memFree=1507176/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1537800 CPUtime=1618.28
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 85479 0 99 0 161579 249 0 0 22 0 16 0 4069918 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 384450 78983 1444 10 0 381753 0
[pid=10770/tid=10772] ppid=10768 vsize=1537800 CPUtime=8.28
/proc/10770/task/10772/stat : 10772 (java) S 10768 10770 10045 0 -1 4202560 32007 0 62 0 810 18 0 0 15 0 16 0 4069933 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1537800 CPUtime=12.19
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 24298 0 0 0 1132 87 0 0 15 0 16 0 4069946 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1537800 CPUtime=12.35
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 20898 0 0 0 1199 36 0 0 15 0 16 0 4069946 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1537800 CPUtime=1.94
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 60 0 0 0 107 87 0 0 15 0 16 0 4069949 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1537800 CPUtime=1.46
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10045 0 -1 4202560 2283 0 0 0 145 1 0 0 15 0 16 0 4069957 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1537800 CPUtime=2.05
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10045 0 -1 4202560 3146 0 0 0 204 1 0 0 15 0 16 0 4069957 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 4069957 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=1537800 CPUtime=787.94
/proc/10770/task/10783/stat : 10783 (java) R 10768 10770 10045 0 -1 4202560 978 0 0 0 78785 9 0 0 25 0 16 0 4070883 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4109375060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=1537800 CPUtime=791.99
/proc/10770/task/10784/stat : 10784 (java) R 10768 10770 10045 0 -1 4202560 725 0 0 0 79193 6 0 0 25 0 16 0 4070883 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4109993609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070946 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070947 1574707200 78983 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.28
Current children cumulated vsize (KiB) 1537800

[startup+882.302 s]
/proc/loadavg: 2.08 1.98 1.67 3/121 10819
/proc/meminfo: memFree=1506928/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1537800 CPUtime=1736.93
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 85702 0 99 0 173427 266 0 0 22 0 16 0 4069918 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 384450 79080 1444 10 0 381753 0
[pid=10770/tid=10772] ppid=10768 vsize=1537800 CPUtime=8.28
/proc/10770/task/10772/stat : 10772 (java) S 10768 10770 10045 0 -1 4202560 32008 0 62 0 810 18 0 0 15 0 16 0 4069933 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1537800 CPUtime=13.02
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 24389 0 0 0 1207 95 0 0 15 0 16 0 4069946 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1537800 CPUtime=13.2
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 20904 0 0 0 1284 36 0 0 15 0 16 0 4069946 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1537800 CPUtime=2.1
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 65 0 0 0 116 94 0 0 15 0 16 0 4069949 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1537800 CPUtime=1.46
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10045 0 -1 4202560 2283 0 0 0 145 1 0 0 15 0 16 0 4069957 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1537800 CPUtime=2.05
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10045 0 -1 4202560 3146 0 0 0 204 1 0 0 15 0 16 0 4069957 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 4069957 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=1537800 CPUtime=846.21
/proc/10770/task/10783/stat : 10783 (java) R 10768 10770 10045 0 -1 4202560 1057 0 0 0 84612 9 0 0 25 0 16 0 4070883 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4109375051 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=1537800 CPUtime=850.51
/proc/10770/task/10784/stat : 10784 (java) R 10768 10770 10045 0 -1 4202560 763 0 0 0 85045 6 0 0 25 0 16 0 4070883 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4109537343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070946 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070947 1574707200 79080 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1736.93
Current children cumulated vsize (KiB) 1537800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.203 s]
/proc/loadavg: 2.13 2.00 1.68 3/121 10819
/proc/meminfo: memFree=1506804/2059040 swapFree=4192956/4192956
[pid=10770] ppid=10768 vsize=1537800 CPUtime=1800.05
/proc/10770/stat : 10770 (java) S 10768 10770 10045 0 -1 4202496 85816 0 99 0 179732 273 0 0 22 0 16 0 4069918 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/10770/statm: 384450 79126 1444 10 0 381753 0
[pid=10770/tid=10772] ppid=10768 vsize=1537800 CPUtime=8.28
/proc/10770/task/10772/stat : 10772 (java) S 10768 10770 10045 0 -1 4202560 32008 0 62 0 810 18 0 0 15 0 16 0 4069933 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 16
[pid=10770/tid=10773] ppid=10768 vsize=1537800 CPUtime=13.46
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10045 0 -1 4202560 24435 0 0 0 1247 99 0 0 15 0 16 0 4069946 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=1537800 CPUtime=13.65
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10045 0 -1 4202560 20904 0 0 0 1329 36 0 0 15 0 16 0 4069946 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=1537800 CPUtime=2.17
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10045 0 -1 4202560 67 0 0 0 120 97 0 0 15 0 16 0 4069949 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 0 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10045 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10045 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4069950 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=1537800 CPUtime=1.46
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10045 0 -1 4202560 2283 0 0 0 145 1 0 0 15 0 16 0 4069957 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=1537800 CPUtime=2.05
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10045 0 -1 4202560 3146 0 0 0 204 1 0 0 15 0 16 0 4069957 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 4069957 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10045 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 4069957 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=1537800 CPUtime=877.16
/proc/10770/task/10783/stat : 10783 (java) R 10768 10770 10045 0 -1 4202560 1099 0 0 0 87707 9 0 0 25 0 16 0 4070883 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4109375164 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=1537800 CPUtime=881.72
/proc/10770/task/10784/stat : 10784 (java) R 10768 10770 10045 0 -1 4202560 785 0 0 0 88166 6 0 0 25 0 16 0 4070883 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4109537845 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070946 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=1537800 CPUtime=0
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4070947 1574707200 79126 1992294400 134512640 134550932 4287250352 18446744073709551615 4294960144 0 4 0 16800975 18446604437811112768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1537800

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 914.308
CPU time (s): 1800.22
CPU user time (s): 1797.45
CPU system time (s): 2.76958
CPU usage (%): 196.894
Max. virtual memory (cumulated for all children) (KiB): 1539836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.45
system time used= 2.76958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85838
page faults= 99
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42815
involuntary context switches= 54895

runsolver used 5.12622 second user time and 7.65883 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-15 20:49:24
IDJOB=2662252
IDBENCH=3025
IDSOLVER=1166
FILE ID=node088/2662252-1276627762
PBS_JOBID= 11172312
Free space on /tmp= 62544 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662252-1276627762/watcher-2662252-1276627762 -o /tmp/evaluation-result-2662252-1276627762/solver-2662252-1276627762 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662252-1276627762.opb

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

MD5SUM BENCH= ed1765c8e2f5b9ac0be00c2d97d71991
RANDOM SEED=1243716946

node088.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1832248 kB
Buffers:          2996 kB
Cached:          99060 kB
SwapCached:          0 kB
Active:          35184 kB
Inactive:       126836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1832248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           18504 kB
Writeback:           0 kB
AnonPages:       59896 kB
Mapped:          15580 kB
Slab:            42956 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62544 MiB
End job on node088 at 2010-06-15 21:04:40