Trace number 2684797

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-26? (TO) 1800.26 1796.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_8-unsat.opb
MD5SUMa4c61139e0eb75a13e9da4d40232e606
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark311.848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29040
Total number of constraints96434
Number of constraints which are clauses95958
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint120
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
Number of bits of the biggest sum of numbers10
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.v20100526
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.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2684797-1278434360.opb
0.24/0.21	c reading problem ... 
3.61/2.73	c ... done. Wall clock time 2.527s.
3.61/2.73	c #vars     29040
3.61/2.73	c #constraints  83462
3.61/2.73	c constraints type 
3.61/2.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10386
3.61/2.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67615
3.61/2.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
10.50/8.94	c cleaning 2487 clauses out of 5000 with flag 5000/5000
15.88/14.29	c cleaning 4250 clauses out of 8513 with flag 11000/11000
21.69/20.05	c cleaning 5619 clauses out of 11264 with flag 18001/18001
28.90/27.28	c cleaning 6815 clauses out of 13646 with flag 26002/26002
37.09/35.33	c cleaning 7906 clauses out of 15830 with flag 35001/35001
47.30/45.54	c cleaning 8962 clauses out of 17924 with flag 45001/45001
58.62/56.86	c cleaning 9973 clauses out of 19961 with flag 56000/56000
71.05/69.28	c cleaning 10976 clauses out of 21988 with flag 68000/68000
86.16/84.36	c cleaning 12000 clauses out of 24012 with flag 81000/81000
101.57/99.73	c cleaning 13002 clauses out of 26013 with flag 95001/95001
115.90/114.10	c cleaning 13999 clauses out of 28011 with flag 110001/110001
133.12/131.25	c cleaning 14996 clauses out of 30011 with flag 126000/126000
154.46/152.57	c cleaning 15983 clauses out of 32016 with flag 143001/143001
176.79/174.85	c cleaning 16977 clauses out of 34033 with flag 161001/161001
199.32/197.34	c cleaning 18022 clauses out of 36056 with flag 180001/180001
223.07/221.02	c cleaning 19007 clauses out of 38033 with flag 200000/200000
247.48/245.47	c cleaning 19998 clauses out of 40026 with flag 221000/221000
271.32/269.29	c cleaning 21004 clauses out of 42029 with flag 243001/243001
295.95/293.88	c cleaning 22006 clauses out of 44025 with flag 266001/266001
323.30/321.17	c cleaning 22996 clauses out of 46018 with flag 290000/290000
352.13/350.00	c cleaning 23979 clauses out of 48022 with flag 315000/315000
382.96/380.75	c cleaning 25019 clauses out of 50043 with flag 341000/341000
421.21/418.99	c cleaning 25978 clauses out of 52024 with flag 368000/368000
464.16/461.81	c cleaning 27009 clauses out of 54046 with flag 396000/396000
498.51/496.13	c cleaning 27990 clauses out of 56037 with flag 425000/425000
538.56/536.18	c cleaning 29018 clauses out of 58049 with flag 455002/455002
577.02/574.54	c cleaning 29989 clauses out of 60029 with flag 486000/486000
624.97/622.40	c cleaning 30996 clauses out of 62042 with flag 518002/518002
683.62/681.05	c cleaning 31994 clauses out of 64044 with flag 551000/551000
745.18/742.52	c cleaning 32976 clauses out of 66050 with flag 585000/585000
788.06/785.34	c cleaning 34025 clauses out of 68074 with flag 620000/620000
830.62/827.83	c cleaning 35012 clauses out of 70049 with flag 656000/656000
873.27/870.46	c cleaning 36011 clauses out of 72038 with flag 693001/693001
923.72/920.88	c cleaning 37003 clauses out of 74026 with flag 731000/731000
982.37/979.48	c cleaning 37965 clauses out of 76024 with flag 770001/770001
1029.13/1026.19	c cleaning 39018 clauses out of 78058 with flag 810000/810000
1081.00/1077.95	c cleaning 40003 clauses out of 80040 with flag 851000/851000
1132.54/1129.50	c cleaning 40991 clauses out of 82037 with flag 893000/893000
1189.42/1186.23	c cleaning 42009 clauses out of 84046 with flag 936000/936000
1251.30/1248.08	c cleaning 42995 clauses out of 86037 with flag 980000/980000
1313.74/1310.49	c cleaning 44009 clauses out of 88042 with flag 1025000/1025000
1405.02/1401.66	c cleaning 44990 clauses out of 90034 with flag 1071001/1071001
1474.79/1471.31	c cleaning 45995 clauses out of 92044 with flag 1118001/1118001
1556.36/1552.82	c cleaning 46990 clauses out of 94049 with flag 1166001/1166001
1625.94/1622.30	c cleaning 48004 clauses out of 96059 with flag 1215001/1215001
1705.20/1701.54	c cleaning 48995 clauses out of 98056 with flag 1265002/1265002
1786.60/1782.85	c cleaning 50022 clauses out of 100059 with flag 1316000/1316000
1800.03/1796.22	c starts		: 190
1800.03/1796.22	c conflicts		: 1325550
1800.03/1796.22	c decisions		: 1673636
1800.03/1796.22	c propagations		: 764828726
1800.03/1796.22	c inspects		: 3006897706
1800.03/1796.22	c learnt literals	: 0
1800.03/1796.22	c learnt binary clauses	: 0
1800.03/1796.23	c learnt ternary clauses	: 773
1800.03/1796.23	c learnt clauses	: 1325550
1800.03/1796.23	c ignored clauses	: 0
1800.03/1796.23	c root simplifications	: 0
1800.03/1796.23	c removed literals (reason simplification)	: 17702853
1800.03/1796.23	c reason swapping (by a shorter reason)	: 0
1800.03/1796.23	c Calls to reduceDB	: 47
1800.03/1796.23	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.23	c number of learned constraints concerned by reduction	: 0
1800.03/1796.23	c number of learning phase by resolution	: 0
1800.03/1796.23	c number of learning phase by cutting planes	: 0
1800.03/1796.23	c speed (assignments/second)	: 426446.96237672784
1800.03/1796.23	c non guided choices	224
1800.03/1796.28	c learnt constraints type 
1800.03/1796.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 59624
1800.03/1796.28	c constraints type 
1800.03/1796.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10386
1800.03/1796.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67615
1800.03/1796.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
1800.03/1796.28	s UNKNOWN
1800.03/1796.28	c Total wall clock time (in seconds): 1796.078

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 19072
/proc/meminfo: memFree=1482352/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1832 CPUtime=0
/proc/19072/stat : 19072 (java6) R 19070 19072 18871 0 -1 4194304 242 0 0 0 0 0 0 0 21 0 1 0 11649611 1875968 146 1992294400 134512640 134550932 4294690064 18446744073709551615 3077744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19072/statm: 458 148 111 10 0 63 0

