Trace number 2658240

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.25 1793.93

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658240-1276682168.opb
0.09/0.20	c reading problem ... 
15.38/14.38	c ... done. Wall clock time 14.18s.
15.38/14.38	c #vars     6620
15.38/14.38	c #constraints  13043
15.38/14.38	c constraints type 
15.38/14.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
15.38/14.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.38/14.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.38/14.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
22.74/20.97	c cleaning 2528 clauses out of 5056 with flag 5056/5056
32.27/30.22	c cleaning 4238 clauses out of 8476 with flag 11004/11004
45.67/43.52	c cleaning 5646 clauses out of 11292 with flag 18058/18058
58.97/56.78	c cleaning 6799 clauses out of 13599 with flag 26011/26011
75.90/73.57	c cleaning 7916 clauses out of 15831 with flag 35042/35042
95.76/93.38	c cleaning 8936 clauses out of 17876 with flag 45003/45003
116.43/113.91	c cleaning 9991 clauses out of 19982 with flag 56045/56045
140.41/137.83	c cleaning 10981 clauses out of 21965 with flag 68019/68019
158.46/155.83	c cleaning 11986 clauses out of 23973 with flag 81008/81008
187.32/184.69	c cleaning 12990 clauses out of 25982 with flag 95003/95003
209.27/206.50	c cleaning 13512 clauses out of 27023 with flag 109034/109034
237.81/235.06	c cleaning 13748 clauses out of 27498 with flag 123021/123021
265.58/262.78	c cleaning 13865 clauses out of 27729 with flag 137000/137000
295.68/292.77	c cleaning 13935 clauses out of 27871 with flag 151007/151007
330.12/327.16	c cleaning 13966 clauses out of 27933 with flag 165004/165004
363.89/360.83	c cleaning 13980 clauses out of 27964 with flag 179001/179001
396.36/393.29	c cleaning 13990 clauses out of 27984 with flag 193001/193001
428.00/424.88	c cleaning 13998 clauses out of 27997 with flag 207004/207004
458.77/455.51	c cleaning 13997 clauses out of 27995 with flag 221000/221000
490.02/486.72	c cleaning 14005 clauses out of 28012 with flag 235014/235014
521.87/518.53	c cleaning 14012 clauses out of 28025 with flag 249032/249032
554.43/551.10	c cleaning 13992 clauses out of 27989 with flag 263008/263008
582.91/579.47	c cleaning 14008 clauses out of 28018 with flag 277029/277029
606.76/603.24	c cleaning 13996 clauses out of 27994 with flag 291013/291013
633.72/630.15	c cleaning 14004 clauses out of 28007 with flag 305022/305022
667.91/664.23	c cleaning 14004 clauses out of 28008 with flag 319027/319027
698.27/694.50	c cleaning 13995 clauses out of 27992 with flag 333015/333015
730.36/726.55	c cleaning 14005 clauses out of 28011 with flag 347029/347029
765.02/761.14	c cleaning 13999 clauses out of 27997 with flag 361020/361020
806.47/802.57	c cleaning 13994 clauses out of 27989 with flag 375011/375011
840.84/836.87	c cleaning 13992 clauses out of 27986 with flag 389002/389002
871.00/866.95	c cleaning 14009 clauses out of 28020 with flag 403028/403028
901.56/897.43	c cleaning 13992 clauses out of 27983 with flag 417000/417000
933.84/929.64	c cleaning 13997 clauses out of 27996 with flag 431005/431005
966.43/962.11	c cleaning 14021 clauses out of 28044 with flag 445050/445050
994.61/990.26	c cleaning 13986 clauses out of 27974 with flag 459001/459001
1023.56/1019.13	c cleaning 14012 clauses out of 28023 with flag 473036/473036
1060.42/1055.98	c cleaning 13992 clauses out of 27985 with flag 487010/487010
1096.62/1092.10	c cleaning 14035 clauses out of 28070 with flag 501087/501087
1134.22/1129.60	c cleaning 13996 clauses out of 27993 with flag 515045/515045
1170.19/1165.47	c cleaning 14004 clauses out of 28010 with flag 529058/529058
1206.67/1201.87	c cleaning 13986 clauses out of 27973 with flag 543025/543025
1260.05/1255.17	c cleaning 13981 clauses out of 27964 with flag 557002/557002
1303.94/1298.91	c cleaning 14033 clauses out of 28065 with flag 571084/571084
1359.18/1354.10	c cleaning 13995 clauses out of 27990 with flag 585042/585042
1416.69/1411.48	c cleaning 13977 clauses out of 27954 with flag 599001/599001
1462.01/1456.63	c cleaning 14019 clauses out of 28039 with flag 613063/613063
1503.84/1498.38	c cleaning 13979 clauses out of 27957 with flag 627000/627000
1542.26/1536.66	c cleaning 13997 clauses out of 27993 with flag 641015/641015
1589.38/1583.69	c cleaning 13989 clauses out of 27982 with flag 655001/655001
1608.44/1602.69	c cleaning 13996 clauses out of 27997 with flag 669005/669005
1631.00/1625.16	c cleaning 13997 clauses out of 27997 with flag 683001/683001
1652.44/1646.53	c cleaning 14006 clauses out of 28015 with flag 697016/697016
1681.20/1675.25	c cleaning 13995 clauses out of 27994 with flag 711001/711001
1706.55/1700.56	c cleaning 13999 clauses out of 28002 with flag 725004/725004
1724.79/1718.78	c cleaning 13998 clauses out of 27999 with flag 739000/739000
1751.94/1745.81	c cleaning 14002 clauses out of 28007 with flag 753006/753006
1781.20/1775.00	c cleaning 14000 clauses out of 28004 with flag 767005/767005
1800.06/1793.81	c starts		: 170
1800.06/1793.81	c conflicts		: 777993
1800.06/1793.81	c decisions		: 1607559
1800.06/1793.81	c propagations		: 26005018
1800.06/1793.81	c inspects		: 1932916944
1800.06/1793.81	c learnt literals	: 0
1800.06/1793.81	c learnt binary clauses	: 0
1800.06/1793.82	c learnt ternary clauses	: 122
1800.06/1793.82	c learnt clauses	: 777993
1800.06/1793.82	c ignored clauses	: 0
1800.06/1793.82	c root simplifications	: 0
1800.06/1793.82	c removed literals (reason simplification)	: 19882576
1800.06/1793.82	c reason swapping (by a shorter reason)	: 0
1800.06/1793.82	c Calls to reduceDB	: 58
1800.06/1793.82	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.82	c number of learned constraints concerned by reduction	: 0
1800.06/1793.82	c number of learning phase by resolution	: 0
1800.06/1793.82	c number of learning phase by cutting planes	: 0
1800.06/1793.82	c speed (assignments/second)	: 14614.199322594732
1800.06/1793.82	c non guided choices	6381
1800.06/1793.84	c learnt constraints type 
1800.06/1793.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25000
1800.06/1793.84	c constraints type 
1800.06/1793.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.06/1793.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.06/1793.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.06/1793.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.06/1793.84	s UNKNOWN
1800.06/1793.84	c Total wall clock time (in seconds): 1793.644

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-2658240-1276682168/watcher-2658240-1276682168 -o /tmp/evaluation-result-2658240-1276682168/solver-2658240-1276682168 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658240-1276682168.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.97 0.98 0.99 3/106 16222
/proc/meminfo: memFree=1774028/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=392 CPUtime=0
/proc/16222/stat : 16222 (java) R 16220 16222 14723 0 -1 4194304 295 0 0 0 0 0 0 0 22 0 1 0 9512159 401408 40 1992294400 134512640 134550932 4288135296 18446744073709551615 7467732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16222/statm: 107 42 33 10 0 25 0

