Trace number 2659068

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 1219.55 1214.17

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark1219.55
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2659068-1276339736.opb
0.22/0.22	c reading problem ... 
2.99/2.02	c ... done. Wall clock time 1.798s.
2.99/2.02	c #vars     21380
2.99/2.02	c #constraints  60984
2.99/2.02	c constraints type 
2.99/2.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
2.99/2.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
2.99/2.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
9.63/7.76	c cleaning 2486 clauses out of 4998 with flag 5000/5000
16.59/14.53	c cleaning 4249 clauses out of 8512 with flag 11000/11000
23.20/20.85	c cleaning 5612 clauses out of 11263 with flag 18000/18000
30.33/27.98	c cleaning 6824 clauses out of 13651 with flag 26000/26000
39.20/36.80	c cleaning 7894 clauses out of 15828 with flag 35002/35002
48.53/46.08	c cleaning 8938 clauses out of 17933 with flag 45001/45001
59.15/56.67	c cleaning 9976 clauses out of 19994 with flag 56000/56000
71.28/68.74	c cleaning 11004 clauses out of 22018 with flag 68000/68000
81.53/78.93	c cleaning 11970 clauses out of 24014 with flag 81001/81001
95.46/92.84	c cleaning 13010 clauses out of 26045 with flag 95002/95002
109.43/106.77	c cleaning 14005 clauses out of 28035 with flag 110002/110002
123.85/121.19	c cleaning 15014 clauses out of 30028 with flag 126000/126000
139.41/136.65	c cleaning 16000 clauses out of 32015 with flag 143001/143001
155.65/152.90	c cleaning 16975 clauses out of 34013 with flag 161000/161000
174.99/172.14	c cleaning 17992 clauses out of 36038 with flag 180000/180000
194.34/191.45	c cleaning 18998 clauses out of 38046 with flag 200000/200000
211.18/208.22	c cleaning 20014 clauses out of 40049 with flag 221001/221001
226.12/223.10	c cleaning 20995 clauses out of 42036 with flag 243002/243002
250.59/247.53	c cleaning 22002 clauses out of 44039 with flag 266000/266000
268.32/265.22	c cleaning 23004 clauses out of 46037 with flag 290000/290000
291.69/288.59	c cleaning 24004 clauses out of 48035 with flag 315002/315002
316.76/313.57	c cleaning 25001 clauses out of 50029 with flag 341000/341000
348.82/345.50	c cleaning 25989 clauses out of 52029 with flag 368001/368001
382.79/379.43	c cleaning 27002 clauses out of 54039 with flag 396000/396000
406.86/403.43	c cleaning 28010 clauses out of 56037 with flag 425000/425000
439.84/436.34	c cleaning 28998 clauses out of 58028 with flag 455001/455001
466.52/462.94	c cleaning 29999 clauses out of 60030 with flag 486001/486001
509.19/505.54	c cleaning 31002 clauses out of 62031 with flag 518001/518001
544.45/540.71	c cleaning 32002 clauses out of 64028 with flag 551000/551000
574.04/570.28	c cleaning 32982 clauses out of 66027 with flag 585001/585001
613.85/609.94	c cleaning 34011 clauses out of 68045 with flag 620001/620001
653.35/649.35	c cleaning 34981 clauses out of 70034 with flag 656001/656001
689.15/685.07	c cleaning 36016 clauses out of 72052 with flag 693000/693000
722.56/718.34	c cleaning 37012 clauses out of 74037 with flag 731001/731001
773.25/769.00	c cleaning 38007 clauses out of 76025 with flag 770001/770001
818.95/814.60	c cleaning 38995 clauses out of 78017 with flag 810000/810000
864.45/859.95	c cleaning 39991 clauses out of 80022 with flag 851000/851000
912.08/907.44	c cleaning 41017 clauses out of 82033 with flag 893002/893002
951.40/946.69	c cleaning 42002 clauses out of 84014 with flag 936000/936000
1001.60/996.78	c cleaning 43000 clauses out of 86013 with flag 980001/980001
1055.13/1050.16	c cleaning 43995 clauses out of 88014 with flag 1025002/1025002
1110.53/1105.50	c cleaning 44965 clauses out of 90017 with flag 1071001/1071001
1154.55/1149.37	c cleaning 46012 clauses out of 92051 with flag 1118000/1118000
1214.78/1209.43	c cleaning 47013 clauses out of 94039 with flag 1166002/1166002
1219.40/1214.04	c starts		: 189
1219.40/1214.04	c conflicts		: 1169765
1219.40/1214.04	c decisions		: 2775834
1219.40/1214.04	c propagations		: 518884116
1219.40/1214.04	c inspects		: 2736831150
1219.40/1214.04	c learnt literals	: 11
1219.40/1214.04	c learnt binary clauses	: 103
1219.40/1214.04	c learnt ternary clauses	: 470
1219.40/1214.04	c learnt clauses	: 1169753
1219.40/1214.04	c ignored clauses	: 0
1219.40/1214.04	c root simplifications	: 0
1219.40/1214.04	c removed literals (reason simplification)	: 35558328
1219.40/1214.04	c reason swapping (by a shorter reason)	: 0
1219.40/1214.04	c Calls to reduceDB	: 44
1219.40/1214.04	c number of reductions to clauses (during analyze)	: 0
1219.40/1214.04	c number of learned constraints concerned by reduction	: 0
1219.40/1214.04	c number of learning phase by resolution	: 0
1219.40/1214.05	c number of learning phase by cutting planes	: 0
1219.40/1214.05	c speed (assignments/second)	: 428113.02397803345
1219.40/1214.05	c non guided choices	4533
1219.40/1214.08	c learnt constraints type 
1219.40/1214.08	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 50682
1219.40/1214.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 103
1219.40/1214.08	c constraints type 
1219.40/1214.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1219.40/1214.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1219.40/1214.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1219.40/1214.08	s UNSATISFIABLE
1219.40/1214.08	c Total wall clock time (in seconds): 1213.864

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-2659068-1276339736/watcher-2659068-1276339736 -o /tmp/evaluation-result-2659068-1276339736/solver-2659068-1276339736 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659068-1276339736.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: 0.92 0.98 0.99 3/106 10394
/proc/meminfo: memFree=1751680/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=4 CPUtime=0
/proc/10394/stat : 10394 (java6) R 10392 10394 10257 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 7625487 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10394/statm: 1 1 0 0 0 1 0

