Trace number 210301

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
Abscon 109 AC? (TO) 1800.17 1800.8

General information on the benchmark

NamepseudoSeries/fpga/
fpga-20-18.xml
MD5SUMc62051c26fe63d321e75c355a719406a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.67913
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables540
Number of constraints416
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension416
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/210301-1168075047/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.43	     nbVariables=540  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.44	       =>  wckTime=0.136  cpuTime=0.11  mem=8M25
0.44	   
0.44	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.70	     nbConstraints=416  nbConflictsStructures=2  nbSharedConflictsStructures=376  nbUnbuiltConflictsStructures=2
0.70	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=4  nbSharedEvaluationManagers=412  maxDegree=19  maxArity=20
0.70	       =>  wckTime=0.4  cpuTime=0.31  mem=21M678
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.96	       =>  wckTime=0.666  cpuTime=0.49  mem=25M871
1.00	   
1.00	   preprocessing
1.00	     nbConstraintChecks=758  nbValidityChecks=700  nbPropagations=540  nbRevisions=720  nbUselessRevisions=720
1.00	     nbRemovedValues=0  detectedInconsistency=no
1.00	       =>  wckTime=0.028  cpuTime=0.02  mem=25M871
1.93	   
1.93	   search
1.93	     run=0  nbConstraintChecks=271844  nbValidityChecks=1662  nbPropagations=1084  nbRevisions=2438
1.93	     nbUselessRevisions=1881  nbAssignments=487  nbFailedAssignments=1  nbBacktracks=316  nbVisitedNodes=490
1.93	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
1.93	       =>  wckTime=0.958  cpuTime=0.93  mem=26M846
3.04	   
3.04	   search
3.04	     run=1  nbConstraintChecks=674441  nbValidityChecks=3678  nbPropagations=2729  nbRevisions=6724
3.04	     nbUselessRevisions=5041  nbAssignments=976  nbFailedAssignments=2  nbBacktracks=334  nbVisitedNodes=981
3.04	     nbRestartNogoods=1  mapSize=2  nbInferences=0  nbTooLargeKeys=0
3.04	       =>  wckTime=2.075  cpuTime=2.04  mem=26M846
4.03	   
4.03	   search
4.03	     run=2  nbConstraintChecks=1142553  nbValidityChecks=6803  nbPropagations=4935  nbRevisions=13966
4.03	     nbUselessRevisions=10588  nbAssignments=1192  nbFailedAssignments=3  nbBacktracks=369  nbVisitedNodes=1199
4.03	     nbRestartNogoods=2  mapSize=3  nbInferences=0  nbTooLargeKeys=0
4.03	       =>  wckTime=3.063  cpuTime=3.02  mem=26M846
5.02	   
5.02	   search
5.02	     run=3  nbConstraintChecks=1610756  nbValidityChecks=10431  nbPropagations=7722  nbRevisions=24513
5.02	     nbUselessRevisions=18835  nbAssignments=1417  nbFailedAssignments=4  nbBacktracks=422  nbVisitedNodes=1427
5.02	     nbRestartNogoods=3  mapSize=5  nbInferences=0  nbTooLargeKeys=0
5.02	       =>  wckTime=4.056  cpuTime=4.0  mem=27M821
6.87	   
6.87	   search
6.87	     run=4  nbConstraintChecks=2537874  nbValidityChecks=16191  nbPropagations=11166  nbRevisions=40111
6.87	     nbUselessRevisions=31426  nbAssignments=1653  nbFailedAssignments=6  nbBacktracks=483  nbVisitedNodes=1669
6.87	     nbRestartNogoods=4  mapSize=10  nbInferences=1  nbTooLargeKeys=0
6.87	       =>  wckTime=5.904  cpuTime=5.84  mem=27M821
8.71	   
8.71	   search
8.71	     run=5  nbConstraintChecks=3464928  nbValidityChecks=21845  nbPropagations=15267  nbRevisions=60667
8.71	     nbUselessRevisions=48269  nbAssignments=1906  nbFailedAssignments=8  nbBacktracks=560  nbVisitedNodes=1928
8.71	     nbRestartNogoods=5  mapSize=15  nbInferences=2  nbTooLargeKeys=0
8.71	       =>  wckTime=7.744  cpuTime=7.67  mem=27M821
12.37	   
12.37	   search
12.37	     run=6  nbConstraintChecks=5310033  nbValidityChecks=31592  nbPropagations=20273  nbRevisions=89654
12.37	     nbUselessRevisions=72521  nbAssignments=2289  nbFailedAssignments=12  nbBacktracks=762  nbVisitedNodes=2323
12.37	     nbRestartNogoods=6  mapSize=25  nbInferences=4  nbTooLargeKeys=0
12.37	       =>  wckTime=11.405  cpuTime=11.34  mem=27M821
16.02	   
16.02	   search
16.02	     run=7  nbConstraintChecks=7155068  nbValidityChecks=42011  nbPropagations=26146  nbRevisions=127658
16.02	     nbUselessRevisions=104808  nbAssignments=2648  nbFailedAssignments=16  nbBacktracks=938  nbVisitedNodes=2694
16.02	     nbRestartNogoods=8  mapSize=35  nbInferences=6  nbTooLargeKeys=0
16.02	       =>  wckTime=15.049  cpuTime=14.98  mem=27M821
21.60	   
21.60	   search
21.60	     run=8  nbConstraintChecks=9921694  nbValidityChecks=67698  nbPropagations=34193  nbRevisions=187523
21.60	     nbUselessRevisions=156676  nbAssignments=3245  nbFailedAssignments=22  nbBacktracks=1301  nbVisitedNodes=3321
21.60	     nbRestartNogoods=10  mapSize=61  nbInferences=22  nbTooLargeKeys=0
21.60	       =>  wckTime=20.631  cpuTime=20.56  mem=28M796
26.88	   
26.88	   search
26.88	     run=9  nbConstraintChecks=12553382  nbValidityChecks=78468  nbPropagations=43169  nbRevisions=256587
26.88	     nbUselessRevisions=216612  nbAssignments=3848  nbFailedAssignments=32  nbBacktracks=1688  nbVisitedNodes=3944
26.88	     nbRestartNogoods=14  mapSize=80  nbInferences=22  nbTooLargeKeys=0
26.88	       =>  wckTime=25.916  cpuTime=25.83  mem=29M771
51.98	   
51.98	   search
51.98	     run=10  nbConstraintChecks=25880258  nbValidityChecks=167632  nbPropagations=58409  nbRevisions=402634
51.98	     nbUselessRevisions=345833  nbAssignments=4796  nbFailedAssignments=111  nbBacktracks=2320  nbVisitedNodes=5033
51.98	     nbRestartNogoods=15  mapSize=207  nbInferences=25  nbTooLargeKeys=0
51.98	       =>  wckTime=51.015  cpuTime=50.91  mem=29M771
58.72	   
58.72	   search
58.72	     run=11  nbConstraintChecks=29040417  nbValidityChecks=187491  nbPropagations=75584  nbRevisions=564046
58.72	     nbUselessRevisions=488218  nbAssignments=5985  nbFailedAssignments=123  nbBacktracks=3188  nbVisitedNodes=6247
58.72	     nbRestartNogoods=17  mapSize=226  nbInferences=25  nbTooLargeKeys=0
58.72	       =>  wckTime=57.753  cpuTime=57.65  mem=30M746
82.87	   
82.87	   search
82.87	     run=12  nbConstraintChecks=41758001  nbValidityChecks=296004  nbPropagations=100480  nbRevisions=811984
82.87	     nbUselessRevisions=700970  nbAssignments=7700  nbFailedAssignments=207  nbBacktracks=4497  nbVisitedNodes=8190
82.87	     nbRestartNogoods=23  mapSize=451  nbInferences=25  nbTooLargeKeys=0
82.87	       =>  wckTime=81.905  cpuTime=81.8  mem=32M697
92.15	   
92.15	   search
92.15	     run=13  nbConstraintChecks=46184100  nbValidityChecks=611932  nbPropagations=158307  nbRevisions=1322338
92.15	     nbUselessRevisions=1141525  nbAssignments=10547  nbFailedAssignments=723  nbBacktracks=6447  nbVisitedNodes=11763
92.15	     nbRestartNogoods=26  mapSize=1160  nbInferences=124  nbTooLargeKeys=0
92.15	       =>  wckTime=91.185  cpuTime=91.07  mem=34M647
109.60	   
109.60	   search
109.60	     run=14  nbConstraintChecks=55239306  nbValidityChecks=740620  nbPropagations=226757  nbRevisions=1909197
109.60	     nbUselessRevisions=1646562  nbAssignments=13947  nbFailedAssignments=929  nbBacktracks=9370  nbVisitedNodes=15620
109.60	     nbRestartNogoods=43  mapSize=1603  nbInferences=124  nbTooLargeKeys=0
109.60	       =>  wckTime=108.635  cpuTime=108.51  mem=38M548
125.52	   
125.52	   search
125.52	     run=15  nbConstraintChecks=62980902  nbValidityChecks=937572  nbPropagations=315710  nbRevisions=2617526
125.52	     nbUselessRevisions=2245437  nbAssignments=18977  nbFailedAssignments=1282  nbBacktracks=13751  nbVisitedNodes=21685
125.52	     nbRestartNogoods=46  mapSize=2631  nbInferences=124  nbTooLargeKeys=0
125.52	       =>  wckTime=124.556  cpuTime=124.43  mem=43M424
184.18	   
184.18	   search
184.18	     run=16  nbConstraintChecks=93987913  nbValidityChecks=1199492  nbPropagations=434895  nbRevisions=3467838
184.18	     nbUselessRevisions=2947490  nbAssignments=26509  nbFailedAssignments=1917  nbBacktracks=20323  nbVisitedNodes=30618
184.18	     nbRestartNogoods=49  mapSize=4012  nbInferences=124  nbTooLargeKeys=0
184.18	       =>  wckTime=183.216  cpuTime=183.07  mem=50M250
513.70	   
513.70	   search
513.70	     run=17  nbConstraintChecks=275588950  nbValidityChecks=1605088  nbPropagations=598074  nbRevisions=4534547
513.70	     nbUselessRevisions=3815987  nbAssignments=37298  nbFailedAssignments=2523  nbBacktracks=30216  nbVisitedNodes=42647
513.70	     nbRestartNogoods=53  mapSize=5241  nbInferences=124  nbTooLargeKeys=0
513.70	       =>  wckTime=512.734  cpuTime=512.45  mem=19M356
825.97	   
825.97	   search
825.97	     run=18  nbConstraintChecks=445671121  nbValidityChecks=1954139  nbPropagations=806942  nbRevisions=5782216
825.97	     nbUselessRevisions=4803631  nbAssignments=53010  nbFailedAssignments=3154  nbBacktracks=45025  nbVisitedNodes=59900
825.97	     nbRestartNogoods=56  mapSize=6779  nbInferences=124  nbTooLargeKeys=0
825.97	       =>  wckTime=825.006  cpuTime=824.61  mem=34M276
1221.22	   
1221.22	   search
1221.22	     run=19  nbConstraintChecks=660319635  nbValidityChecks=2740355  nbPropagations=1117169  nbRevisions=7444690
1221.22	     nbUselessRevisions=6076262  nbAssignments=77172  nbFailedAssignments=4859  nbBacktracks=67203  nbVisitedNodes=87761
1221.22	     nbRestartNogoods=59  mapSize=10473  nbInferences=124  nbTooLargeKeys=0
1221.22	       =>  wckTime=1220.252  cpuTime=1219.72  mem=55M164

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node21/watcher-210301-1168075047 -o ROOT/results/node21/solver-210301-1168075047 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210301-1168075047/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.45 1.39 1.64 3/78 20317
/proc/meminfo: memFree=1714992/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=1784 CPUtime=0
/proc/20316/stat : 20316 (java) D 20314 20316 19509 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 155899782 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20316/statm: 446 140 106 14 0 91 0