[startup+0.074238 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 19072
/proc/meminfo: memFree=1482352/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1521796 CPUtime=0.06
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 3712 0 1 0 4 2 0 0 18 0 7 0 11649611 1558319104 3154 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 380449 3154 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101223 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 19072
/proc/meminfo: memFree=1482352/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1524184 CPUtime=0.08
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 3954 0 1 0 6 2 0 0 18 0 12 0 11649611 1560764416 3394 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 381046 3394 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30126 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 19072
/proc/meminfo: memFree=1482352/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1526256 CPUtime=0.36
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 5479 0 1 0 33 3 0 0 18 0 12 0 11649611 1562886144 4917 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 381600 4928 1361 10 0 378902 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526256

[startup+0.70134 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 19072
/proc/meminfo: memFree=1482352/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1528612 CPUtime=0.96
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 7250 0 1 0 92 4 0 0 18 0 12 0 11649611 1565298688 6591 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 382153 6591 1403 10 0 379455 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1528612

[startup+1.5015 s]
/proc/loadavg: 1.00 0.97 0.82 4/118 19084
/proc/meminfo: memFree=1451072/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1528576 CPUtime=1.99
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 19556 0 1 0 189 10 0 0 18 0 12 0 11649611 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 382144 18488 1414 10 0 379446 0
[pid=19072/tid=19074] ppid=19070 vsize=1528576 CPUtime=1.12
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 16770 0 1 0 104 8 0 0 25 0 12 0 11649612 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4109826747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 11649614 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11649614 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11649616 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 11649616 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 11649616 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11649620 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1528576 CPUtime=0.39
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 518 0 0 0 39 0 0 0 16 0 12 0 11649620 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1528576 CPUtime=0.44
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 1207 0 0 0 44 0 0 0 15 0 12 0 11649620 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 11649620 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1528576 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 11649621 1565261824 18488 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1528576

[startup+3.11481 s]
/proc/loadavg: 1.00 0.97 0.82 2/118 19084
/proc/meminfo: memFree=1353732/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539472 CPUtime=4.39
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 41288 0 1 0 419 20 0 0 18 0 13 0 11649611 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384868 38317 1430 10 0 382170 0
[pid=19072/tid=19074] ppid=19070 vsize=1539472 CPUtime=2.39
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 32040 0 1 0 224 15 0 0 25 0 13 0 11649612 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539472 CPUtime=0.03
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 821 0 0 0 3 0 0 0 18 0 13 0 11649614 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539472 CPUtime=0.03
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 1027 0 0 0 3 0 0 0 18 0 13 0 11649614 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539472 CPUtime=0
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 11649616 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539472 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539472 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11649616 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539472 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11649620 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539472 CPUtime=0.74
/proc/19072/task/19081/stat : 19081 (java) R 19070 19072 18871 0 -1 4202560 1025 0 0 0 74 0 0 0 15 0 13 0 11649620 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 103986818 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539472 CPUtime=1.13
/proc/19072/task/19082/stat : 19082 (java) R 19070 19072 18871 0 -1 4202560 5304 0 0 0 111 2 0 0 15 0 13 0 11649620 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 105497505 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539472 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11649620 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539472 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11649621 1576419328 38317 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1539472

[startup+6.30243 s]
/proc/loadavg: 1.00 0.97 0.82 2/119 19086
/proc/meminfo: memFree=1333020/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539024 CPUtime=7.84
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 44803 0 1 0 763 21 0 0 18 0 13 0 11649611 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384756 41673 1435 10 0 382058 0
[pid=19072/tid=19074] ppid=19070 vsize=1539024 CPUtime=5.43
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 32046 0 1 0 528 15 0 0 25 0 13 0 11649612 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4109954896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539024 CPUtime=0.1
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 2382 0 0 0 9 1 0 0 18 0 13 0 11649614 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539024 CPUtime=0.09
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 2951 0 0 0 8 1 0 0 18 0 13 0 11649614 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 11649616 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539024 CPUtime=0.92
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 1038 0 0 0 92 0 0 0 15 0 13 0 11649620 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539024 CPUtime=1.26
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 5313 0 0 0 124 2 0 0 15 0 13 0 11649620 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11649621 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19086] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19086/stat : 19086 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11649906 1575960576 41673 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 1539024

[startup+12.7027 s]
/proc/loadavg: 1.00 0.97 0.82 2/119 19086
/proc/meminfo: memFree=1299664/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539024 CPUtime=14.37
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 49885 0 1 0 1414 23 0 0 18 0 13 0 11649611 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384756 46721 1444 10 0 382058 0
[pid=19072/tid=19074] ppid=19070 vsize=1539024 CPUtime=11.64
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 32050 0 1 0 1149 15 0 0 25 0 13 0 11649612 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4110055884 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539024 CPUtime=0.15
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 3194 0 0 0 14 1 0 0 18 0 13 0 11649614 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539024 CPUtime=0.15
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 3769 0 0 0 13 2 0 0 18 0 13 0 11649614 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539024 CPUtime=0.11
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 3441 0 0 0 10 1 0 0 15 0 13 0 11649616 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539024 CPUtime=1
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 1051 0 0 0 100 0 0 0 15 0 13 0 11649620 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539024 CPUtime=1.28
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 5316 0 0 0 126 2 0 0 15 0 13 0 11649620 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11649621 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19086] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19086/stat : 19086 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11649906 1575960576 46721 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 1539024

