Trace number 277292

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, and are wall clock time (not CPU 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
AbsconMax 109 EPFCMSAT (TO) 2400.1 2402.04

General information on the benchmark

Nametaillard/
os-taillard-4/os-taillard-4-95-8.xml
MD5SUM1710571c9fbceaa3ebf9e7e0cbee2df2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints45
Best CPU time to get the best result obtained on this benchmark2400.09
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size238
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.34	     name=/tmp/evaluation/277292-1169265615/unknown.xml
0.37	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=16  nbDomainTypes=16  minDomainSize=154  maxDomainSize=238
0.42	       =>  wckTime=0.099  cpuTime=0.08  mem=6M887
0.42	   
0.42	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.97	     nbConstraints=48  nbConvertedConstraints=48  nbConvertConstraintsChecks=1718968  nbExtensionStructures=48
0.97	     nbSharedExtensionStructures=0  nbConflictsStructures=48  nbSharedConflictsStructures=0
0.97	     nbSharedBinaryRepresentations=9607  maxDegree=6  maxArity=2
0.97	       =>  wckTime=0.668  cpuTime=0.62  mem=9M813
1.01	   
1.01	   solver LocalSearchSolver being built... 
1.05	       =>  wckTime=0.747  cpuTime=0.66  mem=6M38
1.06	
1.06	s SATISFIABLE
1.06	o 23
1.06	c 25
1.06	o 27
1.06	c 21
1.06	o 29
1.06	c 19
1.07	o 32
1.07	c 16
1.07	o 34
1.07	c 14
1.07	o 35
1.07	c 13
1.07	o 37
1.07	c 11
1.07	o 38
1.07	c 10
1.07	o 39
1.07	c 9
1.07	o 40
1.07	c 8
1.08	o 41
1.08	c 7
1.08	o 42
1.08	c 6
1.10	o 43
1.10	c 5
1.11	o 44
1.11	c 4
2.71	o 45
2.71	c 3
8.04	   
8.04	   search
8.04	     run=0  nbConstraintChecks=66786920  nbAssignments=10000
8.04	       =>  wckTime=6.99  cpuTime=6.96  mem=6M38
15.35	   
15.35	   search
15.35	     run=1  nbConstraintChecks=136418656  nbAssignments=20000
15.35	       =>  wckTime=14.301  cpuTime=14.25  mem=6M38
22.72	   
22.72	   search
22.72	     run=2  nbConstraintChecks=206606017  nbAssignments=30000
22.72	       =>  wckTime=21.669  cpuTime=21.61  mem=6M38
29.84	   
29.84	   search
29.84	     run=3  nbConstraintChecks=274006703  nbAssignments=40000
29.84	       =>  wckTime=28.785  cpuTime=28.72  mem=6M38
32.76	   
32.76	   search
32.76	     run=4  nbConstraintChecks=301712430  nbAssignments=44383
32.76	       =>  wckTime=31.713  cpuTime=31.65  mem=6M38
32.77	   
32.77	   global
32.77	     nbConstraintChecks=301712430  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.77	     solvingWckTime=31.711  solvingCpuTime=31.65  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.77	     globalCpuTime=32.37
32.77	       =>  wckTime=32.461  cpuTime=32.31  mem=6M38
32.77	   
32.77	   solver IterativeSystematicSolver being built... 
32.89	       =>  wckTime=32.587  cpuTime=32.4  mem=15M945
32.95	   
32.95	   preprocessing
32.95	     nbConstraintChecks=188686  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
32.95	     detectedInconsistency=no
32.95	       =>  wckTime=0.059  cpuTime=0.04  mem=15M945
33.64	   
33.64	   search
33.64	     run=0  nbConstraintChecks=9287161  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=517
33.64	     nbFailedAssignments=499  nbBacktracks=10  nbVisitedNodes=1027  nbRestartNogoods=0
33.64	       =>  wckTime=0.751  cpuTime=0.72  mem=16M953
34.24	   
34.24	   search
34.24	     run=1  nbConstraintChecks=16447719  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=884
34.24	     nbFailedAssignments=846  nbBacktracks=25  nbVisitedNodes=1756  nbRestartNogoods=162
34.24	       =>  wckTime=1.347  cpuTime=1.31  mem=16M953
35.91	   
35.91	   search
35.91	     run=2  nbConstraintChecks=37387101  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1989
35.91	     nbFailedAssignments=1923  nbBacktracks=47  nbVisitedNodes=3960  nbRestartNogoods=166
35.91	       =>  wckTime=3.013  cpuTime=2.95  mem=16M953
38.59	   
38.59	   search
38.59	     run=3  nbConstraintChecks=69291036  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3447
38.59	     nbFailedAssignments=3344  nbBacktracks=80  nbVisitedNodes=6872  nbRestartNogoods=211
38.59	       =>  wckTime=5.699  cpuTime=5.63  mem=16M953
44.99	   
44.99	   search
44.99	     run=4  nbConstraintChecks=156026009  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7306
44.99	     nbFailedAssignments=7149  nbBacktracks=130  nbVisitedNodes=14586  nbRestartNogoods=257
44.99	       =>  wckTime=12.1  cpuTime=12.03  mem=16M953
51.75	   
51.75	   search
51.75	     run=5  nbConstraintChecks=236145820  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11137
51.75	     nbFailedAssignments=10901  nbBacktracks=205  nbVisitedNodes=22244  nbRestartNogoods=325
51.75	       =>  wckTime=18.858  cpuTime=18.77  mem=16M953
56.12	   
56.12	   search
56.12	     run=6  nbConstraintChecks=289585930  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13475
56.12	     nbFailedAssignments=13119  nbBacktracks=318  nbVisitedNodes=26911  nbRestartNogoods=377
56.12	       =>  wckTime=23.232  cpuTime=23.14  mem=16M953
62.46	   
62.46	   search
62.46	     run=7  nbConstraintChecks=366336438  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17312
62.46	     nbFailedAssignments=16779  nbBacktracks=488  nbVisitedNodes=34578  nbRestartNogoods=408
62.46	       =>  wckTime=29.57  cpuTime=29.45  mem=16M953
71.68	   
71.68	   search
71.68	     run=8  nbConstraintChecks=475071141  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23095
71.68	     nbFailedAssignments=22301  nbBacktracks=744  nbVisitedNodes=46139  nbRestartNogoods=440
71.68	       =>  wckTime=38.788  cpuTime=38.65  mem=16M953
93.65	   
93.65	   search
93.65	     run=9  nbConstraintChecks=760358470  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36093
93.65	     nbFailedAssignments=34909  nbBacktracks=1128  nbVisitedNodes=72129  nbRestartNogoods=461
93.65	       =>  wckTime=60.761  cpuTime=60.6  mem=16M953
123.28	   
123.28	   search
123.28	     run=10  nbConstraintChecks=1106885622  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=52754
123.28	     nbFailedAssignments=50987  nbBacktracks=1704  nbVisitedNodes=105401  nbRestartNogoods=479
123.28	       =>  wckTime=90.385  cpuTime=90.17  mem=16M953
157.71	   
157.71	   search
157.71	     run=11  nbConstraintChecks=1517204531  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=71497
157.71	     nbFailedAssignments=68859  nbBacktracks=2568  nbVisitedNodes=142715  nbRestartNogoods=566
157.71	       =>  wckTime=124.816  cpuTime=124.58  mem=16M953
193.29	   
193.29	   search
193.29	     run=12  nbConstraintChecks=1933192135  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=87680
193.29	     nbFailedAssignments=83740  nbBacktracks=3865  nbVisitedNodes=175037  nbRestartNogoods=732
193.29	       =>  wckTime=160.403  cpuTime=160.15  mem=16M953
232.53	   
232.53	   search
232.53	     run=13  nbConstraintChecks=2366541851  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=109491
232.53	     nbFailedAssignments=103598  nbBacktracks=5811  nbVisitedNodes=218528  nbRestartNogoods=807
232.53	       =>  wckTime=199.634  cpuTime=199.35  mem=16M953
321.48	   
321.49	   search
321.49	     run=14  nbConstraintChecks=3414550873  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=163961
321.49	     nbFailedAssignments=155144  nbBacktracks=8730  nbVisitedNodes=327417  nbRestartNogoods=885
321.49	       =>  wckTime=288.593  cpuTime=288.23  mem=16M953
403.99	   
403.99	   search
403.99	     run=15  nbConstraintChecks=4455511378  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=214157
403.99	     nbFailedAssignments=200957  nbBacktracks=13109  nbVisitedNodes=427799  nbRestartNogoods=946
403.99	       =>  wckTime=371.096  cpuTime=370.67  mem=16M953
550.90	   
550.90	   search
550.90	     run=16  nbConstraintChecks=6389585432  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=314009
550.90	     nbFailedAssignments=294236  nbBacktracks=19677  nbVisitedNodes=626224  nbRestartNogoods=1135
550.90	       =>  wckTime=518.008  cpuTime=517.48  mem=16M953
1028.51	   
1028.51	   search
1028.51	     run=17  nbConstraintChecks=11154485482  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=542613
1028.51	     nbFailedAssignments=512983  nbBacktracks=29529  nbVisitedNodes=1083201  nbRestartNogoods=1181
1028.51	       =>  wckTime=995.618  cpuTime=994.75  mem=16M953
1487.15	   
1487.15	   search
1487.15	     run=18  nbConstraintChecks=16685598779  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=824857
1487.15	     nbFailedAssignments=780443  nbBacktracks=44307  nbVisitedNodes=1647157  nbRestartNogoods=1321
1487.15	       =>  wckTime=1454.259  cpuTime=1453.07  mem=16M953
2214.28	   
2214.28	   search
2214.28	     run=19  nbConstraintChecks=25249127567  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2214.28	     nbAssignments=1223947  nbFailedAssignments=1157361  nbBacktracks=66475  nbVisitedNodes=2444887
2214.28	     nbRestartNogoods=1494
2214.28	       =>  wckTime=2181.391  cpuTime=2179.58  mem=16M953
2402.03	v 64 3 177 115 13 82 145 166 177 50 1 145 104 0 73 166 

Verifier Data (download as text)

3 unsatisfied constraints, 45 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node16/watcher-277292-1169265615 -o ROOT/results/node16/solver-277292-1169265615 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277292-1169265615/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 1.23 1.62 4/81 24402
/proc/meminfo: memFree=1202968/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=172 CPUtime=0
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 274956315 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/24401/statm: 43 24 18 14 0 3 0

[startup+0.104515 s]
/proc/loadavg: 0.92 1.23 1.62 4/81 24402
/proc/meminfo: memFree=1202968/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=914988 CPUtime=0.08
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 3019 0 1 0 7 1 0 0 16 0 8 0 274956315 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072943158 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24401/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512443 s]
/proc/loadavg: 0.92 1.23 1.62 4/81 24402
/proc/meminfo: memFree=1202968/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=0.49
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 6457 0 1 0 45 4 0 0 18 0 8 0 274956315 937435136 6196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073586889 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 6196 2170 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.33328 s]
/proc/loadavg: 0.92 1.23 1.62 3/100 24454
/proc/meminfo: memFree=1164152/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=1.31
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 7513 0 1 0 124 7 0 0 25 0 8 0 274956315 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073637539 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 7251 2499 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 286 0 0 0 2 0 0 0 17 0 8 0 274956318 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.1
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 319 0 0 0 10 0 0 0 16 0 8 0 274956322 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 7251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.96997 s]
/proc/loadavg: 0.92 1.23 1.62 3/100 24454
/proc/meminfo: memFree=1162040/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2.95
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 7517 0 1 0 279 16 0 0 25 0 8 0 274956315 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073637446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 7254 2499 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 286 0 0 0 2 0 0 0 17 0 8 0 274956318 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.11
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 322 0 0 0 11 0 0 0 16 0 8 0 274956322 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915468 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937439232 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.26136 s]
/proc/loadavg: 1.01 1.24 1.63 3/100 24454
/proc/meminfo: memFree=1161912/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=6.24
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 7517 0 1 0 591 33 0 0 25 0 8 0 274956315 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 7254 2499 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 286 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.11
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 322 0 0 0 11 0 0 0 16 0 8 0 274956322 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 7254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915464

