Trace number 2662187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.45 915.288

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-adlittle.opb
MD5SUM952cd1c498d347dda37d376c7740481e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2910
Total number of constraints56
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints56
Minimum length of a constraint30
Maximum length of a constraint810
Number of terms in the objective function 2460
Biggest coefficient in the objective function 88852135936000
Number of bits for the biggest coefficient in the objective function 47
Sum of the numbers in the objective function 3689448844530141
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 359703511040000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 6054438712178314
Number of bits of the biggest sum of numbers53
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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662187-1276556012.opb
0.24/0.22	c reading problem ... 
2.15/1.21	c ... done. Wall clock time 0.987s.
2.15/1.21	c #vars     2910
2.15/1.21	c #constraints  1634
2.15/1.21	c constraints type 
2.15/1.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
2.15/1.21	c constraints type 
2.15/1.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
21.59/11.03	c cleaning 2500 clauses out of 5000 with flag 5000/5000
40.37/20.59	c cleaning 4247 clauses out of 8500 with flag 11000/11000
70.08/35.59	c cleaning 5623 clauses out of 11254 with flag 18001/18001
103.97/52.62	c cleaning 6812 clauses out of 13631 with flag 26001/26001
119.51/60.52	c cleaning 7909 clauses out of 15818 with flag 35000/35000
150.11/76.02	c cleaning 8954 clauses out of 17910 with flag 45001/45001
184.89/93.66	c cleaning 9474 clauses out of 18956 with flag 55001/55001
214.74/108.79	c cleaning 9737 clauses out of 19482 with flag 65001/65001
240.87/122.08	c cleaning 9866 clauses out of 19744 with flag 75000/75000
265.86/134.75	c cleaning 9934 clauses out of 19879 with flag 85001/85001
291.02/147.53	c cleaning 9960 clauses out of 19944 with flag 95000/95000
325.52/165.08	c cleaning 9987 clauses out of 19984 with flag 105000/105000
366.46/185.85	c cleaning 9993 clauses out of 19997 with flag 115000/115000
406.49/206.12	c cleaning 9999 clauses out of 20005 with flag 125001/125001
447.26/226.87	c cleaning 9994 clauses out of 20005 with flag 135000/135000
488.84/247.98	c cleaning 10003 clauses out of 20011 with flag 145000/145000
530.95/269.39	c cleaning 9999 clauses out of 20010 with flag 155002/155002
568.41/288.40	c cleaning 9996 clauses out of 20009 with flag 165000/165000
607.45/308.18	c cleaning 9996 clauses out of 20013 with flag 175000/175000
645.12/327.28	c cleaning 10002 clauses out of 20019 with flag 185002/185002
683.46/346.71	c cleaning 10002 clauses out of 20016 with flag 195001/195001
723.49/367.07	c cleaning 9998 clauses out of 20013 with flag 205000/205000
763.70/387.40	c cleaning 10002 clauses out of 20015 with flag 215000/215000
803.73/407.77	c cleaning 10001 clauses out of 20013 with flag 225000/225000
844.64/428.50	c cleaning 10003 clauses out of 20015 with flag 235003/235003
883.89/448.43	c cleaning 9998 clauses out of 20010 with flag 245001/245001
923.68/468.64	c cleaning 10000 clauses out of 20012 with flag 255001/255001
963.68/488.90	c cleaning 10003 clauses out of 20011 with flag 265000/265000
996.84/505.83	c cleaning 9997 clauses out of 20008 with flag 275000/275000
1029.69/522.59	c cleaning 10001 clauses out of 20011 with flag 285000/285000
1064.30/540.11	c cleaning 9998 clauses out of 20010 with flag 295000/295000
1100.49/558.57	c cleaning 10002 clauses out of 20015 with flag 305003/305003
1135.37/576.35	c cleaning 9999 clauses out of 20011 with flag 315001/315001
1170.18/594.02	c cleaning 10002 clauses out of 20016 with flag 325005/325005
1205.17/611.88	c cleaning 10002 clauses out of 20014 with flag 335005/335005
1240.75/629.91	c cleaning 9998 clauses out of 20009 with flag 345002/345002
1275.42/647.68	c cleaning 10002 clauses out of 20014 with flag 355005/355005
1310.02/665.29	c cleaning 9996 clauses out of 20007 with flag 365000/365000
1344.61/682.87	c cleaning 10006 clauses out of 20017 with flag 375006/375006
1379.60/700.70	c cleaning 9993 clauses out of 20005 with flag 385000/385000
1413.88/718.14	c cleaning 10000 clauses out of 20012 with flag 395000/395000
1447.68/735.39	c cleaning 10001 clauses out of 20012 with flag 405000/405000
1480.47/752.04	c cleaning 10001 clauses out of 20013 with flag 415002/415002
1511.09/767.69	c cleaning 9998 clauses out of 20010 with flag 425000/425000
1545.14/785.07	c cleaning 10000 clauses out of 20014 with flag 435002/435002
1575.55/800.59	c cleaning 9995 clauses out of 20012 with flag 445000/445000
1611.11/818.62	c cleaning 9999 clauses out of 20018 with flag 455001/455001
1646.86/836.86	c cleaning 9995 clauses out of 20019 with flag 465001/465001
1680.29/853.94	c cleaning 10006 clauses out of 20023 with flag 475000/475000
1712.86/870.52	c cleaning 10000 clauses out of 20017 with flag 485000/485000
1746.82/887.81	c cleaning 10005 clauses out of 20017 with flag 495000/495000
1779.59/904.51	c cleaning 9998 clauses out of 20012 with flag 505000/505000
1800.14/915.12	c starts		: 152
1800.14/915.12	c conflicts		: 511336
1800.14/915.12	c decisions		: 533764
1800.14/915.12	c propagations		: 5791199
1800.14/915.12	c inspects		: 162321052
1800.14/915.12	c learnt literals	: 0
1800.14/915.12	c learnt binary clauses	: 0
1800.14/915.12	c learnt ternary clauses	: 0
1800.14/915.12	c learnt clauses	: 511335
1800.14/915.13	c ignored clauses	: 0
1800.14/915.13	c root simplifications	: 0
1800.14/915.13	c removed literals (reason simplification)	: 50146882
1800.14/915.13	c reason swapping (by a shorter reason)	: 0
1800.14/915.13	c Calls to reduceDB	: 52
1800.14/915.13	c number of reductions to clauses (during analyze)	: 0
1800.14/915.13	c number of learned constraints concerned by reduction	: 0
1800.14/915.13	c number of learning phase by resolution	: 0
1800.14/915.13	c number of learning phase by cutting planes	: 0
1800.14/915.13	c speed (assignments/second)	: 6336.693237336076
1800.14/915.13	c non guided choices	70
1800.14/915.22	c learnt constraints type 
1800.14/915.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16367
1800.35/915.24	c constraints type 
1800.35/915.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
1800.35/915.24	c constraints type 
1800.35/915.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
1800.35/915.24	s UNKNOWN
1800.35/915.24	c Total wall clock time (in seconds): 915.017

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-2662187-1276556012/watcher-2662187-1276556012 -o /tmp/evaluation-result-2662187-1276556012/solver-2662187-1276556012 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662187-1276556012.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.10 1.09 1.09 3/106 462
/proc/meminfo: memFree=1809448/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=24036 CPUtime=0
/proc/462/stat : 462 (runsolver) R 460 462 32258 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 31204901 24612864 106 1992294400 4194304 4302564 140733904157728 18446744073709551615 272917701623 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/462/statm: 6009 106 69 27 0 2647 0