[startup+25.5012 s]
/proc/loadavg: 1.00 0.97 0.82 3/119 19086
/proc/meminfo: memFree=1298424/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539024 CPUtime=27.2
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 50207 0 1 0 2696 24 0 0 18 0 13 0 11649611 1575960576 47038 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384756 47038 1444 10 0 382058 0
[pid=19072/tid=19074] ppid=19070 vsize=1539024 CPUtime=24.17
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 32055 0 1 0 2402 15 0 0 25 0 13 0 11649612 1575960576 47038 1992294400 134512640 134550932 4287477408 18446744073709551615 4109954842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539024 CPUtime=0.17
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 3194 0 0 0 16 1 0 0 18 0 13 0 11649614 1575960576 47038 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539024 CPUtime=0.17
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 3772 0 0 0 15 2 0 0 18 0 13 0 11649614 1575960576 47038 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539024 CPUtime=0.29
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 3750 0 0 0 28 1 0 0 15 0 13 0 11649616 1575960576 47038 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 47038 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539024 CPUtime=0

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

[pid=19072] ppid=19070 vsize=1539024 CPUtime=1665.98
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 69991 0 1 0 166528 70 0 0 18 0 13 0 11649611 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384756 64259 1444 10 0 382058 0
[pid=19072/tid=19074] ppid=19070 vsize=1539024 CPUtime=1651.55
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 33043 0 1 0 165116 39 0 0 25 0 13 0 11649612 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4110250202 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539024 CPUtime=3.16
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 11626 0 0 0 305 11 0 0 16 0 13 0 11649614 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539024 CPUtime=3.17
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 12807 0 0 0 306 11 0 0 16 0 13 0 11649614 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539024 CPUtime=5.6
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 4982 0 0 0 557 3 0 0 15 0 13 0 11649616 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539024 CPUtime=1.11
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 1055 0 0 0 111 0 0 0 16 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539024 CPUtime=1.32
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 5318 0 0 0 130 2 0 0 16 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 11649621 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19086] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19086/stat : 19086 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11649906 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.98
Current children cumulated vsize (KiB) 1539024