[startup+12.7351 s]
/proc/loadavg: 1.09 1.25 1.63 3/100 24454
/proc/meminfo: memFree=1161856/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=12.7
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 7521 0 1 0 1204 66 0 0 25 0 8 0 274956315 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073637478 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 7258 2499 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 286 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.11
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915464

[startup+25.6017 s]
/proc/loadavg: 1.29 1.29 1.63 5/100 24454
/proc/meminfo: memFree=1161920/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=25.54
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 7521 0 1 0 2426 128 0 0 25 0 8 0 274956315 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073638988 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 7258 2499 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 286 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.11
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 7258 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915464

[startup+51.204 s]
/proc/loadavg: 1.53 1.34 1.64 3/106 24518
/proc/meminfo: memFree=1148664/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=51.13
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9080 0 1 0 4940 173 0 0 25 0 8 0 274956315 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073774196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8810 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.21
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 381 0 0 0 20 1 0 0 17 0 8 0 274956322 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 915464

[startup+102.423 s]
/proc/loadavg: 1.79 1.44 1.66 3/106 24622
/proc/meminfo: memFree=1148616/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=102.26
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9096 0 1 0 10049 177 0 0 25 0 8 0 274956315 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073635851 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8823 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 382 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 915464

[startup+162.47 s]
/proc/loadavg: 2.00 1.56 1.68 3/100 24652
/proc/meminfo: memFree=1149632/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=162.23
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9107 0 1 0 16044 179 0 0 25 0 8 0 274956315 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751648 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2021.91
Current children cumulated vsize (KiB) 915464