[startup+0.0947481 s]
/proc/loadavg: 1.10 1.09 1.09 3/106 462
/proc/meminfo: memFree=1809448/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1521796 CPUtime=0.07
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 3864 0 1 0 5 2 0 0 15 0 7 0 31204901 1558319104 3305 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 380449 3305 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101744 s]
/proc/loadavg: 1.10 1.09 1.09 3/106 462
/proc/meminfo: memFree=1809448/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1524180 CPUtime=0.08
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 3948 0 1 0 6 2 0 0 15 0 12 0 31204901 1560760320 3387 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 381045 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.344377 s]
/proc/loadavg: 1.10 1.09 1.09 3/106 462
/proc/meminfo: memFree=1809448/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1526900 CPUtime=0.46
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 5586 0 1 0 43 3 0 0 15 0 12 0 31204901 1563545600 5023 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 381725 5023 1369 10 0 379028 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 1526900

[startup+0.701827 s]
/proc/loadavg: 1.10 1.09 1.09 3/106 462
/proc/meminfo: memFree=1809448/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1537364 CPUtime=1.16
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 9652 0 1 0 111 5 0 0 15 0 12 0 31204901 1574260736 8581 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 384341 8581 1388 10 0 381644 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1537364

[startup+1.50192 s]
/proc/loadavg: 1.25 1.13 1.10 4/118 474
/proc/meminfo: memFree=1770540/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1542628 CPUtime=2.75
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 16142 0 1 0 268 7 0 0 15 0 14 0 31204901 1579651072 12475 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 385657 12476 1414 10 0 382960 0
[pid=462/tid=464] ppid=460 vsize=1542628 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6661 0 1 0 115 3 0 0 25 0 14 0 31204903 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 31204904 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/466/stat : 466 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 31204904 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 31204906 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=468] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 31204907 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 31204907 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 31204911 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1542628 CPUtime=0.11
/proc/462/task/471/stat : 471 (java) R 460 462 32258 0 -1 4202560 98 0 0 0 11 0 0 0 18 0 14 0 31204911 1579651072 12476 1992294400 134512640 134550932 4293810272 18446744073709551615 106831319 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1542628 CPUtime=1.15
/proc/462/task/472/stat : 472 (java) R 460 462 32258 0 -1 4202560 7528 0 0 0 112 3 0 0 18 0 14 0 31204911 1579651072 12477 1992294400 134512640 134550932 4293810272 18446744073709551615 104139089 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 31204911 1579651072 12477 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1542628 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 31204911 1579651072 12477 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1542628