[startup+0.103283 s]
/proc/loadavg: 0.45 1.39 1.64 3/78 20317
/proc/meminfo: memFree=1714992/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=914988 CPUtime=0.08
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 3020 0 1 0 7 1 0 0 16 0 8 0 155899782 936947712 2766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228747 2768 1436 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51136 s]
/proc/loadavg: 0.45 1.39 1.64 3/78 20317
/proc/meminfo: memFree=1714992/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915328 CPUtime=0.49
/proc/20316/stat : 20316 (java) S 20314 20316 19509 0 -1 0 6928 0 1 0 44 5 0 0 16 0 8 0 155899782 937295872 6667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228832 6667 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33251 s]
/proc/loadavg: 0.45 1.39 1.64 2/85 20324
/proc/meminfo: memFree=1679928/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1.32
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 11518 0 1 0 122 10 0 0 17 0 8 0 155899782 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 11256 2529 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.03
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 521 0 0 0 3 0 0 0 16 0 8 0 155899785 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155899786 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.2
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 396 0 0 0 19 1 0 0 15 0 8 0 155899789 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 11256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915556

[startup+2.97582 s]
/proc/loadavg: 0.45 1.39 1.64 2/85 20324
/proc/meminfo: memFree=1679352/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=2.97
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 11662 0 1 0 287 10 0 0 17 0 8 0 155899782 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073703143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 11398 2533 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.03
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 522 0 0 0 3 0 0 0 17 0 8 0 155899785 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155899786 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.21
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 401 0 0 0 20 1 0 0 15 0 8 0 155899789 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 11398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915556

