Trace number 2685007

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 604.363 601.651

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12026_5-unsat.opb
MD5SUMdb859a15c3accfca5f41bc17f134e06b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark604.363
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32912
Total number of constraints109848
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@17f1ba3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2685007-1278437955.opb
0.24/0.21	c reading problem ... 
4.33/2.82	c ... done. Wall clock time 2.615s.
4.33/2.82	c #vars     32912
4.33/2.82	c #constraints  96630
4.33/2.82	c constraints type 
4.33/2.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12210
4.33/2.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78405
4.33/2.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
14.90/12.40	c cleaning 2490 clauses out of 4997 with flag 5001/5001
23.29/20.75	c cleaning 4253 clauses out of 8507 with flag 11002/11002
32.70/30.19	c cleaning 5612 clauses out of 11253 with flag 18001/18001
44.60/42.03	c cleaning 6817 clauses out of 13639 with flag 26001/26001
58.16/55.53	c cleaning 7905 clauses out of 15821 with flag 35000/35000
72.96/70.34	c cleaning 8954 clauses out of 17917 with flag 45001/45001
90.46/87.81	c cleaning 9982 clauses out of 19963 with flag 56001/56001
110.48/107.83	c cleaning 10985 clauses out of 21980 with flag 68000/68000
132.97/130.32	c cleaning 11993 clauses out of 23996 with flag 81001/81001
156.78/154.10	c cleaning 12988 clauses out of 26003 with flag 95001/95001
183.58/180.97	c cleaning 13999 clauses out of 28014 with flag 110000/110000
212.19/209.58	c cleaning 14998 clauses out of 30017 with flag 126002/126002
244.39/241.78	c cleaning 15994 clauses out of 32017 with flag 143000/143000
279.00/276.32	c cleaning 17012 clauses out of 34023 with flag 161000/161000
315.40/312.74	c cleaning 18000 clauses out of 36012 with flag 180001/180001
354.01/351.33	c cleaning 19001 clauses out of 38011 with flag 200000/200000
393.70/391.02	c cleaning 20000 clauses out of 40009 with flag 221000/221000
436.81/434.11	c cleaning 20993 clauses out of 42009 with flag 243000/243000
482.40/479.73	c cleaning 21999 clauses out of 44016 with flag 266000/266000
532.40/529.72	c cleaning 23001 clauses out of 46017 with flag 290004/290004
583.70/581.07	c cleaning 23992 clauses out of 48012 with flag 315001/315001
604.21/601.55	c starts		: 134
604.21/601.55	c conflicts		: 325574
604.21/601.55	c decisions		: 402698
604.21/601.55	c propagations		: 399423564
604.21/601.55	c inspects		: 1389624053
604.21/601.55	c learnt literals	: 25
604.21/601.55	c learnt binary clauses	: 169
604.21/601.55	c learnt ternary clauses	: 871
604.21/601.55	c learnt clauses	: 325548
604.21/601.55	c ignored clauses	: 0
604.21/601.55	c root simplifications	: 0
604.21/601.55	c removed literals (reason simplification)	: 7427643
604.21/601.55	c reason swapping (by a shorter reason)	: 0
604.21/601.55	c Calls to reduceDB	: 21
604.21/601.55	c number of reductions to clauses (during analyze)	: 0
604.21/601.55	c number of learned constraints concerned by reduction	: 0
604.21/601.55	c number of learning phase by resolution	: 0
604.21/601.55	c number of learning phase by cutting planes	: 0
604.21/601.55	c speed (assignments/second)	: 667121.3491290689
604.21/601.55	c non guided choices	115
604.21/601.58	c learnt constraints type 
604.21/601.58	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34411
604.21/601.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 169
604.21/601.58	c constraints type 
604.21/601.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12210
604.21/601.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78405
604.21/601.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
604.21/601.59	s UNSATISFIABLE
604.21/601.59	c Total wall clock time (in seconds): 601.376

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-2685007-1278437955/watcher-2685007-1278437955 -o /tmp/evaluation-result-2685007-1278437955/solver-2685007-1278437955 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2685007-1278437955.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.04 1.05 1.01 3/106 22000
/proc/meminfo: memFree=1468808/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=124 CPUtime=0
/proc/22000/stat : 22000 (java) R 21998 22000 21487 0 -1 4194304 256 0 0 0 0 0 0 0 19 0 1 0 12008649 126976 1 1992294400 0 0 4290491919 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22000/statm: 61 5 2 10 0 22 0

