Trace number 210404

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 ESAC? (TO) 1800.1 1803.85

General information on the benchmark

NamepseudoSeries/fpga/
fpga-25-23.xml
MD5SUMd1e2f3220fab5fbd5475193200eb5868
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 benchmark76.6503
SatisfiableYES
(Un)Satisfiability was proved
Number of variables863
Number of constraints646
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension646
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/210404-1168197842/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.46	     nbVariables=863  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.46	       =>  wckTime=0.166  cpuTime=0.13  mem=7M894
0.46	   
0.46	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
0.84	     nbConstraints=646  nbConflictsStructures=4  nbSharedConflictsStructures=594  nbUnbuiltConflictsStructures=2
0.84	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=6  nbSharedEvaluationManagers=640  maxDegree=24  maxArity=25
0.84	       =>  wckTime=0.547  cpuTime=0.43  mem=37M149
0.91	   
0.91	   solver IterativeSystematicSolver being built... 
1.17	       =>  wckTime=0.877  cpuTime=0.64  mem=36M503
3.79	   
3.79	   preprocessing
3.79	     nbConstraintChecks=1051175  nbValidityChecks=29167  nbPropagations=3164  nbRevisions=18944
3.79	     nbUselessRevisions=17810  nbSingletonTests=1170  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0
3.79	     detectedInconsistency=no
3.79	       =>  wckTime=2.618  cpuTime=2.57  mem=37M477
10.79	   
10.79	   search
10.79	     run=0  nbConstraintChecks=3218102  nbValidityChecks=12597  nbPropagations=4869  nbRevisions=31459
10.79	     nbUselessRevisions=29446  nbAssignments=826  nbFailedAssignments=3  nbBacktracks=25  nbVisitedNodes=830
10.79	     nbRestartNogoods=0  mapSize=4  nbInferences=0  nbTooLargeKeys=0
10.79	       =>  wckTime=9.614  cpuTime=9.48  mem=39M425
19.85	   
19.85	   search
19.85	     run=1  nbConstraintChecks=7484601  nbValidityChecks=15996  nbPropagations=10950  nbRevisions=66991
19.85	     nbUselessRevisions=62145  nbAssignments=1218  nbFailedAssignments=6  nbBacktracks=70  nbVisitedNodes=1225
19.85	     nbRestartNogoods=2  mapSize=7  nbInferences=0  nbTooLargeKeys=0
19.85	       =>  wckTime=18.673  cpuTime=18.45  mem=40M399
27.72	   
27.72	   search
27.72	     run=2  nbConstraintChecks=11226811  nbValidityChecks=18966  nbPropagations=18234  nbRevisions=106253
27.72	     nbUselessRevisions=97755  nbAssignments=1601  nbFailedAssignments=9  nbBacktracks=116  nbVisitedNodes=1611
27.72	     nbRestartNogoods=3  mapSize=11  nbInferences=0  nbTooLargeKeys=0
27.72	       =>  wckTime=26.545  cpuTime=26.25  mem=40M399
36.52	   
36.52	   search
36.52	     run=3  nbConstraintChecks=15493304  nbValidityChecks=22283  nbPropagations=26800  nbRevisions=149564
36.52	     nbUselessRevisions=136557  nbAssignments=2024  nbFailedAssignments=12  nbBacktracks=181  nbVisitedNodes=2037
36.52	     nbRestartNogoods=4  mapSize=14  nbInferences=0  nbTooLargeKeys=0
36.52	       =>  wckTime=35.349  cpuTime=35.05  mem=41M373
45.43	   
45.43	   search
45.43	     run=4  nbConstraintChecks=19759793  nbValidityChecks=24912  nbPropagations=36545  nbRevisions=196274
45.43	     nbUselessRevisions=177941  nbAssignments=2383  nbFailedAssignments=15  nbBacktracks=244  nbVisitedNodes=2399
45.43	     nbRestartNogoods=6  mapSize=17  nbInferences=0  nbTooLargeKeys=0
45.43	       =>  wckTime=44.258  cpuTime=43.95  mem=41M373
60.76	   
60.76	   search
60.76	     run=5  nbConstraintChecks=27172012  nbValidityChecks=27796  nbPropagations=47525  nbRevisions=246616
60.76	     nbUselessRevisions=222117  nbAssignments=2773  nbFailedAssignments=22  nbBacktracks=334  nbVisitedNodes=2796
60.76	     nbRestartNogoods=7  mapSize=24  nbInferences=0  nbTooLargeKeys=0
60.76	       =>  wckTime=59.589  cpuTime=59.28  mem=42M347
80.61	   
80.61	   search
80.61	     run=6  nbConstraintChecks=36683745  nbValidityChecks=32066  nbPropagations=60058  nbRevisions=302066
80.61	     nbUselessRevisions=270311  nbAssignments=3232  nbFailedAssignments=30  nbBacktracks=453  nbVisitedNodes=3263
80.61	     nbRestartNogoods=10  mapSize=36  nbInferences=0  nbTooLargeKeys=0
80.61	       =>  wckTime=79.434  cpuTime=79.11  mem=42M347
87.40	   
87.40	   search
87.40	     run=7  nbConstraintChecks=39899626  nbValidityChecks=37127  nbPropagations=73921  nbRevisions=362862
87.40	     nbUselessRevisions=323059  nbAssignments=3768  nbFailedAssignments=33  nbBacktracks=657  nbVisitedNodes=3802
87.40	     nbRestartNogoods=12  mapSize=50  nbInferences=0  nbTooLargeKeys=0
87.40	       =>  wckTime=86.224  cpuTime=85.9  mem=43M321
118.04	   
118.04	   search
118.04	     run=8  nbConstraintChecks=54650310  nbValidityChecks=42496  nbPropagations=89280  nbRevisions=429243
118.04	     nbUselessRevisions=380509  nbAssignments=4379  nbFailedAssignments=54  nbBacktracks=914  nbVisitedNodes=4434
118.04	     nbRestartNogoods=13  mapSize=81  nbInferences=0  nbTooLargeKeys=0
118.04	       =>  wckTime=116.865  cpuTime=116.53  mem=45M269
180.73	   
180.73	   search
180.73	     run=9  nbConstraintChecks=85131292  nbValidityChecks=50445  nbPropagations=106515  nbRevisions=503561
180.73	     nbUselessRevisions=444821  nbAssignments=5180  nbFailedAssignments=99  nbBacktracks=1314  nbVisitedNodes=5280
180.73	     nbRestartNogoods=15  mapSize=135  nbInferences=0  nbTooLargeKeys=0
180.73	       =>  wckTime=179.556  cpuTime=179.2  mem=46M243
220.02	   
220.02	   search
220.02	     run=10  nbConstraintChecks=104078187  nbValidityChecks=69246  nbPropagations=125736  nbRevisions=595450
220.02	     nbUselessRevisions=525747  nbAssignments=6211  nbFailedAssignments=117  nbBacktracks=1892  nbVisitedNodes=6329
220.02	     nbRestartNogoods=17  mapSize=255  nbInferences=0  nbTooLargeKeys=0
220.02	       =>  wckTime=218.846  cpuTime=218.46  mem=48M190
354.81	   
354.81	   search
354.81	     run=11  nbConstraintChecks=169228338  nbValidityChecks=104346  nbPropagations=147887  nbRevisions=720116
354.81	     nbUselessRevisions=637891  nbAssignments=7595  nbFailedAssignments=179  nbBacktracks=2756  nbVisitedNodes=7775
354.81	     nbRestartNogoods=19  mapSize=339  nbInferences=0  nbTooLargeKeys=0
354.81	       =>  wckTime=353.637  cpuTime=353.04  mem=51M112
680.17	   
680.17	   search
680.17	     run=12  nbConstraintChecks=326620799  nbValidityChecks=160331  nbPropagations=174164  nbRevisions=895663
680.17	     nbUselessRevisions=798648  nbAssignments=9484  nbFailedAssignments=314  nbBacktracks=4053  nbVisitedNodes=9799
680.17	     nbRestartNogoods=21  mapSize=514  nbInferences=0  nbTooLargeKeys=0
680.17	       =>  wckTime=678.994  cpuTime=678.16  mem=12M303
1237.25	   
1237.25	   search
1237.25	     run=13  nbConstraintChecks=594081553  nbValidityChecks=246427  nbPropagations=206054  nbRevisions=1146568
1237.25	     nbUselessRevisions=1031777  nbAssignments=12149  nbFailedAssignments=542  nbBacktracks=6016  nbVisitedNodes=12692
1237.25	     nbRestartNogoods=23  mapSize=807  nbInferences=0  nbTooLargeKeys=0
1237.25	       =>  wckTime=1236.075  cpuTime=1232.61  mem=18M228
1613.04	   
1613.04	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=22M178)

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/node76/watcher-210404-1168197842 -o ROOT/results/node76/solver-210404-1168197842 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210404-1168197842/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: 1.37 1.12 1.29 3/90 2677
/proc/meminfo: memFree=1286848/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=907680 CPUtime=0.03
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 2274 0 1 0 2 1 0 0 20 0 4 0 168181364 929464320 2023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152774440 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/2676/statm: 226920 2023 1141 14 0 214502 0
[pid=2676/tid=2678] ppid=2674 vsize=907680 CPUtime=0
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 6 0 0 0 0 0 0 0 20 0 4 0 168181367 929464320 2023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=907680 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 10 0 0 0 0 0 0 0 20 0 4 0 168181368 929464320 2023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=907680 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 4 0 0 0 0 0 0 0 21 0 4 0 168181368 929464320 2023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 0 0 0

