Trace number 249299

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.07 1808.15

General information on the benchmark

Nameprimes/primes-15/
primes-15-60-3-7.xml
MD5SUMe9144498d708fe08026344eb7ad3dc30
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity10
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
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/249299-1168086119/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46
0.40	       =>  wckTime=0.105  cpuTime=0.09  mem=6M951
0.40	   
0.40	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
0.85	     nbConstraints=60  nbSingletonDomainVariables=3  nbDisconnectedVariables=3  nbConflictsStructures=6
0.85	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=54  nbSharedBinaryRepresentations=0
0.85	     nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=11  maxArity=10
0.85	       =>  wckTime=0.547  cpuTime=0.46  mem=11M827
0.88	   
0.88	   solver IterativeSystematicSolver being built... 
1.05	       =>  wckTime=0.751  cpuTime=0.61  mem=15M558
1.28	   
1.28	   preprocessing
1.28	     nbConstraintChecks=520711  nbValidityChecks=131  nbPropagations=104  nbRevisions=17  nbUselessRevisions=3
1.28	     nbRemovedValues=215  detectedInconsistency=no
1.28	       =>  wckTime=0.23  cpuTime=0.23  mem=15M558
2.77	   
2.77	   search
2.77	     run=0  nbConstraintChecks=2094127  nbValidityChecks=2982  nbPropagations=393  nbRevisions=274
2.77	     nbUselessRevisions=41  nbAssignments=70  nbFailedAssignments=30  nbBacktracks=18  nbVisitedNodes=101
2.77	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.77	       =>  wckTime=1.713  cpuTime=1.69  mem=16M549
4.48	   
4.48	   search
4.48	     run=1  nbConstraintChecks=4827654  nbValidityChecks=4252  nbPropagations=974  nbRevisions=671
4.48	     nbUselessRevisions=96  nbAssignments=149  nbFailedAssignments=83  nbBacktracks=33  nbVisitedNodes=233
4.48	     nbRestartNogoods=3  mapSize=17  nbInferences=0  nbTooLargeKeys=0
4.48	       =>  wckTime=3.429  cpuTime=3.4  mem=16M549
6.63	   
6.63	   search
6.63	     run=2  nbConstraintChecks=7610776  nbValidityChecks=10814  nbPropagations=1927  nbRevisions=1479
6.63	     nbUselessRevisions=255  nbAssignments=224  nbFailedAssignments=95  nbBacktracks=56  nbVisitedNodes=320
6.63	     nbRestartNogoods=11  mapSize=35  nbInferences=0  nbTooLargeKeys=0
6.63	       =>  wckTime=5.577  cpuTime=5.54  mem=16M549
8.56	   
8.56	   search
8.56	     run=3  nbConstraintChecks=10068683  nbValidityChecks=16247  nbPropagations=3191  nbRevisions=2642
8.56	     nbUselessRevisions=514  nbAssignments=291  nbFailedAssignments=101  nbBacktracks=90  nbVisitedNodes=393
8.56	     nbRestartNogoods=21  mapSize=54  nbInferences=0  nbTooLargeKeys=0
8.56	       =>  wckTime=7.513  cpuTime=7.47  mem=16M549
11.15	   
11.15	   search
11.15	     run=4  nbConstraintChecks=13355135  nbValidityChecks=25887  nbPropagations=4897  nbRevisions=4365
11.15	     nbUselessRevisions=967  nbAssignments=381  nbFailedAssignments=111  nbBacktracks=142  nbVisitedNodes=493
11.15	     nbRestartNogoods=23  mapSize=89  nbInferences=0  nbTooLargeKeys=0
11.15	       =>  wckTime=10.093  cpuTime=10.05  mem=16M549
18.54	   
18.54	   search
18.54	     run=5  nbConstraintChecks=21769217  nbValidityChecks=48948  nbPropagations=7969  nbRevisions=7796
18.54	     nbUselessRevisions=1797  nbAssignments=554  nbFailedAssignments=174  nbBacktracks=217  nbVisitedNodes=730
18.54	     nbRestartNogoods=25  mapSize=143  nbInferences=0  nbTooLargeKeys=0
18.54	       =>  wckTime=17.488  cpuTime=17.43  mem=16M549
29.09	   
29.09	   search
29.09	     run=6  nbConstraintChecks=34787883  nbValidityChecks=74805  nbPropagations=12156  nbRevisions=12671
29.09	     nbUselessRevisions=2970  nbAssignments=790  nbFailedAssignments=271  nbBacktracks=330  nbVisitedNodes=1063
29.09	     nbRestartNogoods=35  mapSize=235  nbInferences=0  nbTooLargeKeys=0
29.09	       =>  wckTime=28.036  cpuTime=27.94  mem=16M549
73.61	   
73.61	   search
73.61	     run=7  nbConstraintChecks=84831795  nbValidityChecks=143573  nbPropagations=20024  nbRevisions=21768
73.61	     nbUselessRevisions=4638  nbAssignments=1420  nbFailedAssignments=711  nbBacktracks=500  nbVisitedNodes=2133
73.61	     nbRestartNogoods=40  mapSize=384  nbInferences=0  nbTooLargeKeys=0
73.61	       =>  wckTime=72.557  cpuTime=72.25  mem=16M549
164.94	   
164.94	   search
164.94	     run=8  nbConstraintChecks=203169644  nbValidityChecks=314789  nbPropagations=37375  nbRevisions=42703
164.94	     nbUselessRevisions=7858  nbAssignments=2767  nbFailedAssignments=1793  nbBacktracks=756  nbVisitedNodes=4562
164.94	     nbRestartNogoods=49  mapSize=603  nbInferences=0  nbTooLargeKeys=0
164.94	       =>  wckTime=163.894  cpuTime=163.16  mem=16M549
312.20	   
312.20	   search
312.20	     run=9  nbConstraintChecks=392910405  nbValidityChecks=568692  nbPropagations=60394  nbRevisions=71922
312.20	     nbUselessRevisions=12764  nbAssignments=4902  nbFailedAssignments=3527  nbBacktracks=1141  nbVisitedNodes=8431
312.20	     nbRestartNogoods=76  mapSize=898  nbInferences=0  nbTooLargeKeys=0
312.20	       =>  wckTime=311.147  cpuTime=309.73  mem=16M549
437.24	   
437.24	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=16M549)
451.72	   
451.72	   search
451.72	     run=10  nbConstraintChecks=561582248  nbValidityChecks=754332  nbPropagations=91695  nbRevisions=110007
451.72	     nbUselessRevisions=19429  nbAssignments=7090  nbFailedAssignments=5107  nbBacktracks=1718  nbVisitedNodes=12199
451.72	     nbRestartNogoods=164
451.72	       =>  wckTime=450.674  cpuTime=448.62  mem=16M549
481.93	   
481.93	   search
481.93	     run=11  nbConstraintChecks=603266880  nbValidityChecks=958035  nbPropagations=134642  nbRevisions=163246
481.93	     nbUselessRevisions=28901  nbAssignments=8458  nbFailedAssignments=5582  nbBacktracks=2582  nbVisitedNodes=14044
481.93	     nbRestartNogoods=249
481.93	       =>  wckTime=480.878  cpuTime=478.71  mem=16M549
538.93	   
538.93	   search
538.93	     run=12  nbConstraintChecks=682128414  nbValidityChecks=1296474  nbPropagations=194117  nbRevisions=238644
538.93	     nbUselessRevisions=42629  nbAssignments=10458  nbFailedAssignments=6256  nbBacktracks=3881  nbVisitedNodes=16725
538.93	     nbRestartNogoods=265
538.93	       =>  wckTime=537.879  cpuTime=535.43  mem=16M549
651.11	   
651.11	   search
651.11	     run=13  nbConstraintChecks=827602945  nbValidityChecks=1916869  nbPropagations=280371  nbRevisions=352122
651.11	     nbUselessRevisions=64281  nbAssignments=13403  nbFailedAssignments=7226  nbBacktracks=5829  nbVisitedNodes=20643
651.11	     nbRestartNogoods=281
651.11	       =>  wckTime=650.058  cpuTime=647.12  mem=16M549
777.61	   
777.61	   search
777.61	     run=14  nbConstraintChecks=995441558  nbValidityChecks=2774481  nbPropagations=404897  nbRevisions=519095
777.61	     nbUselessRevisions=96287  nbAssignments=18312  nbFailedAssignments=9186  nbBacktracks=8749  nbVisitedNodes=27526
777.61	     nbRestartNogoods=293
777.61	       =>  wckTime=776.556  cpuTime=773.04  mem=17M525
930.89	   
930.89	   search
930.89	     run=15  nbConstraintChecks=1211746591  nbValidityChecks=4130627  nbPropagations=587822  nbRevisions=766498
930.89	     nbUselessRevisions=144074  nbAssignments=25955  nbFailedAssignments=12425  nbBacktracks=13131  nbVisitedNodes=38412
930.89	     nbRestartNogoods=299
930.89	       =>  wckTime=929.837  cpuTime=925.65  mem=17M525
1062.70	   
1062.70	   search
1062.70	     run=16  nbConstraintChecks=1412110453  nbValidityChecks=5669241  nbPropagations=854736  nbRevisions=1134429
1062.70	     nbUselessRevisions=218236  nbAssignments=34830  nbFailedAssignments=14704  nbBacktracks=19699  nbVisitedNodes=49607
1062.70	     nbRestartNogoods=306
1062.70	       =>  wckTime=1061.646  cpuTime=1056.86  mem=17M525
1453.53	   
1453.53	   search
1453.53	     run=17  nbConstraintChecks=1935530549  nbValidityChecks=8328756  nbPropagations=1252309  nbRevisions=1680842
1453.54	     nbUselessRevisions=325152  nbAssignments=49615  nbFailedAssignments=19608  nbBacktracks=29555  nbVisitedNodes=69308
1453.54	     nbRestartNogoods=319
1453.54	       =>  wckTime=1452.484  cpuTime=1445.93  mem=17M525

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/node47/watcher-249299-1168086119 -o ROOT/results/node47/solver-249299-1168086119 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249299-1168086119/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.10 0.14 0.70 4/70 5729
/proc/meminfo: memFree=1738664/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=1784 CPUtime=0
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 157011491 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5728/statm: 446 140 106 14 0 91 0