[startup+0.0176349 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10394
/proc/meminfo: memFree=1751680/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=13484 CPUtime=0
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 1108 0 0 0 0 0 0 0 18 0 2 0 7625487 13807616 579 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 3371 580 262 10 0 1205 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13484

[startup+0.101642 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10394
/proc/meminfo: memFree=1751680/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1522624 CPUtime=0.08
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 3879 0 1 0 6 2 0 0 18 0 9 0 7625487 1559166976 3320 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 380659 3323 1051 10 0 377969 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522624

[startup+0.301683 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10394
/proc/meminfo: memFree=1751680/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1525636 CPUtime=0.34
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 5356 0 1 0 31 3 0 0 18 0 12 0 7625487 1562251264 4792 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 381409 4792 1361 10 0 378711 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1525636

[startup+0.701757 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10394
/proc/meminfo: memFree=1751680/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1527832 CPUtime=1.11
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 7170 0 1 0 107 4 0 0 18 0 12 0 7625487 1564499968 6496 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 381958 6496 1402 10 0 379260 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527832

[startup+1.5019 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 10406
/proc/meminfo: memFree=1714944/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1530144 CPUtime=2.17
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 23463 0 1 0 206 11 0 0 18 0 12 0 7625487 1566867456 22641 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382536 22643 1404 10 0 379838 0
[pid=10394/tid=10396] ppid=10392 vsize=1530144 CPUtime=1.45
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 20682 0 1 0 136 9 0 0 25 0 12 0 7625489 1566867456 22644 1992294400 134512640 134550932 4290164736 18446744073709551615 4109619818 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7625490 1566867456 22645 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7625490 1566867456 22646 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7625492 1566867456 22647 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7625493 1566867456 22649 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7625493 1566867456 22650 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7625497 1566867456 22651 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1530144 CPUtime=0.36
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 878 0 0 0 36 0 0 0 15 0 12 0 7625497 1566867456 22653 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1530144 CPUtime=0.33
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 841 0 0 0 33 0 0 0 22 0 12 0 7625497 1566867456 22654 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7625497 1566867456 22655 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1530144 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7625497 1566867456 22656 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1530144

[startup+3.1022 s]
/proc/loadavg: 0.92 0.98 0.99 7/119 10407
/proc/meminfo: memFree=1629624/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1532160 CPUtime=4.85
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 39000 0 1 0 466 19 0 0 18 0 13 0 7625487 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 383040 37012 1435 10 0 380342 0
[pid=10394/tid=10396] ppid=10392 vsize=1532160 CPUtime=2.76
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 32046 0 1 0 261 15 0 0 25 0 13 0 7625489 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4110009564 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1532160 CPUtime=0.04
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 1090 0 0 0 4 0 0 0 18 0 13 0 7625490 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1532160 CPUtime=0.04
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 1282 0 0 0 4 0 0 0 18 0 13 0 7625490 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1532160 CPUtime=0
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 7625492 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1532160 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1532160 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1532160 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1532160 CPUtime=1.09
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1245 0 0 0 109 0 0 0 15 0 13 0 7625497 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1532160 CPUtime=0.86
/proc/10394/task/10404/stat : 10404 (java) R 10392 10394 10257 0 -1 4202560 2263 0 0 0 86 0 0 0 15 0 13 0 7625497 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 102255073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1532160 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1532160 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7625497 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1532160 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568931840 37012 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1532160

[startup+6.30277 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 10407
/proc/meminfo: memFree=1598252/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1531528 CPUtime=8.19
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 41657 0 1 0 800 19 0 0 18 0 13 0 7625487 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382882 39519 1439 10 0 380184 0
[pid=10394/tid=10396] ppid=10392 vsize=1531528 CPUtime=5.86
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 32049 0 1 0 571 15 0 0 25 0 13 0 7625489 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4109919483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1531528 CPUtime=0.11
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 2208 0 0 0 11 0 0 0 18 0 13 0 7625490 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1531528 CPUtime=0.11
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 2798 0 0 0 11 0 0 0 18 0 13 0 7625490 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 7625492 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1531528 CPUtime=1.1
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1246 0 0 0 110 0 0 0 15 0 13 0 7625497 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1531528 CPUtime=0.95
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 2276 0 0 0 95 0 0 0 15 0 13 0 7625497 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7625497 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568284672 39519 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1531528

[startup+12.702 s]
/proc/loadavg: 1.08 1.02 1.00 2/119 10407
/proc/meminfo: memFree=1587588/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1531528 CPUtime=14.7
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 44231 0 1 0 1449 21 0 0 18 0 13 0 7625487 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382882 42088 1444 10 0 380184 0
[pid=10394/tid=10396] ppid=10392 vsize=1531528 CPUtime=12.07
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 32054 0 1 0 1192 15 0 0 25 0 13 0 7625489 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4109882839 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1531528 CPUtime=0.15
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 2237 0 0 0 15 0 0 0 18 0 13 0 7625490 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1531528 CPUtime=0.16
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 2835 0 0 0 15 1 0 0 18 0 13 0 7625490 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1531528 CPUtime=0.09
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 2508 0 0 0 9 0 0 0 15 0 13 0 7625492 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1531528 CPUtime=1.13
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1247 0 0 0 113 0 0 0 15 0 13 0 7625497 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1531528 CPUtime=1.03
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 2284 0 0 0 103 0 0 0 15 0 13 0 7625497 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) R 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7625497 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568284672 42088 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.7
Current children cumulated vsize (KiB) 1531528

[startup+25.5023 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 10409
/proc/meminfo: memFree=1578536/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1534600 CPUtime=27.92
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 48282 0 1 0 2768 24 0 0 18 0 13 0 7625487 1571430400 44509 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 383650 44509 1444 10 0 380952 0
[pid=10394/tid=10396] ppid=10392 vsize=1534600 CPUtime=24.59
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 32099 0 1 0 2443 16 0 0 20 0 13 0 7625489 1571430400 44509 1992294400 134512640 134550932 4290164736 18446744073709551615 4109923598 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1534600 CPUtime=0.23
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 2776 0 0 0 22 1 0 0 16 0 13 0 7625490 1571430400 44509 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1534600 CPUtime=0.21
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 3214 0 0 0 20 1 0 0 15 0 13 0 7625490 1571430400 44509 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1534600 CPUtime=0.25
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 3321 0 0 0 24 1 0 0 15 0 13 0 7625492 1571430400 44509 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1534600 CPUtime=0

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

/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 13 0 7625497 1568284672 56107 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568284672 56107 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1208.48
Current children cumulated vsize (KiB) 1531528

[startup+1209.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10448
/proc/meminfo: memFree=1528936/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1531528 CPUtime=1214.89
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 61932 0 1 0 121433 56 0 0 18 0 13 0 7625487 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382882 56373 1444 10 0 380184 0
[pid=10394/tid=10396] ppid=10392 vsize=1531528 CPUtime=1199.83
/proc/10394/task/10396/stat : 10396 (java) S 10392 10394 10257 0 -1 4202560 33370 0 1 0 119960 23 0 0 25 0 13 0 7625489 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1531528 CPUtime=3.92
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 8257 0 0 0 382 10 0 0 15 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1531528 CPUtime=3.93
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 8798 0 0 0 383 10 0 0 15 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1531528 CPUtime=4.49
/proc/10394/task/10399/stat : 10399 (java) R 10392 10394 10257 0 -1 4202560 4566 0 0 0 442 7 0 0 15 0 13 0 7625492 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 105696577 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1531528 CPUtime=1.22
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1248 0 0 0 122 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1531528 CPUtime=1.42
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 4558 0 0 0 140 2 0 0 16 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1214.89
Current children cumulated vsize (KiB) 1531528

[startup+1212.7 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 10448
/proc/meminfo: memFree=1528812/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1531528 CPUtime=1218.09
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 61932 0 1 0 121753 56 0 0 18 0 13 0 7625487 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382882 56373 1444 10 0 380184 0
[pid=10394/tid=10396] ppid=10392 vsize=1531528 CPUtime=1202.94
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 33370 0 1 0 120271 23 0 0 25 0 13 0 7625489 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4109923301 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1531528 CPUtime=3.92
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 8257 0 0 0 382 10 0 0 15 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1531528 CPUtime=3.93
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 8798 0 0 0 383 10 0 0 15 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1531528 CPUtime=4.58
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 4566 0 0 0 451 7 0 0 15 0 13 0 7625492 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1531528 CPUtime=1.22
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1248 0 0 0 122 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1531528 CPUtime=1.42
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 4558 0 0 0 140 2 0 0 16 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1218.09
Current children cumulated vsize (KiB) 1531528

[startup+1213.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10450
/proc/meminfo: memFree=1528812/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1531528 CPUtime=1218.9
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 61933 0 1 0 121834 56 0 0 18 0 13 0 7625487 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382882 56373 1444 10 0 380184 0
[pid=10394/tid=10396] ppid=10392 vsize=1531528 CPUtime=1203.73
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 33371 0 1 0 120350 23 0 0 25 0 13 0 7625489 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4109882839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1531528 CPUtime=3.93
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 8257 0 0 0 383 10 0 0 16 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1531528 CPUtime=3.94
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 8798 0 0 0 384 10 0 0 15 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1531528 CPUtime=4.58
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 4566 0 0 0 451 7 0 0 15 0 13 0 7625492 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1531528 CPUtime=1.22
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1248 0 0 0 122 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1531528 CPUtime=1.42
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 4558 0 0 0 140 2 0 0 16 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1218.9
Current children cumulated vsize (KiB) 1531528

[startup+1213.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10450
/proc/meminfo: memFree=1528812/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1531528 CPUtime=1219.3
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 61933 0 1 0 121874 56 0 0 18 0 13 0 7625487 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382882 56373 1444 10 0 380184 0
[pid=10394/tid=10396] ppid=10392 vsize=1531528 CPUtime=1204.12
/proc/10394/task/10396/stat : 10396 (java) R 10392 10394 10257 0 -1 4202560 33371 0 1 0 120389 23 0 0 25 0 13 0 7625489 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4109923512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1531528 CPUtime=3.93
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 8257 0 0 0 383 10 0 0 16 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1531528 CPUtime=3.94
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 8798 0 0 0 384 10 0 0 15 0 13 0 7625490 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1531528 CPUtime=4.58
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 4566 0 0 0 451 7 0 0 15 0 13 0 7625492 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1531528 CPUtime=1.22
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1248 0 0 0 122 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1531528 CPUtime=1.42
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 4558 0 0 0 140 2 0 0 16 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 13 0 7625497 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531528 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568284672 56373 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1219.3
Current children cumulated vsize (KiB) 1531528

[startup+1214.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10450
/proc/meminfo: memFree=1528812/2059040 swapFree=4192956/4192956
[pid=10394] ppid=10392 vsize=1531852 CPUtime=1219.51
/proc/10394/stat : 10394 (java) S 10392 10394 10257 0 -1 4202496 61944 0 1 0 121895 56 0 0 18 0 13 0 7625487 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10394/statm: 382963 56384 1445 10 0 380265 0
[pid=10394/tid=10396] ppid=10392 vsize=1531852 CPUtime=1204.27
/proc/10394/task/10396/stat : 10396 (java) S 10392 10394 10257 0 -1 4202560 33376 0 1 0 120404 23 0 0 25 0 13 0 7625489 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10397] ppid=10392 vsize=1531852 CPUtime=3.93
/proc/10394/task/10397/stat : 10397 (java) S 10392 10394 10257 0 -1 4202560 8257 0 0 0 383 10 0 0 16 0 13 0 7625490 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10398] ppid=10392 vsize=1531852 CPUtime=3.94
/proc/10394/task/10398/stat : 10398 (java) S 10392 10394 10257 0 -1 4202560 8798 0 0 0 384 10 0 0 15 0 13 0 7625490 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10399] ppid=10392 vsize=1531852 CPUtime=4.58
/proc/10394/task/10399/stat : 10399 (java) S 10392 10394 10257 0 -1 4202560 4566 0 0 0 451 7 0 0 15 0 13 0 7625492 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10400] ppid=10392 vsize=1531852 CPUtime=0
/proc/10394/task/10400/stat : 10400 (java) S 10392 10394 10257 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7625493 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10401] ppid=10392 vsize=1531852 CPUtime=0
/proc/10394/task/10401/stat : 10401 (java) S 10392 10394 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7625493 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10402] ppid=10392 vsize=1531852 CPUtime=0
/proc/10394/task/10402/stat : 10402 (java) S 10392 10394 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7625497 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10403] ppid=10392 vsize=1531852 CPUtime=1.22
/proc/10394/task/10403/stat : 10403 (java) S 10392 10394 10257 0 -1 4202560 1248 0 0 0 122 0 0 0 15 0 13 0 7625497 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10404] ppid=10392 vsize=1531852 CPUtime=1.45
/proc/10394/task/10404/stat : 10404 (java) S 10392 10394 10257 0 -1 4202560 4558 0 0 0 143 2 0 0 15 0 13 0 7625497 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10405] ppid=10392 vsize=1531852 CPUtime=0
/proc/10394/task/10405/stat : 10405 (java) S 10392 10394 10257 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7625497 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=10394/tid=10406] ppid=10392 vsize=1531852 CPUtime=0
/proc/10394/task/10406/stat : 10406 (java) S 10392 10394 10257 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 13 0 7625497 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=10394/tid=10407] ppid=10392 vsize=1531852 CPUtime=0
/proc/10394/task/10407/stat : 10407 (java) S 10392 10394 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7625697 1568616448 56384 1992294400 134512640 134550932 4290164736 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1219.51
Current children cumulated vsize (KiB) 1531852

Child status: 20
Real time (s): 1214.17
CPU time (s): 1219.55
CPU user time (s): 1218.95
CPU system time (s): 0.594909
CPU usage (%): 100.443
Max. virtual memory (cumulated for all children) (KiB): 1538696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1218.95
system time used= 0.594909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61948
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= 29167
involuntary context switches= 15983

runsolver used 2.59361 second user time and 6.78697 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 12:48:56
IDJOB=2659068
IDBENCH=1488
IDSOLVER=1164
FILE ID=node027/2659068-1276339736
PBS_JOBID= 11173187
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659068-1276339736/watcher-2659068-1276339736 -o /tmp/evaluation-result-2659068-1276339736/solver-2659068-1276339736 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659068-1276339736.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=900577978

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1751952 kB
Buffers:         37524 kB
Cached:         140292 kB
SwapCached:          0 kB
Active:         149352 kB
Inactive:        87704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1751952 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2116 kB
Writeback:           0 kB
AnonPages:       59320 kB
Mapped:          15460 kB
Slab:            47924 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-12 13:09:11