[startup+3.1021 s]
/proc/loadavg: 1.25 1.13 1.10 8/122 478
/proc/meminfo: memFree=1759224/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1543112 CPUtime=5.92
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 26652 0 1 0 581 11 0 0 15 0 16 0 31204901 1580146688 20473 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 385778 20473 1432 10 0 383081 0
[pid=462/tid=464] ppid=460 vsize=1543112 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6661 0 1 0 115 3 0 0 18 0 16 0 31204903 1580146688 20473 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 31204904 1580146688 20473 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/466/stat : 466 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 31204904 1580146688 20473 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 31204906 1580146688 20473 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=468] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 31204907 1580146688 20473 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 31204907 1580146688 20473 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31204911 1580146688 20474 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1543112 CPUtime=0.9
/proc/462/task/471/stat : 471 (java) S 460 462 32258 0 -1 4202560 1528 0 0 0 90 0 0 0 18 0 16 0 31204911 1580146688 20474 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1543112 CPUtime=1.92
/proc/462/task/472/stat : 472 (java) R 460 462 32258 0 -1 4202560 8747 0 0 0 189 3 0 0 17 0 16 0 31204911 1580146688 20474 1992294400 134512640 134550932 4293810272 18446744073709551615 103465684 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31204911 1580146688 20474 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31204911 1580146688 20474 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=475] ppid=460 vsize=1543112 CPUtime=1.25
/proc/462/task/475/stat : 475 (java) R 460 462 32258 0 -1 4202560 3442 0 0 0 125 0 0 0 18 0 16 0 31205023 1580146688 20474 1992294400 134512640 134550932 4293810272 18446744073709551615 4109298192 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=462/tid=476] ppid=460 vsize=1543112 CPUtime=0.62
/proc/462/task/476/stat : 476 (java) R 460 462 32258 0 -1 4202560 5201 0 0 0 61 1 0 0 25 0 16 0 31205023 1580146688 20475 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205074 1580146688 20475 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205082 1580146688 20475 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1543112

[startup+6.30954 s]
/proc/loadavg: 1.25 1.13 1.10 3/122 478
/proc/meminfo: memFree=1654692/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1543112 CPUtime=12.27
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 47722 0 1 0 1208 19 0 0 15 0 16 0 31204901 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 385778 40549 1441 10 0 383081 0
[pid=462/tid=464] ppid=460 vsize=1543112 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6661 0 1 0 115 3 0 0 18 0 16 0 31204903 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1543112 CPUtime=0.07
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 1619 0 0 0 7 0 0 0 15 0 16 0 31204904 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=466] ppid=460 vsize=1543112 CPUtime=0.07
/proc/462/task/466/stat : 466 (java) R 460 462 32258 0 -1 4202560 1622 0 0 0 7 0 0 0 16 0 16 0 31204904 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 16 0 31204906 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=468] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31204907 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31204907 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31204911 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1543112 CPUtime=1.34
/proc/462/task/471/stat : 471 (java) S 460 462 32258 0 -1 4202560 1571 0 0 0 134 0 0 0 16 0 16 0 31204911 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1543112 CPUtime=2.27
/proc/462/task/472/stat : 472 (java) S 460 462 32258 0 -1 4202560 9720 0 0 0 223 4 0 0 15 0 16 0 31204911 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=473] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31204911 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31204911 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=475] ppid=460 vsize=1543112 CPUtime=4.26
/proc/462/task/475/stat : 475 (java) S 460 462 32258 0 -1 4202560 4502 0 0 0 425 1 0 0 25 0 16 0 31205023 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=476] ppid=460 vsize=1543112 CPUtime=3.02
/proc/462/task/476/stat : 476 (java) S 460 462 32258 0 -1 4202560 20936 0 0 0 294 8 0 0 21 0 16 0 31205023 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205074 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205082 1580146688 40549 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 1543112