[startup+6.26344 s]
/proc/loadavg: 0.49 1.39 1.63 2/85 20324
/proc/meminfo: memFree=1678776/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=6.25
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 11772 0 1 0 614 11 0 0 18 0 8 0 155899782 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073929455 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 11505 2533 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.03
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 522 0 0 0 3 0 0 0 17 0 8 0 155899785 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155899786 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.24
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 412 0 0 0 22 2 0 0 15 0 8 0 155899789 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 11505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915556

[startup+12.7347 s]
/proc/loadavg: 0.53 1.38 1.63 2/85 20324
/proc/meminfo: memFree=1678272/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=12.72
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 11932 0 1 0 1261 11 0 0 17 0 8 0 155899782 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699518 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 11663 2533 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.03
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 522 0 0 0 3 0 0 0 16 0 8 0 155899785 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155899786 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.24
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 415 0 0 0 22 2 0 0 16 0 8 0 155899789 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 11663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915556

[startup+25.5821 s]
/proc/loadavg: 0.63 1.36 1.62 2/85 20324
/proc/meminfo: memFree=1677120/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=25.55
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 12202 0 1 0 2544 11 0 0 20 0 8 0 155899782 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737684 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 11931 2533 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.03
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 522 0 0 0 3 0 0 0 16 0 8 0 155899785 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155899786 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.25
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 420 0 0 0 23 2 0 0 16 0 8 0 155899789 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 11931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915556