[startup+0.102114 s]
/proc/loadavg: 1.37 1.12 1.29 3/90 2677
/proc/meminfo: memFree=1286848/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=914992 CPUtime=0.08
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 3055 0 1 0 7 1 0 0 24 0 8 0 168181364 936951808 2803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072931106 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2676/statm: 228748 2803 1450 14 0 215242 0
[pid=2676/tid=2678] ppid=2674 vsize=914992 CPUtime=0
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 6 0 0 0 0 0 0 0 20 0 8 0 168181367 936951808 2803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=914992 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 168181368 936951808 2803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=914992 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 168181368 936951808 2803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.510194 s]
/proc/loadavg: 1.37 1.12 1.29 3/90 2677
/proc/meminfo: memFree=1286848/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915332 CPUtime=0.49
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 6905 0 1 0 45 4 0 0 25 0 8 0 168181364 937299968 6646 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072917474 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2676/statm: 228833 6646 2145 14 0 215302 0
[pid=2676/tid=2678] ppid=2674 vsize=915332 CPUtime=0
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 6 0 0 0 0 0 0 0 20 0 8 0 168181367 937299968 6646 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915332 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 168181368 937299968 6646 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915332 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 168181368 937299968 6646 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33135 s]
/proc/loadavg: 1.37 1.12 1.29 3/97 2684
/proc/meminfo: memFree=1237512/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1.31
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 15109 0 1 0 120 11 0 0 25 0 8 0 168181364 937553920 14849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073466908 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2676/statm: 228895 14849 2540 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.05
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 992 0 0 0 5 0 0 0 17 0 8 0 168181367 937553920 14849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 14849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.22
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 404 0 0 0 22 0 0 0 15 0 8 0 168181371 937553920 14849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 14849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 14849 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) 915580