[startup+12.7019 s]
/proc/loadavg: 1.36 1.15 1.11 3/122 478
/proc/meminfo: memFree=1616748/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1543112 CPUtime=24.88
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 57069 0 1 0 2464 24 0 0 15 0 16 0 31204901 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 385778 49385 1446 10 0 383081 0
[pid=462/tid=464] ppid=460 vsize=1543112 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6661 0 1 0 115 3 0 0 18 0 16 0 31204903 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1543112 CPUtime=0.18
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 4249 0 0 0 17 1 0 0 16 0 16 0 31204904 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=466] ppid=460 vsize=1543112 CPUtime=0.19
/proc/462/task/466/stat : 466 (java) S 460 462 32258 0 -1 4202560 4831 0 0 0 17 2 0 0 16 0 16 0 31204904 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=1543112 CPUtime=0.06
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 265 0 0 0 6 0 0 0 15 0 16 0 31204906 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=468] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31204907 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31204907 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31204911 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1543112 CPUtime=1.61
/proc/462/task/471/stat : 471 (java) S 460 462 32258 0 -1 4202560 1584 0 0 0 161 0 0 0 15 0 16 0 31204911 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1543112 CPUtime=2.3
/proc/462/task/472/stat : 472 (java) S 460 462 32258 0 -1 4202560 9792 0 0 0 226 4 0 0 15 0 16 0 31204911 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=473] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31204911 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31204911 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=1543112 CPUtime=10.34
/proc/462/task/475/stat : 475 (java) R 460 462 32258 0 -1 4202560 4614 0 0 0 1033 1 0 0 25 0 16 0 31205023 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4108657804 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=462/tid=476] ppid=460 vsize=1543112 CPUtime=8.94
/proc/462/task/476/stat : 476 (java) R 460 462 32258 0 -1 4202560 24000 0 0 0 885 9 0 0 25 0 16 0 31205023 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4109390428 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205074 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1543112 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205082 1580146688 49385 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0

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

/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205074 1581195264 91635 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205082 1581195264 91635 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1500.6
Current children cumulated vsize (KiB) 1544136

[startup+822.302 s]
/proc/loadavg: 1.97 1.92 1.60 3/122 507
/proc/meminfo: memFree=1433972/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1544136 CPUtime=1618.12
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 116808 0 1 0 161701 111 0 0 15 0 16 0 31204901 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 386034 94568 1450 10 0 383337 0
[pid=462/tid=464] ppid=460 vsize=1544136 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6666 0 1 0 115 3 0 0 15 0 16 0 31204903 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1544136 CPUtime=3.79
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 31366 0 0 0 359 20 0 0 16 0 16 0 31204904 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=466] ppid=460 vsize=1544136 CPUtime=3.79
/proc/462/task/466/stat : 466 (java) S 460 462 32258 0 -1 4202560 35305 0 0 0 357 22 0 0 15 0 16 0 31204904 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=467] ppid=460 vsize=1544136 CPUtime=12.79
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 482 0 0 0 1272 7 0 0 15 0 16 0 31204906 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31204907 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31204907 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31204911 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1544136 CPUtime=1.64
/proc/462/task/471/stat : 471 (java) S 460 462 32258 0 -1 4202560 1590 0 0 0 164 0 0 0 15 0 16 0 31204911 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1544136 CPUtime=2.56
/proc/462/task/472/stat : 472 (java) S 460 462 32258 0 -1 4202560 10463 0 0 0 252 4 0 0 16 0 16 0 31204911 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=473] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31204911 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 31204911 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=475] ppid=460 vsize=1544136 CPUtime=798.81
/proc/462/task/475/stat : 475 (java) R 460 462 32258 0 -1 4202560 4972 0 0 0 79847 34 0 0 20 0 16 0 31205023 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4109345355 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=1544136 CPUtime=793.49
/proc/462/task/476/stat : 476 (java) R 460 462 32258 0 -1 4202560 24843 0 0 0 79331 18 0 0 25 0 16 0 31205023 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4109424034 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=462/tid=477] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205074 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205082 1581195264 94568 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.12
Current children cumulated vsize (KiB) 1544136

