Trace number 280397

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 PFCMSAT (TO) 2400.04 2401.01

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-2_ext.xml
MD5SUM545fe723477775d9ecb184b6880d6072
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints2
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
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.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=pfc.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/280397-1169305545/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.38	       =>  wckTime=0.093  cpuTime=0.08  mem=6M910
0.38	   
0.38	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.68	     nbConstraints=5  nbRelationTypes=5  nbDisconnectedVariables=2  nbExtensionStructures=5
0.68	     nbSharedExtensionStructures=0  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=5
0.68	     maxArity=10
0.68	       =>  wckTime=0.39  cpuTime=0.35  mem=37M861
0.74	   
0.74	   solver LocalSearchSolver being built... 
0.78	       =>  wckTime=0.493  cpuTime=0.39  mem=10M983
0.78	
0.78	s SATISFIABLE
0.78	o 0
0.78	c 5
2.91	o 1
2.91	c 4
6.14	   
6.14	   search
6.14	     run=0  nbConstraintChecks=4339262  nbAssignments=10000
6.14	       =>  wckTime=5.36  cpuTime=5.34  mem=10M983
11.42	   
11.42	   search
11.42	     run=1  nbConstraintChecks=8703267  nbAssignments=20000
11.42	       =>  wckTime=10.643  cpuTime=10.62  mem=10M983
16.60	   
16.60	   search
16.60	     run=2  nbConstraintChecks=13035078  nbAssignments=30000
16.60	       =>  wckTime=15.827  cpuTime=15.8  mem=10M983
21.53	   
21.53	   search
21.53	     run=3  nbConstraintChecks=17129989  nbAssignments=40000
21.53	       =>  wckTime=20.755  cpuTime=20.73  mem=10M983
26.83	   
26.83	   search
26.83	     run=4  nbConstraintChecks=21492432  nbAssignments=50000
26.83	       =>  wckTime=26.052  cpuTime=26.0  mem=10M983
31.62	   
31.62	   search
31.62	     run=5  nbConstraintChecks=25524941  nbAssignments=60000
31.62	       =>  wckTime=30.842  cpuTime=30.78  mem=10M983
32.95	   
32.95	   search
32.95	     run=6  nbConstraintChecks=26631323  nbAssignments=62613
32.95	       =>  wckTime=32.176  cpuTime=32.12  mem=10M983
32.96	   
32.96	   global
32.96	     nbConstraintChecks=26631323  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.96	     solvingWckTime=32.176  solvingCpuTime=32.12  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.96	     globalCpuTime=32.56
32.96	       =>  wckTime=32.671  cpuTime=32.51  mem=10M983
32.96	   
32.96	   solver IterativeSystematicSolver being built... 
33.08	       =>  wckTime=32.799  cpuTime=32.61  mem=21M664
33.09	   
33.09	   preprocessing
33.09	     nbConstraintChecks=182  nbValidityChecks=500  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.09	     nbRemovedValues=0  detectedInconsistency=no
33.09	       =>  wckTime=0.0070  cpuTime=0.01  mem=21M664
33.17	o 2
33.17	c 3
33.18	   
33.18	   search
33.18	     run=0  nbConstraintChecks=51682  nbValidityChecks=58982  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.18	     nbAssignments=30  nbFailedAssignments=6  nbBacktracks=20  nbVisitedNodes=44  nbRestartNogoods=0
33.18	       =>  wckTime=0.095  cpuTime=0.08  mem=22M620
33.37	   
33.37	   search
33.37	     run=1  nbConstraintChecks=204662  nbValidityChecks=238130  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.37	     nbAssignments=82  nbFailedAssignments=37  nbBacktracks=35  nbVisitedNodes=131  nbRestartNogoods=1
33.37	       =>  wckTime=0.283  cpuTime=0.26  mem=22M620
33.44	   
33.44	   search
33.44	     run=2  nbConstraintChecks=242726  nbValidityChecks=310855  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.44	     nbAssignments=147  nbFailedAssignments=75  nbBacktracks=58  nbVisitedNodes=248  nbRestartNogoods=12
33.44	       =>  wckTime=0.353  cpuTime=0.32  mem=22M620
33.99	   
33.99	   search
33.99	     run=3  nbConstraintChecks=741786  nbValidityChecks=863493  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.99	     nbAssignments=248  nbFailedAssignments=139  nbBacktracks=91  nbVisitedNodes=433  nbRestartNogoods=13
33.99	       =>  wckTime=0.91  cpuTime=0.87  mem=22M620
34.32	   
34.32	   search
34.32	     run=4  nbConstraintChecks=1025779  nbValidityChecks=1216586  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.32	     nbAssignments=383  nbFailedAssignments=220  nbBacktracks=141  nbVisitedNodes=683  nbRestartNogoods=14
34.32	       =>  wckTime=1.234  cpuTime=1.18  mem=22M620
34.58	   
34.58	   search
34.58	     run=5  nbConstraintChecks=1237587  nbValidityChecks=1517326  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.58	     nbAssignments=563  nbFailedAssignments=319  nbBacktracks=216  nbVisitedNodes=986  nbRestartNogoods=22
34.58	       =>  wckTime=1.492  cpuTime=1.44  mem=22M620
35.24	   
35.24	   search
35.24	     run=6  nbConstraintChecks=1828622  nbValidityChecks=2250252  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.24	     nbAssignments=863  nbFailedAssignments=501  nbBacktracks=329  nbVisitedNodes=1509  nbRestartNogoods=36
35.24	       =>  wckTime=2.155  cpuTime=2.1  mem=22M620
36.36	   
36.36	   search
36.36	     run=7  nbConstraintChecks=2754905  nbValidityChecks=3430025  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.36	     nbAssignments=1337  nbFailedAssignments=798  nbBacktracks=499  nbVisitedNodes=2371  nbRestartNogoods=45
36.36	       =>  wckTime=3.274  cpuTime=3.21  mem=22M620
38.49	   
38.49	   search
38.49	     run=8  nbConstraintChecks=4671032  nbValidityChecks=5714405  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.49	     nbAssignments=2053  nbFailedAssignments=1252  nbBacktracks=755  nbVisitedNodes=3668  nbRestartNogoods=55
38.49	       =>  wckTime=5.403  cpuTime=5.32  mem=22M620
39.87	   
39.87	   search
39.87	     run=9  nbConstraintChecks=5843969  nbValidityChecks=7381833  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.87	     nbAssignments=3010  nbFailedAssignments=1819  nbBacktracks=1141  nbVisitedNodes=5417  nbRestartNogoods=61
39.87	       =>  wckTime=6.786  cpuTime=6.7  mem=22M620
46.79	   
46.79	   search
46.79	     run=10  nbConstraintChecks=11897563  nbValidityChecks=14343154  nbPropagations=0  nbRevisions=0
46.79	     nbUselessRevisions=0  nbAssignments=4672  nbFailedAssignments=2901  nbBacktracks=1717  nbVisitedNodes=8534
46.79	     nbRestartNogoods=67
46.79	       =>  wckTime=13.703  cpuTime=13.61  mem=22M620
50.29	   
50.29	   search
50.29	     run=11  nbConstraintChecks=14926679  nbValidityChecks=18545080  nbPropagations=0  nbRevisions=0
50.29	     nbUselessRevisions=0  nbAssignments=6976  nbFailedAssignments=4336  nbBacktracks=2582  nbVisitedNodes=12589
50.29	     nbRestartNogoods=72
50.29	       =>  wckTime=17.204  cpuTime=17.11  mem=22M620
59.13	   
59.13	   search
59.13	     run=12  nbConstraintChecks=22673958  nbValidityChecks=28104962  nbPropagations=0  nbRevisions=0
59.13	     nbUselessRevisions=0  nbAssignments=10482  nbFailedAssignments=6542  nbBacktracks=3880  nbVisitedNodes=19054
59.13	     nbRestartNogoods=78
59.13	       =>  wckTime=26.044  cpuTime=25.95  mem=22M620
69.52	   
69.52	   search
69.52	     run=13  nbConstraintChecks=32227043  nbValidityChecks=40225423  nbPropagations=0  nbRevisions=0
69.52	     nbUselessRevisions=0  nbAssignments=15411  nbFailedAssignments=9519  nbBacktracks=5826  nbVisitedNodes=27910
69.52	     nbRestartNogoods=79
69.52	       =>  wckTime=36.436  cpuTime=36.34  mem=22M620
92.28	   
92.28	   search
92.28	     run=14  nbConstraintChecks=51564222  nbValidityChecks=63712798  nbPropagations=0  nbRevisions=0
92.28	     nbUselessRevisions=0  nbAssignments=23220  nbFailedAssignments=14401  nbBacktracks=8746  nbVisitedNodes=42206
92.28	     nbRestartNogoods=94
92.28	       =>  wckTime=59.191  cpuTime=59.05  mem=22M620
108.76	   
108.76	   search
108.76	     run=15  nbConstraintChecks=66099920  nbValidityChecks=83811140  nbPropagations=0  nbRevisions=0
108.76	     nbUselessRevisions=0  nbAssignments=34192  nbFailedAssignments=20987  nbBacktracks=13124  nbVisitedNodes=61547
108.76	     nbRestartNogoods=111
108.76	       =>  wckTime=75.672  cpuTime=75.53  mem=22M620
155.62	   
155.62	   search
155.62	     run=16  nbConstraintChecks=107404359  nbValidityChecks=133248226  nbPropagations=0  nbRevisions=0
155.62	     nbUselessRevisions=0  nbAssignments=50184  nbFailedAssignments=30401  nbBacktracks=19694  nbVisitedNodes=89960
155.62	     nbRestartNogoods=126
155.62	       =>  wckTime=122.535  cpuTime=122.34  mem=22M620
193.75	   
193.76	   search
193.76	     run=17  nbConstraintChecks=140732774  nbValidityChecks=178024058  nbPropagations=0  nbRevisions=0
193.76	     nbUselessRevisions=0  nbAssignments=73147  nbFailedAssignments=43506  nbBacktracks=29546  nbVisitedNodes=130442
193.76	     nbRestartNogoods=164
193.76	       =>  wckTime=160.67  cpuTime=160.43  mem=22M620
277.99	   
277.99	   search
277.99	     run=18  nbConstraintChecks=214872451  nbValidityChecks=271868144  nbPropagations=0  nbRevisions=0
277.99	     nbUselessRevisions=0  nbAssignments=111019  nbFailedAssignments=66595  nbBacktracks=44324  nbVisitedNodes=198850
277.99	     nbRestartNogoods=185
277.99	       =>  wckTime=244.902  cpuTime=244.6  mem=22M620
393.77	   
393.77	   search
393.77	     run=19  nbConstraintChecks=315217320  nbValidityChecks=399179848  nbPropagations=0  nbRevisions=0
393.77	     nbUselessRevisions=0  nbAssignments=164316  nbFailedAssignments=97717  nbBacktracks=66493  nbVisitedNodes=294555
393.77	     nbRestartNogoods=216
393.77	       =>  wckTime=360.685  cpuTime=360.35  mem=22M620
606.04	   
606.04	   search
606.04	     run=20  nbConstraintChecks=505551142  nbValidityChecks=633497072  nbPropagations=0  nbRevisions=0
606.04	     nbUselessRevisions=0  nbAssignments=251095  nbFailedAssignments=151240  nbBacktracks=99745  nbVisitedNodes=448978
606.04	     nbRestartNogoods=231
606.04	       =>  wckTime=572.955  cpuTime=572.55  mem=22M620
868.27	   
868.27	   search
868.27	     run=21  nbConstraintChecks=737024156  nbValidityChecks=934599023  nbPropagations=0  nbRevisions=0
868.28	     nbUselessRevisions=0  nbAssignments=385263  nbFailedAssignments=235522  nbBacktracks=149624  nbVisitedNodes=695132
868.28	     nbRestartNogoods=248
868.28	       =>  wckTime=835.19  cpuTime=834.69  mem=22M620
1235.26	   
1235.26	   search
1235.26	     run=22  nbConstraintChecks=1044080691  nbValidityChecks=1335427289  nbPropagations=0  nbRevisions=0
1235.26	     nbUselessRevisions=0  nbAssignments=572841  nbFailedAssignments=348277  nbBacktracks=224442  nbVisitedNodes=1027337
1235.26	     nbRestartNogoods=264
1235.26	       =>  wckTime=1202.178  cpuTime=1201.55  mem=22M620
1902.35	   
1902.35	   search
1902.35	     run=23  nbConstraintChecks=1661823795  nbValidityChecks=2094942202  nbPropagations=0  nbRevisions=0
1902.35	     nbUselessRevisions=0  nbAssignments=855422  nbFailedAssignments=518624  nbBacktracks=336671  nbVisitedNodes=1535668
1902.35	     nbRestartNogoods=275
1902.35	       =>  wckTime=1869.264  cpuTime=1868.42  mem=22M620
2400.99	v 4 0 0 0 0 0 0 0 9 3 2 3 6 9 5 4 1 0 2 0 