[startup+2.97867 s]
/proc/loadavg: 1.37 1.12 1.29 3/97 2684
/proc/meminfo: memFree=1237384/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=2.95
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 15111 0 1 0 284 11 0 0 25 0 8 0 168181364 937553920 14850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739909 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2676/statm: 228895 14850 2540 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.05
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 992 0 0 0 5 0 0 0 16 0 8 0 168181367 937553920 14850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 14850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.22
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 406 0 0 0 22 0 0 0 16 0 8 0 168181371 937553920 14850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 14850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 14850 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) 915580

[startup+6.26031 s]
/proc/loadavg: 1.42 1.13 1.30 3/97 2684
/proc/meminfo: memFree=1237320/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=6.2
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 15135 0 1 0 609 11 0 0 25 0 8 0 168181364 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073745084 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2676/statm: 228895 14873 2543 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.05
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 992 0 0 0 5 0 0 0 16 0 8 0 168181367 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.26
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 423 0 0 0 25 1 0 0 15 0 8 0 168181371 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 14873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915580

[startup+12.7376 s]
/proc/loadavg: 1.46 1.15 1.30 3/97 2684
/proc/meminfo: memFree=1237320/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=12.6
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 15145 0 1 0 1249 11 0 0 25 0 8 0 168181364 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073738725 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2676/statm: 228895 14880 2544 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.05
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 992 0 0 0 5 0 0 0 16 0 8 0 168181367 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.26
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 427 0 0 0 25 1 0 0 16 0 8 0 168181371 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 14880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915580