[startup+2083.62 s]
/proc/loadavg: 2.05 2.01 1.92 3/100 24654
/proc/meminfo: memFree=1149376/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2081.92
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9131 0 1 0 208011 181 0 0 25 0 8 0 274956315 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751648 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8857 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2081.92
Current children cumulated vsize (KiB) 915464

[startup+2143.66 s]
/proc/loadavg: 2.06 2.02 1.93 3/100 24654
/proc/meminfo: memFree=1149376/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2141.89
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9131 0 1 0 214008 181 0 0 25 0 8 0 274956315 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751503 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8857 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2141.89
Current children cumulated vsize (KiB) 915464

[startup+2203.7 s]
/proc/loadavg: 2.02 2.02 1.93 3/100 24654
/proc/meminfo: memFree=1149440/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2201.89
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9131 0 1 0 220008 181 0 0 25 0 8 0 274956315 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073755809 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8857 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2201.89
Current children cumulated vsize (KiB) 915464

[startup+2263.74 s]
/proc/loadavg: 2.00 2.01 1.93 3/100 24654
/proc/meminfo: memFree=1149376/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2261.9
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9134 0 1 0 226008 182 0 0 25 0 8 0 274956315 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073818118 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8860 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2261.9
Current children cumulated vsize (KiB) 915464

