Trace number 2658841

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 Resolution 2.2.0 2010-05-26? (TO) 1800.22 1796.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-swath.opb
MD5SUM3553224658521cb15e26e6f30dd8f5c2
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 variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 16777216000000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 66042304016951
Number of bits of the biggest sum of numbers46
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.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2658841-1276567582.opb
0.08/0.21	c reading problem ... 
2.12/1.45	c ... done. Wall clock time 1.243s.
2.12/1.45	c #vars     9155
2.12/1.45	c #constraints  987
2.12/1.45	c constraints type 
2.12/1.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
2.12/1.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
2.12/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
47.87/46.45	c cleaning 2469 clauses out of 5001 with flag 5003/5003
70.67/69.14	c cleaning 4263 clauses out of 8532 with flag 11003/11003
95.49/93.90	c cleaning 5615 clauses out of 11267 with flag 18001/18001
124.52/122.92	c cleaning 6808 clauses out of 13651 with flag 26000/26000
153.93/152.27	c cleaning 7914 clauses out of 15843 with flag 35000/35000
186.07/184.39	c cleaning 8954 clauses out of 17929 with flag 45000/45000
223.41/221.68	c cleaning 9478 clauses out of 18975 with flag 55000/55000
255.43/253.68	c cleaning 9729 clauses out of 19497 with flag 65000/65000
287.59/285.76	c cleaning 9874 clauses out of 19768 with flag 75000/75000
321.82/319.98	c cleaning 9903 clauses out of 19894 with flag 85000/85000
354.15/352.26	c cleaning 9984 clauses out of 19991 with flag 95000/95000
390.89/388.93	c cleaning 9995 clauses out of 20009 with flag 105002/105002
417.05/415.02	c cleaning 9983 clauses out of 20012 with flag 115000/115000
463.91/461.85	c cleaning 9997 clauses out of 20029 with flag 125000/125000
501.46/499.35	c cleaning 10014 clauses out of 20034 with flag 135002/135002
539.88/537.75	c cleaning 9999 clauses out of 20019 with flag 145001/145001
592.81/590.64	c cleaning 9986 clauses out of 20019 with flag 155000/155000
634.94/632.78	c cleaning 9999 clauses out of 20034 with flag 165001/165001
665.09/662.83	c cleaning 9996 clauses out of 20034 with flag 175000/175000
696.94/694.69	c cleaning 10012 clauses out of 20039 with flag 185001/185001
745.71/743.33	c cleaning 9992 clauses out of 20026 with flag 195000/195000
794.66/792.27	c cleaning 9967 clauses out of 20035 with flag 205001/205001
841.60/839.12	c cleaning 10015 clauses out of 20067 with flag 215000/215000
873.65/871.13	c cleaning 10017 clauses out of 20055 with flag 225003/225003
900.39/897.81	c cleaning 10007 clauses out of 20035 with flag 235000/235000
930.80/928.26	c cleaning 9991 clauses out of 20029 with flag 245001/245001
955.96/953.39	c cleaning 9992 clauses out of 20038 with flag 255001/255001
983.39/980.71	c cleaning 10001 clauses out of 20045 with flag 265000/265000
1006.71/1004.06	c cleaning 10009 clauses out of 20045 with flag 275001/275001
1035.55/1032.83	c cleaning 10008 clauses out of 20035 with flag 285000/285000
1073.60/1070.89	c cleaning 9951 clauses out of 20027 with flag 295000/295000
1105.15/1102.34	c cleaning 10006 clauses out of 20076 with flag 305000/305000
1128.56/1125.77	c cleaning 10031 clauses out of 20073 with flag 315003/315003
1147.39/1144.58	c cleaning 9975 clauses out of 20039 with flag 325000/325000
1166.29/1163.41	c cleaning 10014 clauses out of 20065 with flag 335001/335001
1185.74/1182.85	c cleaning 9985 clauses out of 20050 with flag 345000/345000
1225.53/1222.59	c cleaning 10022 clauses out of 20067 with flag 355002/355002
1270.35/1267.36	c cleaning 10001 clauses out of 20043 with flag 365000/365000
1305.39/1302.37	c cleaning 10012 clauses out of 20042 with flag 375000/375000
1351.72/1348.65	c cleaning 10011 clauses out of 20033 with flag 385003/385003
1392.15/1389.02	c cleaning 9991 clauses out of 20019 with flag 395000/395000
1426.19/1423.02	c cleaning 9995 clauses out of 20029 with flag 405001/405001
1452.22/1449.04	c cleaning 10004 clauses out of 20033 with flag 415000/415000
1496.25/1493.01	c cleaning 9968 clauses out of 20037 with flag 425008/425008
1525.79/1522.55	c cleaning 10023 clauses out of 20061 with flag 435000/435000
1544.24/1540.96	c cleaning 10010 clauses out of 20039 with flag 445001/445001
1563.67/1560.37	c cleaning 9996 clauses out of 20028 with flag 455000/455000
1586.71/1583.35	c cleaning 10003 clauses out of 20036 with flag 465004/465004
1607.94/1604.54	c cleaning 9980 clauses out of 20031 with flag 475002/475002
1632.68/1629.21	c cleaning 9980 clauses out of 20049 with flag 485000/485000
1659.29/1655.86	c cleaning 10027 clauses out of 20072 with flag 495003/495003
1687.64/1684.19	c cleaning 9997 clauses out of 20042 with flag 505000/505000
1720.05/1716.52	c cleaning 10007 clauses out of 20045 with flag 515000/515000
1746.78/1743.28	c cleaning 9990 clauses out of 20038 with flag 525000/525000
1770.13/1766.53	c cleaning 10000 clauses out of 20049 with flag 535001/535001
1789.45/1785.89	c cleaning 10006 clauses out of 20049 with flag 545001/545001
1800.08/1796.42	c starts		: 153
1800.08/1796.42	c conflicts		: 551079
1800.08/1796.42	c decisions		: 3722466
1800.08/1796.42	c propagations		: 109921141
1800.08/1796.42	c inspects		: 204323231
1800.08/1796.42	c learnt literals	: 2
1800.08/1796.42	c learnt binary clauses	: 1
1800.08/1796.42	c learnt ternary clauses	: 1
1800.08/1796.42	c learnt clauses	: 551077
1800.08/1796.42	c ignored clauses	: 0
1800.08/1796.42	c root simplifications	: 0
1800.08/1796.42	c removed literals (reason simplification)	: 11724114
1800.08/1796.42	c reason swapping (by a shorter reason)	: 0
1800.08/1796.42	c Calls to reduceDB	: 56
1800.08/1796.42	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.42	c number of learned constraints concerned by reduction	: 0
1800.08/1796.42	c number of learning phase by resolution	: 0
1800.08/1796.42	c number of learning phase by cutting planes	: 0
1800.08/1796.42	c speed (assignments/second)	: 61238.632641100325
1800.08/1796.42	c non guided choices	1195
1800.08/1796.44	c learnt constraints type 
1800.08/1796.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16133
1800.08/1796.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.08/1796.44	c constraints type 
1800.08/1796.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
1800.08/1796.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
1800.08/1796.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.08/1796.44	s UNKNOWN
1800.08/1796.44	c Total wall clock time (in seconds): 1796.235

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

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3136
/proc/meminfo: memFree=1785988/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=248 CPUtime=0
/proc/3136/stat : 3136 (java) R 3134 3136 3111 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 32359741 253952 28 1992294400 134512640 134550932 4288669328 18446744073709551615 7619038 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3136/statm: 62 28 21 10 0 23 0