[startup+25.5801 s]
/proc/loadavg: 1.58 1.19 1.31 3/97 2684
/proc/meminfo: memFree=1199304/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=25.32
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 15153 0 1 0 2521 11 0 0 25 0 8 0 168181364 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737026 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 14886 2544 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.05
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 992 0 0 0 5 0 0 0 16 0 8 0 168181367 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.28
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 434 0 0 0 27 1 0 0 16 0 8 0 168181371 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) R 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 14886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915580

[startup+51.1891 s]
/proc/loadavg: 1.79 1.27 1.33 3/97 2684
/proc/meminfo: memFree=1198664/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=50.92
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 15316 0 1 0 5081 11 0 0 25 0 8 0 168181364 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734784 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 15048 2544 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.05
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 992 0 0 0 5 0 0 0 16 0 8 0 168181367 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.28
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 168181371 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 15048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 915580

[startup+102.419 s]
/proc/loadavg: 1.91 1.38 1.37 3/97 2684
/proc/meminfo: memFree=1196040/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=102.13
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 15966 0 1 0 10202 11 0 0 25 0 8 0 168181364 937553920 15698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739116 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 15698 2544 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.05
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 992 0 0 0 5 0 0 0 16 0 8 0 168181367 937553920 15698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 15698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 1420.23
Current children cumulated vsize (KiB) 915580

[startup+1483.79 s]
/proc/loadavg: 2.01 2.01 1.84 3/97 2684
/proc/meminfo: memFree=935816/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1480.28
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 19404 0 1 0 148015 13 0 0 25 0 8 0 168181364 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 19133 2548 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.07
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 2304 0 0 0 7 0 0 0 16 0 8 0 168181367 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.29
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 441 0 0 0 28 1 0 0 16 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.28
Current children cumulated vsize (KiB) 915580

[startup+1543.88 s]
/proc/loadavg: 2.00 2.00 1.84 3/97 2684
/proc/meminfo: memFree=935752/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1540.35
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 19404 0 1 0 154022 13 0 0 25 0 8 0 168181364 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073466908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 19133 2548 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.07
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 2304 0 0 0 7 0 0 0 16 0 8 0 168181367 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.29
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 441 0 0 0 28 1 0 0 16 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.35
Current children cumulated vsize (KiB) 915580

[startup+1603.93 s]
/proc/loadavg: 2.00 2.00 1.85 3/97 2684
/proc/meminfo: memFree=935752/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1600.38
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 19404 0 1 0 160025 13 0 0 25 0 8 0 168181364 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739852 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 19133 2548 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.07
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 2304 0 0 0 7 0 0 0 16 0 8 0 168181367 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.29
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 441 0 0 0 28 1 0 0 16 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.38
Current children cumulated vsize (KiB) 915580