[startup+2323.77 s]
/proc/loadavg: 2.00 2.01 1.93 4/100 24654
/proc/meminfo: memFree=1149376/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2321.88
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9134 0 1 0 232006 182 0 0 25 0 8 0 274956315 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073635831 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8860 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2321.88
Current children cumulated vsize (KiB) 915464

[startup+2383.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24654
/proc/meminfo: memFree=1149376/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2381.89
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9135 0 1 0 238007 182 0 0 25 0 8 0 274956315 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073635851 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8861 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2381.89
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.02 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24654
/proc/meminfo: memFree=1149376/2055920 swapFree=4191880/4192956
[pid=24401] ppid=24399 vsize=915464 CPUtime=2400.07
/proc/24401/stat : 24401 (java) R 24399 24401 24301 0 -1 0 9135 0 1 0 239825 182 0 0 25 0 8 0 274956315 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817250 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24401/statm: 228866 8861 2549 14 0 215336 0
[pid=24401/tid=24403] ppid=24399 vsize=915464 CPUtime=0.02
/proc/24401/task/24403/stat : 24403 (java) S 24399 24401 24301 0 -1 64 287 0 0 0 2 0 0 0 16 0 8 0 274956318 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24404] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24404/stat : 24404 (java) S 24399 24401 24301 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24405] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24405/stat : 24405 (java) S 24399 24401 24301 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274956319 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24406] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24406/stat : 24406 (java) S 24399 24401 24301 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24407] ppid=24399 vsize=915464 CPUtime=0.22
/proc/24401/task/24407/stat : 24407 (java) S 24399 24401 24301 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24408] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24408/stat : 24408 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24401/tid=24409] ppid=24399 vsize=915464 CPUtime=0
/proc/24401/task/24409/stat : 24409 (java) S 24399 24401 24301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274956322 937435136 8861 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 2402.04
CPU time (s): 2400.1
CPU user time (s): 2398.27
CPU system time (s): 1.82772
CPU usage (%): 99.919
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.27
system time used= 1.82772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9162
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= 49740
involuntary context switches= 67390

runsolver used 2.92955 s user time and 7.70683 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 20 04:00:15 UTC 2007


IDJOB= 277292
IDBENCH= 6561
IDSOLVER= 68
FILE ID= node16/277292-1169265615

PBS_JOBID= 3607298

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-4/os-taillard-4-95-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277292-1169265615/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-277292-1169265615 -o ROOT/results/node16/solver-277292-1169265615 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277292-1169265615/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1710571c9fbceaa3ebf9e7e0cbee2df2

RANDOM SEED= 385378161

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.220
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.220
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1203512 kB
Buffers:         53704 kB
Cached:         675124 kB
SwapCached:        268 kB
Active:         293732 kB
Inactive:       483016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1203512 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          66336 kB
Slab:            60796 kB
Committed_AS:  7575240 kB
PageTables:       2192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node16 on Sat Jan 20 04:40:17 UTC 2007