[startup+0.0265481 s]
/proc/loadavg: 1.04 1.05 1.01 3/106 22000
/proc/meminfo: memFree=1468808/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1517068 CPUtime=0.01
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 2453 0 1 0 0 1 0 0 18 0 2 0 12008649 1553477632 1897 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 379267 1911 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101549 s]
/proc/loadavg: 1.04 1.05 1.01 3/106 22000
/proc/meminfo: memFree=1468808/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1524184 CPUtime=0.08
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 3973 0 1 0 6 2 0 0 18 0 12 0 12008649 1560764416 3411 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 381046 3411 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.337383 s]
/proc/loadavg: 1.04 1.05 1.01 3/106 22000
/proc/meminfo: memFree=1468808/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1526432 CPUtime=0.42
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 5643 0 1 0 38 4 0 0 18 0 12 0 12008649 1563066368 5079 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 381608 5079 1361 10 0 378910 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 1526432

[startup+0.701462 s]
/proc/loadavg: 1.04 1.05 1.01 3/106 22000
/proc/meminfo: memFree=1468808/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1527844 CPUtime=1.1
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 7761 0 1 0 105 5 0 0 18 0 12 0 12008649 1564512256 7086 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 381961 7087 1403 10 0 379263 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1527844

[startup+1.50162 s]
/proc/loadavg: 1.28 1.10 1.02 6/118 22012
/proc/meminfo: memFree=1424136/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1532636 CPUtime=2.57
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 23020 0 1 0 246 11 0 0 18 0 12 0 12008649 1569419264 21628 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 383159 21630 1414 10 0 380461 0
[pid=22000/tid=22002] ppid=21998 vsize=1532636 CPUtime=1.47
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 18869 0 1 0 138 9 0 0 19 0 12 0 12008651 1569419264 21631 1992294400 134512640 134550932 4290490480 18446744073709551615 4109671431 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 12008652 1569419264 21632 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 12008652 1569419264 21634 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 12008654 1569419264 21635 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 12008655 1569419264 21636 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 12008655 1569419264 21638 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12008659 1569419264 21639 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1532636 CPUtime=0.99
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 2584 0 0 0 98 1 0 0 17 0 12 0 12008659 1569419264 21640 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1532636 CPUtime=0.08
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 508 0 0 0 8 0 0 0 24 0 12 0 12008659 1569419264 21642 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 12008659 1569419264 21643 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1532636 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 12008659 1569419264 21644 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1532636

[startup+3.10197 s]
/proc/loadavg: 1.28 1.10 1.02 4/118 22012
/proc/meminfo: memFree=1329772/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1544452 CPUtime=4.93
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 42339 0 1 0 473 20 0 0 18 0 13 0 12008649 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 386113 39318 1430 10 0 383415 0
[pid=22000/tid=22002] ppid=21998 vsize=1544452 CPUtime=2.63
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32060 0 1 0 248 15 0 0 22 0 13 0 12008651 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4109360476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1544452 CPUtime=0.04
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 951 0 0 0 4 0 0 0 18 0 13 0 12008652 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1544452 CPUtime=0.03
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 919 0 0 0 3 0 0 0 18 0 13 0 12008652 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1544452 CPUtime=0
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 12008654 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1544452 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1544452 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1544452 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1544452 CPUtime=1.41
/proc/22000/task/22009/stat : 22009 (java) R 21998 22000 21487 0 -1 4202560 3776 0 0 0 140 1 0 0 16 0 13 0 12008659 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 106262378 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1544452 CPUtime=0.76
/proc/22000/task/22010/stat : 22010 (java) R 21998 22000 21487 0 -1 4202560 3562 0 0 0 75 1 0 0 16 0 13 0 12008659 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 105498943 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1544452 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1544452 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12008659 1581518848 39318 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1544452