[startup+0.103202 s]
/proc/loadavg: 0.10 0.14 0.70 4/70 5729
/proc/meminfo: memFree=1738664/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=914988 CPUtime=0.09
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 3034 0 1 0 7 2 0 0 22 0 8 0 157011491 936947712 2780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228747 2780 1440 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511241 s]
/proc/loadavg: 0.10 0.14 0.70 4/70 5729
/proc/meminfo: memFree=1738664/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=0.48
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 6986 0 1 0 43 5 0 0 16 0 8 0 157011491 937431040 6725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10954363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5728/statm: 228865 6725 2164 14 0 215335 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915460

[startup+1.33233 s]
/proc/loadavg: 0.10 0.14 0.70 2/75 5736
/proc/meminfo: memFree=1714496/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1.31
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 8945 0 1 0 124 7 0 0 17 0 8 0 157011491 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073649184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5728/statm: 228865 8683 2530 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.02
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 183 0 0 0 2 0 0 0 16 0 8 0 157011495 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.14
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 366 0 0 0 14 0 0 0 16 0 8 0 157011499 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.9745 s]
/proc/loadavg: 0.10 0.14 0.70 2/75 5736
/proc/meminfo: memFree=1714112/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=2.95
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 8978 0 1 0 288 7 0 0 17 0 8 0 157011491 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5728/statm: 228865 8713 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.17
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 378 0 0 0 16 1 0 0 15 0 8 0 157011499 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.17684 s]
/proc/loadavg: 0.17 0.15 0.71 2/75 5736
/proc/meminfo: memFree=1713984/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=6.15
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 8991 0 1 0 608 7 0 0 17 0 8 0 157011491 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073646368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5728/statm: 228865 8724 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.17
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 380 0 0 0 16 1 0 0 16 0 8 0 157011499 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915460