[startup+882.302 s]
/proc/loadavg: 2.05 1.94 1.63 3/122 509
/proc/meminfo: memFree=1431864/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1544136 CPUtime=1735.92
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 117392 0 1 0 173477 115 0 0 15 0 16 0 31204901 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 386034 95085 1450 10 0 383337 0
[pid=462/tid=464] ppid=460 vsize=1544136 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6666 0 1 0 115 3 0 0 15 0 16 0 31204903 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1544136 CPUtime=4
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 31603 0 0 0 380 20 0 0 15 0 16 0 31204904 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=1544136 CPUtime=4
/proc/462/task/466/stat : 466 (java) S 460 462 32258 0 -1 4202560 35626 0 0 0 378 22 0 0 16 0 16 0 31204904 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=467] ppid=460 vsize=1544136 CPUtime=13.93
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 486 0 0 0 1386 7 0 0 15 0 16 0 31204906 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31204907 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31204907 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31204911 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1544136 CPUtime=1.64
/proc/462/task/471/stat : 471 (java) S 460 462 32258 0 -1 4202560 1590 0 0 0 164 0 0 0 15 0 16 0 31204911 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1544136 CPUtime=2.56
/proc/462/task/472/stat : 472 (java) S 460 462 32258 0 -1 4202560 10463 0 0 0 252 4 0 0 16 0 16 0 31204911 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=473] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31204911 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 31204911 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=475] ppid=460 vsize=1544136 CPUtime=857.44
/proc/462/task/475/stat : 475 (java) R 460 462 32258 0 -1 4202560 4982 0 0 0 85708 36 0 0 25 0 16 0 31205023 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4109346034 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=1544136 CPUtime=851.1
/proc/462/task/476/stat : 476 (java) R 460 462 32258 0 -1 4202560 24851 0 0 0 85092 18 0 0 25 0 16 0 31205023 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4109412062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=462/tid=477] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205074 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205082 1581195264 95085 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1735.92
Current children cumulated vsize (KiB) 1544136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.102 s]
/proc/loadavg: 2.03 1.95 1.64 3/122 511
/proc/meminfo: memFree=1429260/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1544136 CPUtime=1800.14
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 118199 0 1 0 179898 116 0 0 15 0 16 0 31204901 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 386034 95697 1450 10 0 383337 0
[pid=462/tid=464] ppid=460 vsize=1544136 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6666 0 1 0 115 3 0 0 15 0 16 0 31204903 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1544136 CPUtime=4.11
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 31914 0 0 0 390 21 0 0 16 0 16 0 31204904 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=1544136 CPUtime=4.11
/proc/462/task/466/stat : 466 (java) S 460 462 32258 0 -1 4202560 36111 0 0 0 389 22 0 0 16 0 16 0 31204904 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=467] ppid=460 vsize=1544136 CPUtime=14.74
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 486 0 0 0 1467 7 0 0 15 0 16 0 31204906 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31204907 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31204907 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31204911 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1544136 CPUtime=1.64
/proc/462/task/471/stat : 471 (java) S 460 462 32258 0 -1 4202560 1590 0 0 0 164 0 0 0 15 0 16 0 31204911 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1544136 CPUtime=2.56
/proc/462/task/472/stat : 472 (java) S 460 462 32258 0 -1 4202560 10463 0 0 0 252 4 0 0 16 0 16 0 31204911 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=473] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31204911 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 31204911 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=475] ppid=460 vsize=1544136 CPUtime=889.32
/proc/462/task/475/stat : 475 (java) R 460 462 32258 0 -1 4202560 4991 0 0 0 88895 37 0 0 25 0 16 0 31205023 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4109298378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=1544136 CPUtime=882.4
/proc/462/task/476/stat : 476 (java) R 460 462 32258 0 -1 4202560 24851 0 0 0 88222 18 0 0 25 0 16 0 31205023 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4109295552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=462/tid=477] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205074 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1544136 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31205082 1581195264 95697 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1544136

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

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