[startup+6.30165 s]
/proc/loadavg: 1.28 1.10 1.02 2/119 22013
/proc/meminfo: memFree=1316372/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1541856 CPUtime=8.65
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 42839 0 1 0 845 20 0 0 18 0 13 0 12008649 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385464 38961 1435 10 0 382766 0
[pid=22000/tid=22002] ppid=21998 vsize=1541856 CPUtime=5.61
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32069 0 1 0 546 15 0 0 25 0 13 0 12008651 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4110255253 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1541856 CPUtime=0.04
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 951 0 0 0 4 0 0 0 18 0 13 0 12008652 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1541856 CPUtime=0.03
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 919 0 0 0 3 0 0 0 18 0 13 0 12008652 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 12008654 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1541856 CPUtime=1.79
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 3846 0 0 0 177 2 0 0 15 0 13 0 12008659 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1541856 CPUtime=1.13
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 3980 0 0 0 112 1 0 0 15 0 13 0 12008659 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12008659 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1578860544 38961 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 1541856

[startup+12.7008 s]
/proc/loadavg: 1.24 1.09 1.02 2/119 22013
/proc/meminfo: memFree=1316992/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1541856 CPUtime=15.24
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 51038 0 1 0 1500 24 0 0 18 0 13 0 12008649 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385464 47106 1444 10 0 382766 0
[pid=22000/tid=22002] ppid=21998 vsize=1541856 CPUtime=11.77
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32074 0 1 0 1162 15 0 0 24 0 13 0 12008651 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4109474570 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1541856 CPUtime=0.14
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 3013 0 0 0 13 1 0 0 17 0 13 0 12008652 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1541856 CPUtime=0.13
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 3745 0 0 0 12 1 0 0 17 0 13 0 12008652 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1541856 CPUtime=0.11
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 3301 0 0 0 10 1 0 0 16 0 13 0 12008654 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1541856 CPUtime=1.87
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 3858 0 0 0 185 2 0 0 15 0 13 0 12008659 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1541856 CPUtime=1.16
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 3980 0 0 0 115 1 0 0 15 0 13 0 12008659 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12008659 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1578860544 47106 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 1541856

[startup+25.502 s]
/proc/loadavg: 1.20 1.09 1.02 2/119 22013
/proc/meminfo: memFree=1284256/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1541856 CPUtime=28.11
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 51185 0 1 0 2786 25 0 0 18 0 13 0 12008649 1578860544 47250 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385464 47250 1444 10 0 382766 0
[pid=22000/tid=22002] ppid=21998 vsize=1541856 CPUtime=24.45
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32078 0 1 0 2429 16 0 0 25 0 13 0 12008651 1578860544 47250 1992294400 134512640 134550932 4290490480 18446744073709551615 4110256715 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1541856 CPUtime=0.15
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 3017 0 0 0 14 1 0 0 15 0 13 0 12008652 1578860544 47250 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1541856 CPUtime=0.13
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 3745 0 0 0 12 1 0 0 16 0 13 0 12008652 1578860544 47250 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1541856 CPUtime=0.19
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 3439 0 0 0 18 1 0 0 15 0 13 0 12008654 1578860544 47250 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 47250 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1541856 CPUtime=0

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

/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 601.01
Current children cumulated vsize (KiB) 1541856