[startup+0.067963 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 16222
/proc/meminfo: memFree=1774028/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1521796 CPUtime=0.05
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 3715 0 1 0 4 1 0 0 18 0 7 0 9512159 1558319104 3155 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 380449 3155 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101963 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 16222
/proc/meminfo: memFree=1774028/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1524184 CPUtime=0.09
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 4005 0 1 0 7 2 0 0 18 0 12 0 9512159 1560764416 3443 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 381046 3443 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301977 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 16222
/proc/meminfo: memFree=1774028/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1526248 CPUtime=0.39
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 5365 0 1 0 36 3 0 0 18 0 12 0 9512159 1562877952 4801 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 381562 4801 1365 10 0 378864 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526248

[startup+0.700955 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 16222
/proc/meminfo: memFree=1774028/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530288 CPUtime=1.1
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 7291 0 1 0 106 4 0 0 18 0 12 0 9512159 1567014912 6686 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382572 6686 1404 10 0 379874 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530288

[startup+1.50091 s]
/proc/loadavg: 0.97 0.98 0.99 2/118 16234
/proc/meminfo: memFree=1749692/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530288 CPUtime=2.23
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 8558 0 1 0 219 4 0 0 18 0 12 0 9512159 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382572 7730 1409 10 0 379874 0
[pid=16222/tid=16224] ppid=16220 vsize=1530288 CPUtime=1.48
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 5604 0 1 0 145 3 0 0 20 0 12 0 9512160 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4109496523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9512161 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9512161 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9512163 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9512163 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9512163 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9512168 1567014912 7730 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530288 CPUtime=0.24
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 521 0 0 0 24 0 0 0 24 0 12 0 9512168 1567014912 7731 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530288 CPUtime=0.49
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1365 0 0 0 49 0 0 0 23 0 12 0 9512168 1567014912 7731 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9512168 1567014912 7731 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9512168 1567014912 7731 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1530288

[startup+3.10182 s]
/proc/loadavg: 0.97 0.98 0.99 2/118 16234
/proc/meminfo: memFree=1746344/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530288 CPUtime=3.92
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 9396 0 1 0 387 5 0 0 18 0 12 0 9512159 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382572 8568 1416 10 0 379874 0
[pid=16222/tid=16224] ppid=16220 vsize=1530288 CPUtime=3.07
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 6438 0 1 0 304 3 0 0 25 0 12 0 9512160 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4109496785 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9512161 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9512161 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9512163 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9512163 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9512163 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9512168 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530288 CPUtime=0.29
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 524 0 0 0 29 0 0 0 16 0 12 0 9512168 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530288 CPUtime=0.53
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1366 0 0 0 53 0 0 0 18 0 12 0 9512168 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9512168 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9512168 1567014912 8568 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1530288

[startup+6.30165 s]
/proc/loadavg: 0.97 0.98 0.99 2/118 16234
/proc/meminfo: memFree=1740516/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530288 CPUtime=7.21
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 10740 0 1 0 716 5 0 0 18 0 12 0 9512159 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382572 9911 1418 10 0 379874 0
[pid=16222/tid=16224] ppid=16220 vsize=1530288 CPUtime=6.27
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 7775 0 1 0 623 4 0 0 25 0 12 0 9512160 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4109354704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9512161 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9512161 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9512163 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9512163 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9512163 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9512168 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530288 CPUtime=0.36
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 528 0 0 0 36 0 0 0 15 0 12 0 9512168 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530288 CPUtime=0.55
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1369 0 0 0 55 0 0 0 15 0 12 0 9512168 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9512168 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530288 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9512168 1567014912 9911 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 1530288

[startup+12.7013 s]
/proc/loadavg: 0.97 0.98 0.99 2/118 16234
/proc/meminfo: memFree=1728860/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530476 CPUtime=13.78
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 13616 0 1 0 1371 7 0 0 18 0 12 0 9512159 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382619 12786 1418 10 0 379921 0
[pid=16222/tid=16224] ppid=16220 vsize=1530476 CPUtime=12.68
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 10596 0 1 0 1262 6 0 0 25 0 12 0 9512160 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4109496523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9512161 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9512161 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9512163 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9512163 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9512163 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9512168 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530476 CPUtime=0.52
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 583 0 0 0 52 0 0 0 15 0 12 0 9512168 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530476 CPUtime=0.56
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1369 0 0 0 56 0 0 0 15 0 12 0 9512168 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9512168 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530476 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9512168 1567207424 12786 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.78
Current children cumulated vsize (KiB) 1530476

[startup+25.5016 s]
/proc/loadavg: 0.98 0.98 0.99 2/119 16235
/proc/meminfo: memFree=1606960/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1531696 CPUtime=27.51
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 43879 0 1 0 2732 19 0 0 18 0 13 0 9512159 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382924 42947 1445 10 0 380226 0
[pid=16222/tid=16224] ppid=16220 vsize=1531696 CPUtime=25.22
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 32087 0 1 0 2508 14 0 0 25 0 13 0 9512160 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4109651060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1531696 CPUtime=0.14
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 2745 0 0 0 13 1 0 0 15 0 13 0 9512161 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1531696 CPUtime=0.13
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 3368 0 0 0 12 1 0 0 16 0 13 0 9512161 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1531696 CPUtime=0.05
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2343 0 0 0 5 0 0 0 16 0 13 0 9512163 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1531696 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9512163 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1531696 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9512163 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1531696 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9512168 1568456704 42947 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1531696 CPUtime=0.81

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

[pid=16222/tid=16228] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530580 CPUtime=0.94
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 611 0 0 0 94 0 0 0 15 0 13 0 9512168 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530580 CPUtime=1.19
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1668 0 0 0 119 0 0 0 15 0 13 0 9512168 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 9512168 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16235] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16235/stat : 16235 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9513599 1567313920 61119 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.13
Current children cumulated vsize (KiB) 1530580

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 16288
/proc/meminfo: memFree=1530452/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530580 CPUtime=1668.28
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 66542 0 1 0 166745 83 0 0 18 0 13 0 9512159 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382645 61521 1445 10 0 379947 0
[pid=16222/tid=16224] ppid=16220 vsize=1530580 CPUtime=1651.65
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 33198 0 1 0 165125 40 0 0 25 0 13 0 9512160 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4109743499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530580 CPUtime=5.17
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 12906 0 0 0 500 17 0 0 16 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530580 CPUtime=5.14
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 14048 0 0 0 495 19 0 0 16 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530580 CPUtime=4.12
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2948 0 0 0 408 4 0 0 15 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530580 CPUtime=0.94
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 611 0 0 0 94 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530580 CPUtime=1.19
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1668 0 0 0 119 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16235] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16235/stat : 16235 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9513599 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.28
Current children cumulated vsize (KiB) 1530580

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16290
/proc/meminfo: memFree=1530452/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530580 CPUtime=1728.4
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 66567 0 1 0 172756 84 0 0 18 0 13 0 9512159 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382645 61521 1445 10 0 379947 0
[pid=16222/tid=16224] ppid=16220 vsize=1530580 CPUtime=1711.15
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 33215 0 1 0 171075 40 0 0 25 0 13 0 9512160 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4109653125 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530580 CPUtime=5.37
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 12906 0 0 0 520 17 0 0 16 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530580 CPUtime=5.32
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 14048 0 0 0 512 20 0 0 15 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530580 CPUtime=4.38
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2952 0 0 0 434 4 0 0 15 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530580 CPUtime=0.94
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 611 0 0 0 94 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530580 CPUtime=1.19
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1668 0 0 0 119 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16235] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16235/stat : 16235 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9513599 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.4
Current children cumulated vsize (KiB) 1530580

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 16292
/proc/meminfo: memFree=1530204/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530580 CPUtime=1788.51
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 66589 0 1 0 178766 85 0 0 18 0 13 0 9512159 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382645 61521 1445 10 0 379947 0
[pid=16222/tid=16224] ppid=16220 vsize=1530580 CPUtime=1770.77
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 33231 0 1 0 177037 40 0 0 25 0 13 0 9512160 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4109743027 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530580 CPUtime=5.54
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 12906 0 0 0 536 18 0 0 16 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530580 CPUtime=5.49
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 14048 0 0 0 529 20 0 0 15 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530580 CPUtime=4.52
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2954 0 0 0 448 4 0 0 15 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530580 CPUtime=0.94
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 611 0 0 0 94 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530580 CPUtime=1.19
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1668 0 0 0 119 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16235] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16235/stat : 16235 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9513599 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (KiB) 1530580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16292
/proc/meminfo: memFree=1530204/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=1530580 CPUtime=1800.06
/proc/16222/stat : 16222 (java) S 16220 16222 14723 0 -1 4202496 66595 0 1 0 179920 86 0 0 18 0 13 0 9512159 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 382645 61521 1445 10 0 379947 0
[pid=16222/tid=16224] ppid=16220 vsize=1530580 CPUtime=1782.22
/proc/16222/task/16224/stat : 16224 (java) R 16220 16222 14723 0 -1 4202560 33235 0 1 0 178182 40 0 0 25 0 13 0 9512160 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4109570818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16222/tid=16225] ppid=16220 vsize=1530580 CPUtime=5.58
/proc/16222/task/16225/stat : 16225 (java) S 16220 16222 14723 0 -1 4202560 12906 0 0 0 540 18 0 0 15 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16226] ppid=16220 vsize=1530580 CPUtime=5.53
/proc/16222/task/16226/stat : 16226 (java) S 16220 16222 14723 0 -1 4202560 14048 0 0 0 533 20 0 0 16 0 13 0 9512161 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16227] ppid=16220 vsize=1530580 CPUtime=4.52
/proc/16222/task/16227/stat : 16227 (java) S 16220 16222 14723 0 -1 4202560 2956 0 0 0 448 4 0 0 15 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 0 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16228] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16228/stat : 16228 (java) S 16220 16222 14723 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16229] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16229/stat : 16229 (java) S 16220 16222 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9512163 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16230] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16230/stat : 16230 (java) S 16220 16222 14723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16231] ppid=16220 vsize=1530580 CPUtime=0.94
/proc/16222/task/16231/stat : 16231 (java) S 16220 16222 14723 0 -1 4202560 611 0 0 0 94 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16232] ppid=16220 vsize=1530580 CPUtime=1.19
/proc/16222/task/16232/stat : 16232 (java) S 16220 16222 14723 0 -1 4202560 1668 0 0 0 119 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
[pid=16222/tid=16233] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16233/stat : 16233 (java) S 16220 16222 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16234] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16234/stat : 16234 (java) S 16220 16222 14723 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 9512168 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 0 0 0 0
[pid=16222/tid=16235] ppid=16220 vsize=1530580 CPUtime=0
/proc/16222/task/16235/stat : 16235 (java) S 16220 16222 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9513599 1567313920 61521 1992294400 134512640 134550932 4288135296 18446744073709551615 4294960144 0 4 0 16800975 18446604437804065088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1530580

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

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