[startup+1664.01 s]
/proc/loadavg: 2.00 2.00 1.86 3/97 2684
/proc/meminfo: memFree=935688/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1660.43
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 19404 0 1 0 166030 13 0 0 25 0 8 0 168181364 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073745095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 19133 2548 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.07
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 2304 0 0 0 7 0 0 0 16 0 8 0 168181367 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.29
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 441 0 0 0 28 1 0 0 16 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.43
Current children cumulated vsize (KiB) 915580

[startup+1724.08 s]
/proc/loadavg: 2.00 2.00 1.86 3/97 2684
/proc/meminfo: memFree=911240/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1720.4
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 19404 0 1 0 172027 13 0 0 25 0 8 0 168181364 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736167 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 19133 2548 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.07
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 2304 0 0 0 7 0 0 0 16 0 8 0 168181367 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.29
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 441 0 0 0 28 1 0 0 16 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.4
Current children cumulated vsize (KiB) 915580

[startup+1784.17 s]
/proc/loadavg: 2.00 2.00 1.87 3/97 2684
/proc/meminfo: memFree=911176/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1780.47
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 19404 0 1 0 178034 13 0 0 25 0 8 0 168181364 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734770 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 19133 2548 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.07
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 2304 0 0 0 7 0 0 0 16 0 8 0 168181367 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.29
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 441 0 0 0 28 1 0 0 16 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.47
Current children cumulated vsize (KiB) 915580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.82 s]
/proc/loadavg: 1.93 1.98 1.86 3/93 2757
/proc/meminfo: memFree=1316200/2055888 swapFree=4095388/4096564
[pid=2676] ppid=2674 vsize=915580 CPUtime=1800.06
/proc/2676/stat : 2676 (java) R 2674 2676 2286 0 -1 0 19404 0 1 0 179993 13 0 0 25 0 8 0 168181364 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073466899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2676/statm: 228895 19133 2548 14 0 215364 0
[pid=2676/tid=2678] ppid=2674 vsize=915580 CPUtime=0.07
/proc/2676/task/2678/stat : 2678 (java) S 2674 2676 2286 0 -1 64 2304 0 0 0 7 0 0 0 16 0 8 0 168181367 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2679] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2679/stat : 2679 (java) S 2674 2676 2286 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2680] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2680/stat : 2680 (java) S 2674 2676 2286 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168181368 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2681] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2681/stat : 2681 (java) S 2674 2676 2286 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2682] ppid=2674 vsize=915580 CPUtime=0.29
/proc/2676/task/2682/stat : 2682 (java) S 2674 2676 2286 0 -1 64 441 0 0 0 28 1 0 0 16 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2676/tid=2683] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2683/stat : 2683 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2676/tid=2684] ppid=2674 vsize=915580 CPUtime=0
/proc/2676/task/2684/stat : 2684 (java) S 2674 2676 2286 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168181371 937553920 19133 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915580

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

Child status: 143
Real time (s): 1803.85
CPU time (s): 1800.1
CPU user time (s): 1799.95
CPU system time (s): 0.147977
CPU usage (%): 99.7918
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19421
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= 37894
involuntary context switches= 34458

runsolver used 2.57861 s user time and 6.28504 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 19:24:03 UTC 2007


IDJOB= 210404
IDBENCH= 4617
FILE ID= node76/210404-1168197842

PBS_JOBID= 3480715

Free space on /tmp= 66644 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-25-23.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210404-1168197842/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-210404-1168197842 -o ROOT/results/node76/solver-210404-1168197842 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210404-1168197842/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d1e2f3220fab5fbd5475193200eb5868

RANDOM SEED= 242945834

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1287328 kB
Buffers:         43436 kB
Cached:         546376 kB
SwapCached:        428 kB
Active:         227392 kB
Inactive:       487252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1287328 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            4500 kB
Writeback:           0 kB
Mapped:         144272 kB
Slab:            39232 kB
Committed_AS:  7025784 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66646 MiB



End job on node76 on Sun Jan  7 19:54:07 UTC 2007