[startup+599.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22029
/proc/meminfo: memFree=1266028/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1541856 CPUtime=602.61
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 55802 0 1 0 60232 29 0 0 18 0 13 0 12008649 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385464 51650 1444 10 0 382766 0
[pid=22000/tid=22002] ppid=21998 vsize=1541856 CPUtime=596.23
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32632 0 1 0 59605 18 0 0 25 0 13 0 12008651 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4110060263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1541856 CPUtime=0.48
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 4090 0 0 0 46 2 0 0 16 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1541856 CPUtime=0.47
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 4819 0 0 0 45 2 0 0 15 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1541856 CPUtime=2.15
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 5316 0 0 0 213 2 0 0 15 0 13 0 12008654 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1541856 CPUtime=1.98
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 3861 0 0 0 196 2 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1541856 CPUtime=1.24
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 3981 0 0 0 123 1 0 0 16 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 602.61
Current children cumulated vsize (KiB) 1541856

[startup+600.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22029
/proc/meminfo: memFree=1266028/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1541856 CPUtime=603.41
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 55802 0 1 0 60312 29 0 0 18 0 13 0 12008649 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385464 51650 1444 10 0 382766 0
[pid=22000/tid=22002] ppid=21998 vsize=1541856 CPUtime=597.03
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32632 0 1 0 59685 18 0 0 25 0 13 0 12008651 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4110290276 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1541856 CPUtime=0.48
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 4090 0 0 0 46 2 0 0 16 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1541856 CPUtime=0.47
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 4819 0 0 0 45 2 0 0 15 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1541856 CPUtime=2.15
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 5316 0 0 0 213 2 0 0 15 0 13 0 12008654 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1541856 CPUtime=1.98
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 3861 0 0 0 196 2 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1541856 CPUtime=1.24
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 3981 0 0 0 123 1 0 0 16 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 603.41
Current children cumulated vsize (KiB) 1541856

[startup+601.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22029
/proc/meminfo: memFree=1266028/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1541856 CPUtime=603.81
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 55802 0 1 0 60352 29 0 0 18 0 13 0 12008649 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385464 51650 1444 10 0 382766 0
[pid=22000/tid=22002] ppid=21998 vsize=1541856 CPUtime=597.43
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32632 0 1 0 59725 18 0 0 25 0 13 0 12008651 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4110111343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1541856 CPUtime=0.48
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 4090 0 0 0 46 2 0 0 16 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1541856 CPUtime=0.47
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 4819 0 0 0 45 2 0 0 15 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1541856 CPUtime=2.15
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 5316 0 0 0 213 2 0 0 15 0 13 0 12008654 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1541856 CPUtime=1.98
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 3861 0 0 0 196 2 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1541856 CPUtime=1.24
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 3981 0 0 0 123 1 0 0 16 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 603.81
Current children cumulated vsize (KiB) 1541856

[startup+601.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22029
/proc/meminfo: memFree=1266028/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1541856 CPUtime=604.21
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 55802 0 1 0 60392 29 0 0 18 0 13 0 12008649 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385464 51650 1444 10 0 382766 0
[pid=22000/tid=22002] ppid=21998 vsize=1541856 CPUtime=597.83
/proc/22000/task/22002/stat : 22002 (java) R 21998 22000 21487 0 -1 4202560 32632 0 1 0 59765 18 0 0 25 0 13 0 12008651 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4110111343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1541856 CPUtime=0.48
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 4090 0 0 0 46 2 0 0 16 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1541856 CPUtime=0.47
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 4819 0 0 0 45 2 0 0 15 0 13 0 12008652 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1541856 CPUtime=2.15
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 5316 0 0 0 213 2 0 0 15 0 13 0 12008654 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1541856 CPUtime=1.98
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 3861 0 0 0 196 2 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1541856 CPUtime=1.24
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 3981 0 0 0 123 1 0 0 16 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 13 0 12008659 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1541856 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1578860544 51650 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 604.21
Current children cumulated vsize (KiB) 1541856

[startup+601.603 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22030
/proc/meminfo: memFree=1265896/2059040 swapFree=4192956/4192956
[pid=22000] ppid=21998 vsize=1542180 CPUtime=604.33
/proc/22000/stat : 22000 (java) S 21998 22000 21487 0 -1 4202496 55815 0 1 0 60404 29 0 0 18 0 13 0 12008649 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22000/statm: 385545 51661 1445 10 0 382847 0
[pid=22000/tid=22002] ppid=21998 vsize=1542180 CPUtime=597.89
/proc/22000/task/22002/stat : 22002 (java) S 21998 22000 21487 0 -1 4202560 32639 0 1 0 59771 18 0 0 25 0 13 0 12008651 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22003] ppid=21998 vsize=1542180 CPUtime=0.48
/proc/22000/task/22003/stat : 22003 (java) S 21998 22000 21487 0 -1 4202560 4090 0 0 0 46 2 0 0 16 0 13 0 12008652 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21998 vsize=1542180 CPUtime=0.47
/proc/22000/task/22004/stat : 22004 (java) S 21998 22000 21487 0 -1 4202560 4819 0 0 0 45 2 0 0 15 0 13 0 12008652 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22005] ppid=21998 vsize=1542180 CPUtime=2.15
/proc/22000/task/22005/stat : 22005 (java) S 21998 22000 21487 0 -1 4202560 5316 0 0 0 213 2 0 0 15 0 13 0 12008654 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 0 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22006] ppid=21998 vsize=1542180 CPUtime=0
/proc/22000/task/22006/stat : 22006 (java) S 21998 22000 21487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12008655 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22007] ppid=21998 vsize=1542180 CPUtime=0
/proc/22000/task/22007/stat : 22007 (java) S 21998 22000 21487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12008655 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22008] ppid=21998 vsize=1542180 CPUtime=0
/proc/22000/task/22008/stat : 22008 (java) S 21998 22000 21487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12008659 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22009] ppid=21998 vsize=1542180 CPUtime=2.02
/proc/22000/task/22009/stat : 22009 (java) S 21998 22000 21487 0 -1 4202560 3862 0 0 0 200 2 0 0 15 0 13 0 12008659 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22010] ppid=21998 vsize=1542180 CPUtime=1.24
/proc/22000/task/22010/stat : 22010 (java) S 21998 22000 21487 0 -1 4202560 3981 0 0 0 123 1 0 0 16 0 13 0 12008659 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22011] ppid=21998 vsize=1542180 CPUtime=0
/proc/22000/task/22011/stat : 22011 (java) S 21998 22000 21487 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12008659 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
[pid=22000/tid=22012] ppid=21998 vsize=1542180 CPUtime=0
/proc/22000/task/22012/stat : 22012 (java) S 21998 22000 21487 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 13 0 12008659 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 1 0 0 0
[pid=22000/tid=22013] ppid=21998 vsize=1542180 CPUtime=0
/proc/22000/task/22013/stat : 22013 (java) S 21998 22000 21487 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 13 0 12008954 1579192320 51661 1992294400 134512640 134550932 4290490480 18446744073709551615 4294960144 0 4 0 16800975 18446604437843830080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 604.33
Current children cumulated vsize (KiB) 1542180