[startup+1793.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16292
/proc/meminfo: memFree=1530204/2059040 swapFree=4164944/4192956
[pid=16222] ppid=16220 vsize=0 CPUtime=1800.23
/proc/16222/stat : 16222 (java) Z 16220 16222 14723 0 -1 4203548 66616 0 1 0 179935 88 0 0 17 0 2 0 9512159 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16222/statm: 0 0 0 0 0 0 0
[pid=16222/tid=16235] ppid=16220 vsize=0 CPUtime=0.01
/proc/16222/task/16235/stat : 16235 (java) R 16220 16222 14723 0 -1 4203588 4 0 0 0 0 1 0 0 18 0 2 0 9513599 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.93
CPU time (s): 1800.25
CPU user time (s): 1799.36
CPU system time (s): 0.889864
CPU usage (%): 100.353
Max. virtual memory (cumulated for all children) (KiB): 1531696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.889864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66616
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= 42906
involuntary context switches= 28291

runsolver used 3.58645 second user time and 9.60854 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 11:56:08
IDJOB=2658240
IDBENCH=48359
IDSOLVER=1164
FILE ID=node029/2658240-1276682168
PBS_JOBID= 11172532
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658240-1276682168/watcher-2658240-1276682168 -o /tmp/evaluation-result-2658240-1276682168/solver-2658240-1276682168 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658240-1276682168.opb

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=1935794336

node029.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.221
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.44
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.221
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:       1774300 kB
Buffers:         75464 kB
Cached:         108520 kB
SwapCached:       1508 kB
Active:          98032 kB
Inactive:       120036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1774300 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             492 kB
Writeback:           4 kB
AnonPages:       32580 kB
Mapped:          15232 kB
Slab:            44828 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182328 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 node029 at 2010-06-16 12:26:03