[startup+1722.3 s]
/proc/loadavg: 1.04 1.00 0.92 2/119 19140
/proc/meminfo: memFree=1227504/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539024 CPUtime=1726.03
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 70003 0 1 0 172533 70 0 0 18 0 13 0 11649611 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384756 64259 1444 10 0 382058 0
[pid=19072/tid=19074] ppid=19070 vsize=1539024 CPUtime=1711.26
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 33049 0 1 0 171087 39 0 0 25 0 13 0 11649612 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4110244498 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539024 CPUtime=3.26
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 11626 0 0 0 315 11 0 0 16 0 13 0 11649614 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539024 CPUtime=3.26
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 12807 0 0 0 315 11 0 0 15 0 13 0 11649614 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539024 CPUtime=5.75
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 4984 0 0 0 572 3 0 0 15 0 13 0 11649616 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539024 CPUtime=1.11
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 1055 0 0 0 111 0 0 0 16 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539024 CPUtime=1.32
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 5318 0 0 0 130 2 0 0 16 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11649621 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19086] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19086/stat : 19086 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11649906 1575960576 64259 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.03
Current children cumulated vsize (KiB) 1539024

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 19141
/proc/meminfo: memFree=1227256/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539024 CPUtime=1786.1
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 70052 0 1 0 178539 71 0 0 18 0 13 0 11649611 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384756 64296 1444 10 0 382058 0
[pid=19072/tid=19074] ppid=19070 vsize=1539024 CPUtime=1771.13
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 33055 0 1 0 177074 39 0 0 25 0 13 0 11649612 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4159897378 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539024 CPUtime=3.37
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 11626 0 0 0 325 12 0 0 15 0 13 0 11649614 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539024 CPUtime=3.37
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 12844 0 0 0 325 12 0 0 16 0 13 0 11649614 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539024 CPUtime=5.75
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 4988 0 0 0 572 3 0 0 15 0 13 0 11649616 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539024 CPUtime=1.11
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 1055 0 0 0 111 0 0 0 16 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539024 CPUtime=1.32
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 5318 0 0 0 130 2 0 0 16 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11649621 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19086] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19086/stat : 19086 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11649906 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.1
Current children cumulated vsize (KiB) 1539024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 19142
/proc/meminfo: memFree=1227132/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539024 CPUtime=1800.03
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 70058 0 1 0 179932 71 0 0 18 0 13 0 11649611 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384756 64296 1444 10 0 382058 0
[pid=19072/tid=19074] ppid=19070 vsize=1539024 CPUtime=1784.86
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 33057 0 1 0 178447 39 0 0 25 0 13 0 11649612 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4110215426 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539024 CPUtime=3.38
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 11626 0 0 0 326 12 0 0 15 0 13 0 11649614 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539024 CPUtime=3.39
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 12844 0 0 0 327 12 0 0 16 0 13 0 11649614 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539024 CPUtime=5.9
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 4990 0 0 0 587 3 0 0 15 0 13 0 11649616 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11649616 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539024 CPUtime=1.11
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 1055 0 0 0 111 0 0 0 16 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539024 CPUtime=1.32
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 5318 0 0 0 130 2 0 0 16 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11649620 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 11649621 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19086] ppid=19070 vsize=1539024 CPUtime=0
/proc/19072/task/19086/stat : 19086 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11649906 1575960576 64296 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1539024

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

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