[startup+12.6425 s]
/proc/loadavg: 0.24 0.16 0.71 2/75 5739
/proc/meminfo: memFree=1715456/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=12.61
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9032 0 1 0 1254 7 0 0 17 0 8 0 157011491 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073645575 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5728/statm: 228865 8760 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.19
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 388 0 0 0 18 1 0 0 16 0 8 0 157011499 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

[startup+25.4839 s]
/proc/loadavg: 0.49 0.22 0.72 3/87 5784
/proc/meminfo: memFree=1688032/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=25.43
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9062 0 1 0 2536 7 0 0 25 0 8 0 157011491 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643728 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8787 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.19
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 390 0 0 0 18 1 0 0 15 0 8 0 157011499 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 915460

[startup+51.1766 s]
/proc/loadavg: 0.93 0.35 0.74 3/87 5840
/proc/meminfo: memFree=1687512/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=50.99
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9081 0 1 0 5092 7 0 0 25 0 8 0 157011491 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073645558 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8804 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.19
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 392 0 0 0 18 1 0 0 16 0 8 0 157011499 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 915460

[startup+102.453 s]
/proc/loadavg: 1.53 0.60 0.81 3/87 5840
/proc/meminfo: memFree=1687584/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=102.04
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9115 0 1 0 10196 8 0 0 25 0 8 0 157011491 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8833 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.21
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 402 0 0 0 20 1 0 0 16 0 8 0 157011499 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 915460