Verifier Data (download as text)

3 unsatisfied constraints, 2 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/node71/watcher-280397-1169305545 -o ROOT/results/node71/solver-280397-1169305545 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280397-1169305545/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: 1.01 1.01 1.00 4/80 489
/proc/meminfo: memFree=1228768/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=1788 CPUtime=0
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 368 0 0 0 0 0 0 0 18 0 1 0 78051458 1830912 158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/488/statm: 446 159 124 14 0 91 0

[startup+0.10809 s]
/proc/loadavg: 1.01 1.01 1.00 4/80 489
/proc/meminfo: memFree=1228768/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=914988 CPUtime=0.1
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 3133 0 1 0 9 1 0 0 22 0 8 0 78051458 936947712 2879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153604294 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228747 2879 1474 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.516106 s]
/proc/loadavg: 1.01 1.01 1.00 4/80 489
/proc/meminfo: memFree=1228768/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=0.5
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 9012 0 1 0 46 4 0 0 25 0 8 0 78051458 937299968 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 8751 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33822 s]
/proc/loadavg: 1.09 1.02 1.01 3/87 496
/proc/meminfo: memFree=1176680/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=1.33
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15686 0 1 0 121 12 0 0 25 0 8 0 78051458 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073631034 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228834 15424 2477 14 0 215304 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1535 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.09
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 318 0 0 0 9 0 0 0 16 0 8 0 78051465 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915332