[startup+915.225 s]
/proc/loadavg: 2.03 1.95 1.64 3/122 511
/proc/meminfo: memFree=1429260/2059040 swapFree=4140012/4192956
[pid=462] ppid=460 vsize=1544784 CPUtime=1800.35
/proc/462/stat : 462 (java) S 460 462 32258 0 -1 4202496 118223 0 1 0 179919 116 0 0 15 0 18 0 31204901 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/462/statm: 386196 95718 1452 10 0 383499 0
[pid=462/tid=464] ppid=460 vsize=1544784 CPUtime=1.18
/proc/462/task/464/stat : 464 (java) S 460 462 32258 0 -1 4202560 6666 0 1 0 115 3 0 0 15 0 18 0 31204903 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=465] ppid=460 vsize=1544784 CPUtime=4.12
/proc/462/task/465/stat : 465 (java) S 460 462 32258 0 -1 4202560 31914 0 0 0 391 21 0 0 15 0 18 0 31204904 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=1544784 CPUtime=4.12
/proc/462/task/466/stat : 466 (java) S 460 462 32258 0 -1 4202560 36111 0 0 0 390 22 0 0 16 0 18 0 31204904 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=467] ppid=460 vsize=1544784 CPUtime=14.74
/proc/462/task/467/stat : 467 (java) S 460 462 32258 0 -1 4202560 487 0 0 0 1467 7 0 0 15 0 18 0 31204906 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 0 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=1544784 CPUtime=0
/proc/462/task/468/stat : 468 (java) S 460 462 32258 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 31204907 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=1544784 CPUtime=0
/proc/462/task/469/stat : 469 (java) S 460 462 32258 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 31204907 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=1544784 CPUtime=0
/proc/462/task/470/stat : 470 (java) S 460 462 32258 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 31204911 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=1544784 CPUtime=1.67
/proc/462/task/471/stat : 471 (java) R 460 462 32258 0 -1 4202560 1593 0 0 0 167 0 0 0 16 0 18 0 31204911 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 102348275 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=1544784 CPUtime=2.57
/proc/462/task/472/stat : 472 (java) S 460 462 32258 0 -1 4202560 10465 0 0 0 253 4 0 0 15 0 18 0 31204911 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=473] ppid=460 vsize=1544784 CPUtime=0
/proc/462/task/473/stat : 473 (java) S 460 462 32258 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 31204911 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=1544784 CPUtime=0
/proc/462/task/474/stat : 474 (java) S 460 462 32258 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 31204911 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=475] ppid=460 vsize=1544784 CPUtime=889.36
/proc/462/task/475/stat : 475 (java) R 460 462 32258 0 -1 4202560 4992 0 0 0 88899 37 0 0 25 0 18 0 31205023 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=1544784 CPUtime=882.49
/proc/462/task/476/stat : 476 (java) R 460 462 32258 0 -1 4202560 24851 0 0 0 88231 18 0 0 25 0 18 0 31205023 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4109298370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=462/tid=477] ppid=460 vsize=1544784 CPUtime=0
/proc/462/task/477/stat : 477 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 31205074 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
[pid=462/tid=478] ppid=460 vsize=1544784 CPUtime=0
/proc/462/task/478/stat : 478 (java) S 460 462 32258 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 31205082 1581858816 95718 1992294400 134512640 134550932 4293810272 18446744073709551615 4294960144 0 4 0 16800975 18446604435773863040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1544784

Child status: 143
Real time (s): 915.288
CPU time (s): 1800.45
CPU user time (s): 1799.24
CPU system time (s): 1.21081
CPU usage (%): 196.708
Max. virtual memory (cumulated for all children) (KiB): 1545808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.21081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118230
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= 27813
involuntary context switches= 52780

runsolver used 4.86926 second user time and 9.53055 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-15 00:53:32
IDJOB=2662187
IDBENCH=2454
IDSOLVER=1166
FILE ID=node006/2662187-1276556012
PBS_JOBID= 11173484
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-adlittle.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662187-1276556012/watcher-2662187-1276556012 -o /tmp/evaluation-result-2662187-1276556012/solver-2662187-1276556012 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662187-1276556012.opb

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

MD5SUM BENCH= 952cd1c498d347dda37d376c7740481e
RANDOM SEED=2092631296

node006.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.204
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.40
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.204
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:       1809968 kB
Buffers:         41560 kB
Cached:         127888 kB
SwapCached:       6612 kB
Active:          86532 kB
Inactive:        96544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809968 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:       12008 kB
Mapped:          13008 kB
Slab:            44176 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182704 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= 62472 MiB
End job on node006 at 2010-06-15 01:08:50