Child status: 20
Real time (s): 601.651
CPU time (s): 604.363
CPU user time (s): 604.049
CPU system time (s): 0.313952
CPU usage (%): 100.451
Max. virtual memory (cumulated for all children) (KiB): 1544608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 604.049
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55819
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= 13005
involuntary context switches= 4847

runsolver used 1.15982 second user time and 3.2685 second system time

The end

Launcher Data

Begin job on node010 at 2010-07-06 19:39:15
IDJOB=2685007
IDBENCH=74273
IDSOLVER=1164
FILE ID=node010/2685007-1278437955
PBS_JOBID= 11233461
Free space on /tmp= 62492 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12026_5-unsat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685007-1278437955/watcher-2685007-1278437955 -o /tmp/evaluation-result-2685007-1278437955/solver-2685007-1278437955 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2685007-1278437955.opb

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

MD5SUM BENCH= db859a15c3accfca5f41bc17f134e06b
RANDOM SEED=633362465

node010.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.258
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.51
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.258
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	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1469080 kB
Buffers:        112276 kB
Cached:         344916 kB
SwapCached:          0 kB
Active:         185824 kB
Inactive:       331100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1469080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3928 kB
Writeback:           0 kB
AnonPages:       59576 kB
Mapped:          14500 kB
Slab:            50984 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181296 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= 62488 MiB
End job on node010 at 2010-07-06 19:49:17