[startup+2.99045 s]
/proc/loadavg: 1.09 1.02 1.01 3/87 496
/proc/meminfo: memFree=1176680/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2.98
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15690 0 1 0 275 23 0 0 25 0 8 0 78051458 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073595986 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15427 2477 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1535 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.09
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 321 0 0 0 9 0 0 0 16 0 8 0 78051465 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 915332

[startup+6.2819 s]
/proc/loadavg: 1.09 1.02 1.01 3/87 496
/proc/meminfo: memFree=1176696/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=6.27
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15694 0 1 0 580 47 0 0 25 0 8 0 78051458 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7530648 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15431 2477 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1535 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.1
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 325 0 0 0 10 0 0 0 16 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915336 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937304064 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 915332

[startup+12.7688 s]
/proc/loadavg: 1.23 1.05 1.02 3/87 496
/proc/meminfo: memFree=1176704/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=12.76
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15694 0 1 0 1182 94 0 0 25 0 8 0 78051458 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15431 2477 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1535 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.1
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 325 0 0 0 10 0 0 0 16 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 915332

[startup+25.6066 s]
/proc/loadavg: 1.35 1.09 1.02 3/87 496
/proc/meminfo: memFree=1176896/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=25.59
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15694 0 1 0 2368 191 0 0 25 0 8 0 78051458 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15431 2477 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1535 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.1
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 325 0 0 0 10 0 0 0 16 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 915332