[startup+51.268 s]
/proc/loadavg: 0.76 1.33 1.60 3/85 20324
/proc/meminfo: memFree=1676608/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=51.24
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 12317 0 1 0 5112 12 0 0 25 0 8 0 155899782 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 12045 2533 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.03
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 522 0 0 0 3 0 0 0 16 0 8 0 155899785 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155899786 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 420 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 12045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 915556

[startup+102.528 s]
/proc/loadavg: 0.89 1.28 1.57 2/85 20326
/proc/meminfo: memFree=1670656/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=102.48
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 13900 0 1 0 10235 13 0 0 25 0 8 0 155899782 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 13627 2533 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.03
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 522 0 0 0 3 0 0 0 16 0 8 0 155899785 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155899786 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 421 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 13627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 915556

[startup+162.626 s]
/proc/loadavg: 0.96 1.22 1.53 2/85 20326
/proc/meminfo: memFree=1662656/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=162.55
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 15796 0 1 0 16242 13 0 0 25 0 8 0 155899782 937529344 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.79
Current children cumulated vsize (KiB) 915556

[startup+1484.41 s]
/proc/loadavg: 1.00 1.00 1.10 2/85 20326
/proc/meminfo: memFree=1636032/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1483.88
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 22226 0 1 0 148366 22 0 0 25 0 8 0 155899782 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 21950 2537 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.09
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 5159 0 0 0 7 2 0 0 16 0 8 0 155899785 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 423 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.88
Current children cumulated vsize (KiB) 915556

[startup+1544.41 s]
/proc/loadavg: 1.00 1.00 1.09 2/85 20326
/proc/meminfo: memFree=1635968/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1543.86
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 22226 0 1 0 154364 22 0 0 25 0 8 0 155899782 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 21950 2537 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.09
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 5159 0 0 0 7 2 0 0 16 0 8 0 155899785 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 423 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.86
Current children cumulated vsize (KiB) 915556