[startup+1796.32 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 19142
/proc/meminfo: memFree=1227132/2059040 swapFree=4192956/4192956
[pid=19072] ppid=19070 vsize=1539672 CPUtime=1800.2
/proc/19072/stat : 19072 (java) S 19070 19072 18871 0 -1 4202496 70077 0 1 0 179949 71 0 0 18 0 14 0 11649611 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19072/statm: 384918 64315 1445 10 0 382220 0
[pid=19072/tid=19074] ppid=19070 vsize=1539672 CPUtime=1784.97
/proc/19072/task/19074/stat : 19074 (java) R 19070 19072 18871 0 -1 4202560 33057 0 1 0 178458 39 0 0 25 0 14 0 11649612 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4110246857 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19072/tid=19075] ppid=19070 vsize=1539672 CPUtime=3.38
/proc/19072/task/19075/stat : 19075 (java) S 19070 19072 18871 0 -1 4202560 11626 0 0 0 326 12 0 0 15 0 14 0 11649614 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19076] ppid=19070 vsize=1539672 CPUtime=3.39
/proc/19072/task/19076/stat : 19076 (java) S 19070 19072 18871 0 -1 4202560 12844 0 0 0 327 12 0 0 16 0 14 0 11649614 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19077] ppid=19070 vsize=1539672 CPUtime=5.9
/proc/19072/task/19077/stat : 19077 (java) S 19070 19072 18871 0 -1 4202560 4990 0 0 0 587 3 0 0 15 0 14 0 11649616 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 0 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19078] ppid=19070 vsize=1539672 CPUtime=0
/proc/19072/task/19078/stat : 19078 (java) S 19070 19072 18871 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 11649616 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19079] ppid=19070 vsize=1539672 CPUtime=0
/proc/19072/task/19079/stat : 19079 (java) S 19070 19072 18871 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11649616 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19080] ppid=19070 vsize=1539672 CPUtime=0
/proc/19072/task/19080/stat : 19080 (java) S 19070 19072 18871 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 11649620 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19081] ppid=19070 vsize=1539672 CPUtime=1.15
/proc/19072/task/19081/stat : 19081 (java) S 19070 19072 18871 0 -1 4202560 1055 0 0 0 115 0 0 0 15 0 14 0 11649620 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19082] ppid=19070 vsize=1539672 CPUtime=1.32
/proc/19072/task/19082/stat : 19082 (java) S 19070 19072 18871 0 -1 4202560 5318 0 0 0 130 2 0 0 16 0 14 0 11649620 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
[pid=19072/tid=19083] ppid=19070 vsize=1539672 CPUtime=0
/proc/19072/task/19083/stat : 19083 (java) S 19070 19072 18871 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11649620 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19084] ppid=19070 vsize=1539672 CPUtime=0
/proc/19072/task/19084/stat : 19084 (java) S 19070 19072 18871 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 14 0 11649621 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 0 0 0 0
[pid=19072/tid=19086] ppid=19070 vsize=1539672 CPUtime=0
/proc/19072/task/19086/stat : 19086 (java) S 19070 19072 18871 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11649906 1576624128 64315 1992294400 134512640 134550932 4287477408 18446744073709551615 4294960144 0 4 0 16800975 18446604437831006400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1539672

Child status: 143
Real time (s): 1796.37
CPU time (s): 1800.26
CPU user time (s): 1799.51
CPU system time (s): 0.744886
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 1540300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.744886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70077
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= 39728
involuntary context switches= 28338

runsolver used 3.57746 second user time and 9.65453 second system time

The end

Launcher Data

Begin job on node006 at 2010-07-06 18:39:21
IDJOB=2684797
IDBENCH=73572
IDSOLVER=1164
FILE ID=node006/2684797-1278434360
PBS_JOBID= 11233464
Free space on /tmp= 62576 MiB

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

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

MD5SUM BENCH= a4c61139e0eb75a13e9da4d40232e606
RANDOM SEED=462535633

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.269
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.53
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.269
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1482748 kB
Buffers:        104540 kB
Cached:         339748 kB
SwapCached:          0 kB
Active:         167560 kB
Inactive:       336996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1482748 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3352 kB
Writeback:          52 kB
AnonPages:       60252 kB
Mapped:          14408 kB
Slab:            49668 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179624 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= 62576 MiB
End job on node006 at 2010-07-06 19:09:19