[startup+51.2301 s]
/proc/loadavg: 1.63 1.17 1.05 3/87 496
/proc/meminfo: memFree=1176320/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=51.17
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15859 0 1 0 4863 254 0 0 25 0 8 0 78051458 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752079 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15589 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 386 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 915332

[startup+102.456 s]
/proc/loadavg: 1.85 1.31 1.11 3/87 496
/proc/meminfo: memFree=1176256/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=102.35
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15861 0 1 0 9981 254 0 0 25 0 8 0 78051458 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752128 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15589 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 386 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 915332

[startup+162.537 s]
/proc/loadavg: 2.02 1.46 1.17 3/87 496
/proc/meminfo: memFree=1176256/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=162.36
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15861 0 1 0 15982 254 0 0 25 0 8 0 78051458 937299968 15589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754106 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2022.1
Current children cumulated vsize (KiB) 915332

[startup+2082.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 688
/proc/meminfo: memFree=1236232/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2082.09
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15863 0 1 0 207949 260 0 0 25 0 8 0 78051458 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749999 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15591 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2082.09
Current children cumulated vsize (KiB) 915332

[startup+2142.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 688
/proc/meminfo: memFree=1236168/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2142.07
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15863 0 1 0 213947 260 0 0 25 0 8 0 78051458 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15591 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2142.07
Current children cumulated vsize (KiB) 915332

[startup+2202.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 688
/proc/meminfo: memFree=1236168/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2202.06
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15863 0 1 0 219946 260 0 0 25 0 8 0 78051458 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15591 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2202.06
Current children cumulated vsize (KiB) 915332

[startup+2262.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 688
/proc/meminfo: memFree=1236232/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2262.05
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15863 0 1 0 225945 260 0 0 25 0 8 0 78051458 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073776394 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15591 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2262.05
Current children cumulated vsize (KiB) 915332

[startup+2323 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 688
/proc/meminfo: memFree=1236168/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2322.04
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15863 0 1 0 231943 261 0 0 25 0 8 0 78051458 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600932 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15591 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2322.04
Current children cumulated vsize (KiB) 915332

[startup+2383 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 688
/proc/meminfo: memFree=1236168/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2382.04
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15863 0 1 0 237943 261 0 0 25 0 8 0 78051458 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630047 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15591 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2382.04
Current children cumulated vsize (KiB) 915332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 688
/proc/meminfo: memFree=1236168/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=915332 CPUtime=2400.01
/proc/488/stat : 488 (java) R 486 488 32437 0 -1 0 15863 0 1 0 239740 261 0 0 25 0 8 0 78051458 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600964 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/488/statm: 228833 15591 2530 14 0 215303 0
[pid=488/tid=490] ppid=486 vsize=915332 CPUtime=0.04
/proc/488/task/490/stat : 490 (java) S 486 488 32437 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78051461 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=491] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 32437 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=492] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 32437 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78051462 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=493] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=494] ppid=486 vsize=915332 CPUtime=0.2
/proc/488/task/494/stat : 494 (java) S 486 488 32437 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=495] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/495/stat : 495 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=488/tid=496] ppid=486 vsize=915332 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 32437 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78051465 937299968 15591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 915332

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

Child status: 143
Real time (s): 2401.01
CPU time (s): 2400.04
CPU user time (s): 2397.42
CPU system time (s): 2.6246
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 915336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.42
system time used= 2.6246
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15882
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= 49584
involuntary context switches= 61885

runsolver used 2.58661 s user time and 6.13007 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Sat Jan 20 15:05:46 UTC 2007


IDJOB= 280397
IDBENCH= 11089
IDSOLVER= 69
FILE ID= node71/280397-1169305545

PBS_JOBID= 3610152

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-2_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280397-1169305545/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-280397-1169305545 -o ROOT/results/node71/solver-280397-1169305545 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280397-1169305545/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  545fe723477775d9ecb184b6880d6072

RANDOM SEED= 617454823

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.236
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.236
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:       1229184 kB
Buffers:         52392 kB
Cached:         625704 kB
SwapCached:          0 kB
Active:         189600 kB
Inactive:       560896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1229184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5644 kB
Writeback:           0 kB
Mapped:          92636 kB
Slab:            61420 kB
Committed_AS:  1831184 kB
PageTables:       1980 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= 66562 MiB



End job on node71 on Sat Jan 20 15:45:47 UTC 2007