[startup+1604.51 s]
/proc/loadavg: 1.00 1.00 1.08 2/85 20326
/proc/meminfo: memFree=1635904/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1603.94
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 22226 0 1 0 160372 22 0 0 25 0 8 0 155899782 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 21950 2537 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.09
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 5159 0 0 0 7 2 0 0 16 0 8 0 155899785 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 423 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.94
Current children cumulated vsize (KiB) 915556

[startup+1664.61 s]
/proc/loadavg: 1.00 1.00 1.08 2/85 20326
/proc/meminfo: memFree=1635840/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1664.02
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 22226 0 1 0 166380 22 0 0 25 0 8 0 155899782 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 21950 2537 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.09
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 5159 0 0 0 7 2 0 0 16 0 8 0 155899785 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 423 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.02
Current children cumulated vsize (KiB) 915556

[startup+1724.7 s]
/proc/loadavg: 1.00 1.00 1.07 2/85 20326
/proc/meminfo: memFree=1635840/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1724.08
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 22226 0 1 0 172386 22 0 0 25 0 8 0 155899782 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073703143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 21950 2537 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.09
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 5159 0 0 0 7 2 0 0 16 0 8 0 155899785 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 423 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.08
Current children cumulated vsize (KiB) 915556

[startup+1784.8 s]
/proc/loadavg: 1.00 1.00 1.06 2/85 20326
/proc/meminfo: memFree=1635776/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1784.17
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 22226 0 1 0 178394 23 0 0 25 0 8 0 155899782 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737732 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 21950 2537 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.09
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 5159 0 0 0 7 2 0 0 16 0 8 0 155899785 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 423 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.17
Current children cumulated vsize (KiB) 915556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.72 s]
/proc/loadavg: 1.00 1.00 1.06 2/85 20326
/proc/meminfo: memFree=1635776/2055920 swapFree=4192812/4192956
[pid=20316] ppid=20314 vsize=915556 CPUtime=1800.09
/proc/20316/stat : 20316 (java) R 20314 20316 19509 0 -1 0 22226 0 1 0 179986 23 0 0 25 0 8 0 155899782 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698152 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20316/statm: 228889 21950 2537 14 0 215359 0
[pid=20316/tid=20318] ppid=20314 vsize=915556 CPUtime=0.09
/proc/20316/task/20318/stat : 20318 (java) S 20314 20316 19509 0 -1 64 5159 0 0 0 7 2 0 0 16 0 8 0 155899785 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20319] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20319/stat : 20319 (java) S 20314 20316 19509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20320] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20320/stat : 20320 (java) S 20314 20316 19509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155899786 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20316/tid=20321] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20321/stat : 20321 (java) S 20314 20316 19509 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20322] ppid=20314 vsize=915556 CPUtime=0.26
/proc/20316/task/20322/stat : 20322 (java) S 20314 20316 19509 0 -1 64 423 0 0 0 24 2 0 0 16 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20323] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20323/stat : 20323 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20316/tid=20324] ppid=20314 vsize=915556 CPUtime=0
/proc/20316/task/20324/stat : 20324 (java) S 20314 20316 19509 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155899789 937529344 21950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915556

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

Child status: 143
Real time (s): 1800.8
CPU time (s): 1800.17
CPU user time (s): 1799.92
CPU system time (s): 0.251961
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 915556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22241
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= 37452
involuntary context switches= 5868

runsolver used 1.79073 s user time and 4.5993 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sat Jan  6 09:17:29 UTC 2007


IDJOB= 210301
IDBENCH= 4609
FILE ID= node21/210301-1168075047

PBS_JOBID= 3475986

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-20-18.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210301-1168075047/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-210301-1168075047 -o ROOT/results/node21/solver-210301-1168075047 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210301-1168075047/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c62051c26fe63d321e75c355a719406a

RANDOM SEED= 594987761

TIME LIMIT= 1800 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.261
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.261
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:       1715536 kB
Buffers:         30852 kB
Cached:         180628 kB
SwapCached:          0 kB
Active:         166200 kB
Inactive:       103684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          77380 kB
Slab:            56068 kB
Committed_AS:  2893348 kB
PageTables:       1792 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= 66546 MiB



End job on node21 on Sat Jan  6 09:47:33 UTC 2007