[startup+0.0867259 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3136
/proc/meminfo: memFree=1785988/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1521796 CPUtime=0.06
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 3805 0 1 0 4 2 0 0 18 0 7 0 32359741 1558319104 3245 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 380449 3245 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100726 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3136
/proc/meminfo: memFree=1785988/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1524024 CPUtime=0.08
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 3931 0 1 0 6 2 0 0 18 0 12 0 32359741 1560600576 3369 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 381006 3369 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.302767 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3136
/proc/meminfo: memFree=1785988/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1526684 CPUtime=0.38
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 5429 0 1 0 35 3 0 0 18 0 12 0 32359741 1563324416 4865 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 381671 4866 1365 10 0 378973 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526684

[startup+0.700838 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3136
/proc/meminfo: memFree=1785988/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1527972 CPUtime=1.13
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 7960 0 1 0 108 5 0 0 18 0 12 0 32359741 1564643328 7396 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 381993 7398 1406 10 0 379295 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1527972

[startup+1.50598 s]
/proc/loadavg: 0.85 0.97 0.99 2/118 3148
/proc/meminfo: memFree=1737160/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1528076 CPUtime=2.25
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 26944 0 1 0 213 12 0 0 18 0 13 0 32359741 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382019 26209 1414 10 0 379321 0
[pid=3136/tid=3138] ppid=3134 vsize=1528076 CPUtime=1.46
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 24677 0 1 0 135 11 0 0 20 0 13 0 32359743 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4108960908 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 32359744 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 32359744 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32359746 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 32359746 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 32359746 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1528076 CPUtime=0.12
/proc/3136/task/3145/stat : 3145 (java) R 3134 3136 3111 0 -1 4202560 278 0 0 0 12 0 0 0 20 0 13 0 32359751 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 105580565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1528076 CPUtime=0.64
/proc/3136/task/3146/stat : 3146 (java) R 3134 3136 3111 0 -1 4202560 922 0 0 0 64 0 0 0 15 0 13 0 32359751 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 106122442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1528076 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32359751 1564749824 26209 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1528076

[startup+3.10226 s]
/proc/loadavg: 0.94 0.99 0.99 2/119 3149
/proc/meminfo: memFree=1682840/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1530544 CPUtime=4.28
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 28608 0 1 0 415 13 0 0 18 0 13 0 32359741 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382636 27560 1422 10 0 379938 0
[pid=3136/tid=3138] ppid=3134 vsize=1530544 CPUtime=3.05
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 25457 0 1 0 294 11 0 0 24 0 13 0 32359743 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4109564366 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 32359744 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 32359744 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32359746 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 32359746 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 32359746 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1530544 CPUtime=0.32
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 333 0 0 0 32 0 0 0 16 0 13 0 32359751 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1530544 CPUtime=0.88
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1751 0 0 0 88 0 0 0 15 0 13 0 32359751 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32359751 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1567277056 27560 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1530544

[startup+6.30183 s]
/proc/loadavg: 0.94 0.99 0.99 2/119 3149
/proc/meminfo: memFree=1675152/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1530544 CPUtime=7.55
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 30424 0 1 0 741 14 0 0 18 0 13 0 32359741 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382636 29375 1424 10 0 379938 0
[pid=3136/tid=3138] ppid=3134 vsize=1530544 CPUtime=6.25
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 27266 0 1 0 613 12 0 0 25 0 13 0 32359743 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4109564636 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 32359744 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 32359744 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32359746 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 32359746 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 32359746 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1530544 CPUtime=0.37
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 340 0 0 0 37 0 0 0 15 0 13 0 32359751 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1530544 CPUtime=0.89
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1751 0 0 0 89 0 0 0 15 0 13 0 32359751 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32359751 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1530544 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1567277056 29375 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1530544

[startup+12.702 s]
/proc/loadavg: 0.95 0.99 0.99 2/119 3149
/proc/meminfo: memFree=1643780/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1529768 CPUtime=14.11
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 37807 0 1 0 1394 17 0 0 18 0 13 0 32359741 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382442 36585 1437 10 0 379744 0
[pid=3136/tid=3138] ppid=3134 vsize=1529768 CPUtime=12.6
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 32056 0 1 0 1246 14 0 0 25 0 13 0 32359743 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4109479762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1529768 CPUtime=0.04
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 1314 0 0 0 4 0 0 0 18 0 13 0 32359744 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1529768 CPUtime=0.03
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 1262 0 0 0 3 0 0 0 18 0 13 0 32359744 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 32359746 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1529768 CPUtime=0.4
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 341 0 0 0 40 0 0 0 15 0 13 0 32359751 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1529768 CPUtime=0.97
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1762 0 0 0 97 0 0 0 15 0 13 0 32359751 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32359751 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1566482432 36585 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 1529768

[startup+25.5013 s]
/proc/loadavg: 0.95 0.99 0.99 2/119 3149
/proc/meminfo: memFree=1643780/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1529768 CPUtime=26.91
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 37815 0 1 0 2674 17 0 0 18 0 13 0 32359741 1566482432 36592 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382442 36592 1437 10 0 379744 0
[pid=3136/tid=3138] ppid=3134 vsize=1529768 CPUtime=25.4
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 32064 0 1 0 2526 14 0 0 25 0 13 0 32359743 1566482432 36592 1992294400 134512640 134550932 4288669328 18446744073709551615 4109491768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1529768 CPUtime=0.04
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 1314 0 0 0 4 0 0 0 18 0 13 0 32359744 1566482432 36592 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1529768 CPUtime=0.03
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 1262 0 0 0 3 0 0 0 18 0 13 0 32359744 1566482432 36592 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 32359746 1566482432 36592 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1529768 CPUtime=0

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

[pid=3136] ppid=3134 vsize=1529768 CPUtime=1605.72
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 64624 0 1 0 160510 62 0 0 18 0 13 0 32359741 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382442 60698 1442 10 0 379744 0
[pid=3136/tid=3138] ppid=3134 vsize=1529768 CPUtime=1594.22
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 32262 0 1 0 159387 35 0 0 25 0 13 0 32359743 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4109502452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1529768 CPUtime=2.84
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 13413 0 0 0 273 11 0 0 15 0 13 0 32359744 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1529768 CPUtime=2.89
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 12426 0 0 0 279 10 0 0 16 0 13 0 32359744 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1529768 CPUtime=4.09
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 3236 0 0 0 407 2 0 0 15 0 13 0 32359746 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1529768 CPUtime=0.6
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 365 0 0 0 60 0 0 0 15 0 13 0 32359751 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1529768 CPUtime=1.01
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1764 0 0 0 101 0 0 0 16 0 13 0 32359751 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 32359751 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1566482432 60698 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.72
Current children cumulated vsize (KiB) 1529768

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3196
/proc/meminfo: memFree=1545332/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1529768 CPUtime=1665.8
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 64641 0 1 0 166516 64 0 0 18 0 13 0 32359741 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382442 60699 1442 10 0 379744 0
[pid=3136/tid=3138] ppid=3134 vsize=1529768 CPUtime=1653.79
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 32270 0 1 0 165342 37 0 0 25 0 13 0 32359743 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4109491694 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1529768 CPUtime=2.96
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 13413 0 0 0 285 11 0 0 16 0 13 0 32359744 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1529768 CPUtime=3.03
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 12427 0 0 0 293 10 0 0 16 0 13 0 32359744 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1529768 CPUtime=4.35
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 3240 0 0 0 433 2 0 0 15 0 13 0 32359746 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1529768 CPUtime=0.6
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 365 0 0 0 60 0 0 0 15 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1529768 CPUtime=1.01
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1764 0 0 0 101 0 0 0 16 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.8
Current children cumulated vsize (KiB) 1529768

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3198
/proc/meminfo: memFree=1545332/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1529768 CPUtime=1725.86
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 64655 0 1 0 172520 66 0 0 18 0 13 0 32359741 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382442 60699 1442 10 0 379744 0
[pid=3136/tid=3138] ppid=3134 vsize=1529768 CPUtime=1713.46
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 32276 0 1 0 171308 38 0 0 25 0 13 0 32359743 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4109519372 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1529768 CPUtime=3.06
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 13413 0 0 0 294 12 0 0 16 0 13 0 32359744 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1529768 CPUtime=3.12
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 12427 0 0 0 302 10 0 0 16 0 13 0 32359744 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1529768 CPUtime=4.54
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 3244 0 0 0 451 3 0 0 15 0 13 0 32359746 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1529768 CPUtime=0.6
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 365 0 0 0 60 0 0 0 15 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1529768 CPUtime=1.01
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1764 0 0 0 101 0 0 0 16 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 32359751 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1566482432 60699 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.86
Current children cumulated vsize (KiB) 1529768

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3198
/proc/meminfo: memFree=1545084/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1529768 CPUtime=1785.95
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 64675 0 1 0 178528 67 0 0 18 0 13 0 32359741 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382442 60703 1442 10 0 379744 0
[pid=3136/tid=3138] ppid=3134 vsize=1529768 CPUtime=1773.11
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 32284 0 1 0 177272 39 0 0 25 0 13 0 32359743 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4109588900 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1529768 CPUtime=3.19
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 13414 0 0 0 307 12 0 0 16 0 13 0 32359744 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1529768 CPUtime=3.26
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 12430 0 0 0 316 10 0 0 16 0 13 0 32359744 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1529768 CPUtime=4.71
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 3248 0 0 0 468 3 0 0 15 0 13 0 32359746 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1529768 CPUtime=0.6
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 365 0 0 0 60 0 0 0 15 0 13 0 32359751 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1529768 CPUtime=1.01
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1764 0 0 0 101 0 0 0 16 0 13 0 32359751 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 32359751 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1566482432 60703 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.95
Current children cumulated vsize (KiB) 1529768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3200
/proc/meminfo: memFree=1545084/2059040 swapFree=4136716/4192956
[pid=3136] ppid=3134 vsize=1529768 CPUtime=1800.08
/proc/3136/stat : 3136 (java) S 3134 3136 3111 0 -1 4202496 64679 0 1 0 179940 68 0 0 18 0 13 0 32359741 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3136/statm: 382442 60705 1442 10 0 379744 0
[pid=3136/tid=3138] ppid=3134 vsize=1529768 CPUtime=1787.07
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 3111 0 -1 4202560 32286 0 1 0 178668 39 0 0 25 0 13 0 32359743 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4109517504 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=1529768 CPUtime=3.21
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 3111 0 -1 4202560 13416 0 0 0 309 12 0 0 15 0 13 0 32359744 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=1529768 CPUtime=3.28
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 3111 0 -1 4202560 12430 0 0 0 318 10 0 0 15 0 13 0 32359744 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3141] ppid=3134 vsize=1529768 CPUtime=4.82
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 3111 0 -1 4202560 3248 0 0 0 479 3 0 0 15 0 13 0 32359746 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3142] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 3111 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3143] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 3111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32359746 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3144] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 3111 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3145] ppid=3134 vsize=1529768 CPUtime=0.6
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 3111 0 -1 4202560 365 0 0 0 60 0 0 0 15 0 13 0 32359751 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
[pid=3136/tid=3146] ppid=3134 vsize=1529768 CPUtime=1.01
/proc/3136/task/3146/stat : 3146 (java) S 3134 3136 3111 0 -1 4202560 1764 0 0 0 101 0 0 0 16 0 13 0 32359751 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3147] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3147/stat : 3147 (java) S 3134 3136 3111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32359751 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3148] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3148/stat : 3148 (java) S 3134 3136 3111 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 32359751 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 0 0 0 0
[pid=3136/tid=3149] ppid=3134 vsize=1529768 CPUtime=0
/proc/3136/task/3149/stat : 3149 (java) S 3134 3136 3111 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 32359891 1566482432 60705 1992294400 134512640 134550932 4288669328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825123264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1529768

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

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

Child status: 143
Real time (s): 1796.51
CPU time (s): 1800.22
CPU user time (s): 1799.51
CPU system time (s): 0.708892
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 1530544

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

runsolver used 3.86141 second user time and 9.38757 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-15 04:06:22
IDJOB=2658841
IDBENCH=2511
IDSOLVER=1164
FILE ID=node012/2658841-1276567582
PBS_JOBID= 11173516
Free space on /tmp= 62588 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-swath.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658841-1276567582/watcher-2658841-1276567582 -o /tmp/evaluation-result-2658841-1276567582/solver-2658841-1276567582 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658841-1276567582.opb

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

MD5SUM BENCH= 3553224658521cb15e26e6f30dd8f5c2
RANDOM SEED=2031758179

node012.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1786508 kB
Buffers:         62956 kB
Cached:         129708 kB
SwapCached:       9652 kB
Active:          78088 kB
Inactive:       127152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1786508 kB
SwapTotal:     4192956 kB
SwapFree:      4136716 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:       10868 kB
Mapped:           9336 kB
Slab:            45436 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182376 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= 62588 MiB
End job on node012 at 2010-06-15 04:36:20