[startup+162.461 s]
/proc/loadavg: 1.83 0.85 0.88 3/87 5840
/proc/meminfo: memFree=1687464/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=161.78
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9131 0 1 0 16170 8 0 0 25 0 8 0 157011491 937431040 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073651328 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.32
Current children cumulated vsize (KiB) 915460

[startup+1482.67 s]
/proc/loadavg: 2.00 1.97 1.70 3/87 5840
/proc/meminfo: memFree=1685928/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1476.05
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9228 0 1 0 147595 10 0 0 25 0 8 0 157011491 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643701 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8941 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.23
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.05
Current children cumulated vsize (KiB) 915460

[startup+1542.68 s]
/proc/loadavg: 2.04 1.99 1.72 3/87 5840
/proc/meminfo: memFree=1685928/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1535.79
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9228 0 1 0 153569 10 0 0 25 0 8 0 157011491 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073654519 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8941 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.23
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.79
Current children cumulated vsize (KiB) 915460

[startup+1602.69 s]
/proc/loadavg: 2.01 1.99 1.74 3/87 5840
/proc/meminfo: memFree=1685928/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1595.54
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9228 0 1 0 159544 10 0 0 25 0 8 0 157011491 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8941 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.23
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.54
Current children cumulated vsize (KiB) 915460

[startup+1662.7 s]
/proc/loadavg: 2.00 1.99 1.75 3/87 5840
/proc/meminfo: memFree=1685864/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1655.26
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9228 0 1 0 165516 10 0 0 25 0 8 0 157011491 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643731 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8941 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.23
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.26
Current children cumulated vsize (KiB) 915460

[startup+1722.71 s]
/proc/loadavg: 2.00 1.99 1.76 3/87 5840
/proc/meminfo: memFree=1685864/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1715.01
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9228 0 1 0 171491 10 0 0 25 0 8 0 157011491 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073646423 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8941 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.23
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.01
Current children cumulated vsize (KiB) 915460

[startup+1782.72 s]
/proc/loadavg: 2.00 1.99 1.77 3/87 5840
/proc/meminfo: memFree=1685800/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1774.75
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9228 0 1 0 177465 10 0 0 25 0 8 0 157011491 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8941 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.23
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.75
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.00 1.99 1.78 3/87 5840
/proc/meminfo: memFree=1685800/2055920 swapFree=4192812/4192956
[pid=5728] ppid=5723 vsize=915460 CPUtime=1800.01
/proc/5728/stat : 5728 (java) R 5723 5728 5380 0 -1 0 9228 0 1 0 179991 10 0 0 25 0 8 0 157011491 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5728/statm: 228865 8941 2534 14 0 215335 0
[pid=5728/tid=5730] ppid=5723 vsize=915460 CPUtime=0.03
/proc/5728/task/5730/stat : 5730 (java) S 5723 5728 5380 0 -1 64 184 0 0 0 3 0 0 0 16 0 8 0 157011495 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5731] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5731/stat : 5731 (java) S 5723 5728 5380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5732] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5732/stat : 5732 (java) S 5723 5728 5380 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157011496 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5733] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5733/stat : 5733 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5734] ppid=5723 vsize=915460 CPUtime=0.23
/proc/5728/task/5734/stat : 5734 (java) S 5723 5728 5380 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5735] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5735/stat : 5735 (java) S 5723 5728 5380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5728/tid=5736] ppid=5723 vsize=915460 CPUtime=0
/proc/5728/task/5736/stat : 5736 (java) S 5723 5728 5380 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 157011499 937431040 8941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1808.15
CPU time (s): 1800.07
CPU user time (s): 1799.96
CPU system time (s): 0.109983
CPU usage (%): 99.5531
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9246
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= 37508
involuntary context switches= 60570

runsolver used 1.61675 s user time and 4.79827 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan  6 12:22:00 UTC 2007


IDJOB= 249299
IDBENCH= 11773
FILE ID= node47/249299-1168086119

PBS_JOBID= 3476591

Free space on /tmp= 66532 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-60-3-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249299-1168086119/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-249299-1168086119 -o ROOT/results/node47/solver-249299-1168086119 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249299-1168086119/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e9144498d708fe08026344eb7ad3dc30

RANDOM SEED= 735857914

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.240
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.240
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:       1715448 kB
Buffers:         30748 kB
Cached:         194400 kB
SwapCached:          0 kB
Active:          98984 kB
Inactive:       169964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3444 kB
Writeback:           0 kB
Mapped:          63992 kB
Slab:            56796 kB
Committed_AS:  3680760 kB
PageTables:       1940 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= 66532 MiB



End job on node47 on Sat Jan  6 12:52:11 UTC 2007