Trace number 235425

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.16 1814.54

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-5.xml
MD5SUMfd20efe5e097ff070631e30f733d0e3f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.881865
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size511
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/235425-1168337731/unknown.xml
0.39	   
0.39	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.46	     nbVariables=100  nbDomainTypes=100  minDomainSize=413  maxDomainSize=511
0.46	       =>  wckTime=0.125  cpuTime=0.1  mem=8M840
0.46	   
0.46	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
50.46	     nbConstraints=900  nbConvertedConstraints=900  nbConvertConstraintsChecks=195309590  nbExtensionStructures=900
50.46	     nbSharedExtensionStructures=0  nbConflictsStructures=900  nbSharedConflictsStructures=0
50.46	     nbSharedBinaryRepresentations=290502  maxDegree=18  maxArity=2
50.46	       =>  wckTime=50.124  cpuTime=49.28  mem=88M562
50.67	   
50.67	   solver IterativeSystematicSolver being built... 
50.83	       =>  wckTime=50.494  cpuTime=49.41  mem=87M385
51.03	   
51.03	   preprocessing
51.03	     nbConstraintChecks=3781557  nbPropagations=1859  nbRevisions=3020  nbUselessRevisions=1143  nbSingletonTests=109
51.03	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
51.03	       =>  wckTime=0.194  cpuTime=0.17  mem=87M385
51.30	   
51.30	   search
51.30	     run=0  nbConstraintChecks=3294397  nbPropagations=2404  nbRevisions=5930  nbUselessRevisions=2395  nbAssignments=86
51.30	     nbFailedAssignments=73  nbBacktracks=10  nbVisitedNodes=170  nbRestartNogoods=0  mapSize=10  nbInferences=0
51.30	     nbTooLargeKeys=0
51.30	       =>  wckTime=0.466  cpuTime=0.43  mem=87M385
52.18	   
52.18	   search
52.18	     run=1  nbConstraintChecks=41880751  nbPropagations=8421  nbRevisions=40931  nbUselessRevisions=17160
52.18	     nbAssignments=1104  nbFailedAssignments=1059  nbBacktracks=25  nbVisitedNodes=2175  nbRestartNogoods=12  mapSize=25
52.18	     nbInferences=0  nbTooLargeKeys=0
52.18	       =>  wckTime=1.348  cpuTime=1.3  mem=88M327
52.84	   
52.84	   search
52.84	     run=2  nbConstraintChecks=72042785  nbPropagations=17113  nbRevisions=96601  nbUselessRevisions=40796
52.84	     nbAssignments=1802  nbFailedAssignments=1732  nbBacktracks=47  nbVisitedNodes=3568  nbRestartNogoods=27  mapSize=47
52.84	     nbInferences=0  nbTooLargeKeys=0
52.84	       =>  wckTime=2.002  cpuTime=1.93  mem=88M327
53.58	   
53.58	   search
53.58	     run=3  nbConstraintChecks=104551225  nbPropagations=32502  nbRevisions=176454  nbUselessRevisions=72922
53.58	     nbAssignments=2581  nbFailedAssignments=2279  nbBacktracks=80  nbVisitedNodes=4731  nbRestartNogoods=98  mapSize=80
53.58	     nbInferences=0  nbTooLargeKeys=0
53.58	       =>  wckTime=2.742  cpuTime=2.67  mem=88M327
55.99	   
55.99	   search
55.99	     run=4  nbConstraintChecks=211040138  nbPropagations=69615  nbRevisions=325799  nbUselessRevisions=131440
55.99	     nbAssignments=4976  nbFailedAssignments=3704  nbBacktracks=130  nbVisitedNodes=7684  nbRestartNogoods=262
55.99	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
55.99	       =>  wckTime=5.153  cpuTime=5.07  mem=88M327
57.92	   
57.92	   search
57.92	     run=5  nbConstraintChecks=305376270  nbPropagations=119567  nbRevisions=537197  nbUselessRevisions=213628
57.92	     nbAssignments=7055  nbFailedAssignments=5393  nbBacktracks=205  nbVisitedNodes=11215  nbRestartNogoods=390
57.92	     mapSize=205  nbInferences=0  nbTooLargeKeys=0
57.92	       =>  wckTime=7.088  cpuTime=7.01  mem=88M327
63.18	   
63.18	   search
63.18	     run=6  nbConstraintChecks=557291709  nbPropagations=191493  nbRevisions=935390  nbUselessRevisions=376165
63.18	     nbAssignments=13531  nbFailedAssignments=11753  nbBacktracks=318  nbVisitedNodes=24164  nbRestartNogoods=409
63.18	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
63.18	       =>  wckTime=12.346  cpuTime=12.26  mem=89M270
67.53	   
67.53	   search
67.53	     run=7  nbConstraintChecks=796272448  nbPropagations=299444  nbRevisions=1492998  nbUselessRevisions=607498
67.53	     nbAssignments=17668  nbFailedAssignments=15563  nbBacktracks=488  nbVisitedNodes=32125  nbRestartNogoods=550
67.53	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
67.53	       =>  wckTime=16.694  cpuTime=16.6  mem=89M270
72.56	   
72.56	   search
72.56	     run=8  nbConstraintChecks=1024867464  nbPropagations=441879  nbRevisions=2249633  nbUselessRevisions=926720
72.56	     nbAssignments=23444  nbFailedAssignments=20900  nbBacktracks=744  nbVisitedNodes=43314  nbRestartNogoods=665
72.56	     mapSize=744  nbInferences=0  nbTooLargeKeys=0
72.56	       =>  wckTime=21.729  cpuTime=21.63  mem=90M213
85.71	   
85.71	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=91M155)
87.21	   
87.21	   search
87.21	     run=9  nbConstraintChecks=1712342555  nbPropagations=675609  nbRevisions=3577051  nbUselessRevisions=1504713
87.21	     nbAssignments=40619  nbFailedAssignments=37205  nbBacktracks=1128  nbVisitedNodes=76695  nbRestartNogoods=827
87.21	       =>  wckTime=36.378  cpuTime=36.27  mem=91M155
102.92	   
102.92	   search
102.92	     run=10  nbConstraintChecks=2546276451  nbPropagations=1036936  nbRevisions=5517606  nbUselessRevisions=2348465
102.92	     nbAssignments=56166  nbFailedAssignments=52173  nbBacktracks=1704  nbVisitedNodes=107766  nbRestartNogoods=835
102.92	       =>  wckTime=52.09  cpuTime=51.94  mem=91M155
117.85	   
117.85	   search
117.85	     run=11  nbConstraintChecks=3267166428  nbPropagations=1497709  nbRevisions=8063659  nbUselessRevisions=3461372
117.85	     nbAssignments=73203  nbFailedAssignments=68308  nbBacktracks=2568  nbVisitedNodes=141765  nbRestartNogoods=937
117.85	       =>  wckTime=67.018  cpuTime=66.86  mem=91M155
184.67	   
184.67	   search
184.67	     run=12  nbConstraintChecks=6944600082  nbPropagations=2394426  nbRevisions=12971401  nbUselessRevisions=5696770
184.67	     nbAssignments=135158  nbFailedAssignments=128445  nbBacktracks=3865  nbVisitedNodes=264630  nbRestartNogoods=1058
184.67	       =>  wckTime=133.838  cpuTime=133.47  mem=91M155
218.51	   
218.51	   search
218.51	     run=13  nbConstraintChecks=8600307831  nbPropagations=3564564  nbRevisions=19257004  nbUselessRevisions=8534536
218.51	     nbAssignments=170353  nbFailedAssignments=161599  nbBacktracks=5811  nbVisitedNodes=334782  nbRestartNogoods=1176
218.51	       =>  wckTime=167.678  cpuTime=167.0  mem=91M155
288.27	   
288.27	   search
288.27	     run=14  nbConstraintChecks=12110366350  nbPropagations=5216966  nbRevisions=28275789  nbUselessRevisions=12626638
288.27	     nbAssignments=243114  nbFailedAssignments=231438  nbBacktracks=8730  nbVisitedNodes=480256  nbRestartNogoods=1395
288.27	       =>  wckTime=237.441  cpuTime=236.13  mem=91M155
380.00	   
380.00	   search
380.00	     run=15  nbConstraintChecks=16684710136  nbPropagations=7602573  nbRevisions=40719463  nbUselessRevisions=18182641
380.00	     nbAssignments=332128  nbFailedAssignments=315728  nbBacktracks=13108  nbVisitedNodes=657563  nbRestartNogoods=1498
380.00	       =>  wckTime=329.164  cpuTime=327.02  mem=91M155
609.57	   
609.57	   search
609.57	     run=16  nbConstraintChecks=28537802279  nbPropagations=11474868  nbRevisions=61591356  nbUselessRevisions=27698927
609.57	     nbAssignments=558810  nbFailedAssignments=535839  nbBacktracks=19676  nbVisitedNodes=1110893  nbRestartNogoods=1528
609.57	       =>  wckTime=558.734  cpuTime=554.47  mem=91M155
804.05	   
804.05	   search
804.05	     run=17  nbConstraintChecks=38173030879  nbPropagations=16842135  nbRevisions=89979233  nbUselessRevisions=40457512
804.05	     nbAssignments=753424  nbFailedAssignments=720406  nbBacktracks=29528  nbVisitedNodes=1499560  nbRestartNogoods=1648
804.05	       =>  wckTime=753.22  cpuTime=747.16  mem=91M155
1363.25	   
1363.25	   search
1363.25	     run=18  nbConstraintChecks=64127556593  nbPropagations=25988215  nbRevisions=141006332  nbUselessRevisions=64143589
1363.25	     nbAssignments=1357874  nbFailedAssignments=1309784  nbBacktracks=44306  nbVisitedNodes=2707850
1363.25	     nbRestartNogoods=1835
1363.25	       =>  wckTime=1312.415  cpuTime=1301.27  mem=91M155
1744.73	   
1744.73	   search
1744.73	     run=19  nbConstraintChecks=82978804465  nbPropagations=38028650  nbRevisions=207322087  nbUselessRevisions=94601940
1744.73	     nbAssignments=1747300  nbFailedAssignments=1677040  nbBacktracks=66474  nbVisitedNodes=3486101
1744.73	     nbRestartNogoods=1916
1744.73	       =>  wckTime=1693.899  cpuTime=1679.92  mem=91M155

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/node5/watcher-235425-1168337731 -o ROOT/results/node5/solver-235425-1168337731 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/235425-1168337731/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.92 2.05 2.02 4/86 17884
/proc/meminfo: memFree=1237424/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=1784 CPUtime=0
/proc/17883/stat : 17883 (java) D 17881 17883 17814 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 162387562 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7893796 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17883/statm: 446 163 128 14 0 91 0

[startup+0.107161 s]
/proc/loadavg: 1.92 2.05 2.02 4/86 17884
/proc/meminfo: memFree=1237424/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=907808 CPUtime=0.04
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 2456 0 1 0 4 0 0 0 20 0 4 0 162387562 929595392 2203 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 226952 2204 1214 14 0 214535 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907808

[startup+0.515199 s]
/proc/loadavg: 1.92 2.05 2.02 4/86 17884
/proc/meminfo: memFree=1237424/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915328 CPUtime=0.45
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 6700 0 1 0 42 3 0 0 25 0 8 0 162387562 937295872 6439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600133 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228832 6440 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33629 s]
/proc/loadavg: 1.92 2.05 2.02 3/93 17891
/proc/meminfo: memFree=1213880/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1.27
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 8413 0 1 0 123 4 0 0 25 0 8 0 162387562 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751203 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 8151 2167 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 162387570 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 162387571 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162387571 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.12
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 358 0 0 0 12 0 0 0 16 0 8 0 162387574 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 8151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915448

[startup+2.97348 s]
/proc/loadavg: 1.92 2.05 2.02 3/93 17891
/proc/meminfo: memFree=1211448/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=2.91
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 9345 0 1 0 287 4 0 0 25 0 8 0 162387562 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 9083 2167 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 162387570 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 162387571 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162387571 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.13
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 359 0 0 0 13 0 0 0 16 0 8 0 162387574 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915448

[startup+6.26085 s]
/proc/loadavg: 1.93 2.05 2.02 3/93 17891
/proc/meminfo: memFree=1203704/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=6.2
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 11158 0 1 0 614 6 0 0 25 0 8 0 162387562 937418752 10896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767186 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 10896 2167 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 162387570 937418752 10896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 162387571 937418752 10896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162387571 937418752 10896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 10896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.13
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 362 0 0 0 13 0 0 0 16 0 8 0 162387574 937418752 10896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 10896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 10896 18446744073709551615 134512640 134570532 4294956464 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) 915448

[startup+12.7396 s]
/proc/loadavg: 1.93 2.04 2.02 3/93 17891
/proc/meminfo: memFree=1188728/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=12.67
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 14741 0 1 0 1259 8 0 0 25 0 8 0 162387562 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751094 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 14478 2168 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 162387570 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 162387571 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162387571 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.15
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 372 0 0 0 15 0 0 0 17 0 8 0 162387574 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 14478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915448

[startup+25.615 s]
/proc/loadavg: 2.03 2.06 2.03 3/93 17891
/proc/meminfo: memFree=1153976/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=25.54
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 23288 0 1 0 2541 13 0 0 25 0 8 0 162387562 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 23024 2179 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.27
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 6973 0 0 0 25 2 0 0 16 0 8 0 162387570 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.15
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 373 0 0 0 15 0 0 0 16 0 8 0 162387574 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 23024 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915448

[startup+51.219 s]
/proc/loadavg: 2.02 2.05 2.02 3/93 17891
/proc/meminfo: memFree=1097528/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=51.11
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37779 0 1 0 5089 22 0 0 25 0 8 0 162387562 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37511 2545 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 17 0 8 0 162387570 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.25
/proc/17883/task/17889/stat : 17889 (java) R 17881 17883 17814 0 -1 64 419 0 0 0 24 1 0 0 15 0 8 0 162387574 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 915448

[startup+102.431 s]
/proc/loadavg: 2.07 2.06 2.02 3/93 17891
/proc/meminfo: memFree=1097336/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=102.27
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37815 0 1 0 10204 23 0 0 25 0 8 0 162387562 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073973113 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37541 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.3
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 447 0 0 0 29 1 0 0 17 0 8 0 162387574 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 915448

[startup+162.481 s]
/proc/loadavg: 2.02 2.05 2.02 3/93 17891
/proc/meminfo: memFree=1097336/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=162.26
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37815 0 1 0 16203 23 0 0 25 0 8 0 162387562 937418752 37541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073980242 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1412.1
Current children cumulated vsize (KiB) 915448

[startup+1483.86 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 17891
/proc/meminfo: memFree=1097144/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1471.63
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37817 0 1 0 147136 27 0 0 25 0 8 0 162387562 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073973113 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37542 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.31
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 448 0 0 0 30 1 0 0 16 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.63
Current children cumulated vsize (KiB) 915448

[startup+1543.93 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 17891
/proc/meminfo: memFree=1097144/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1531.15
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37817 0 1 0 153088 27 0 0 25 0 8 0 162387562 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073973054 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37542 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.31
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 448 0 0 0 30 1 0 0 16 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.15
Current children cumulated vsize (KiB) 915448

[startup+1604 s]
/proc/loadavg: 2.02 2.02 2.00 3/101 17965
/proc/meminfo: memFree=1059256/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1590.77
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37817 0 1 0 159049 28 0 0 25 0 8 0 162387562 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073973113 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37542 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.31
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 448 0 0 0 30 1 0 0 16 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.77
Current children cumulated vsize (KiB) 915448

[startup+1664.08 s]
/proc/loadavg: 2.01 2.01 2.00 3/101 17965
/proc/meminfo: memFree=1059384/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1650.51
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37817 0 1 0 165022 29 0 0 25 0 8 0 162387562 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073962606 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37542 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.31
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 448 0 0 0 30 1 0 0 16 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.51
Current children cumulated vsize (KiB) 915448

[startup+1724.16 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 17965
/proc/meminfo: memFree=1059384/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1710.27
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37817 0 1 0 170998 29 0 0 25 0 8 0 162387562 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073989446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37542 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.31
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 448 0 0 0 30 1 0 0 16 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.27
Current children cumulated vsize (KiB) 915448

[startup+1784.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 17965
/proc/meminfo: memFree=1059384/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1770.01
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37817 0 1 0 176972 29 0 0 25 0 8 0 162387562 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073973175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37542 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.31
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 448 0 0 0 30 1 0 0 16 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.01
Current children cumulated vsize (KiB) 915448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.48 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 17965
/proc/meminfo: memFree=1057144/2055920 swapFree=4192812/4192956
[pid=17883] ppid=17881 vsize=915448 CPUtime=1800.09
/proc/17883/stat : 17883 (java) R 17881 17883 17814 0 -1 0 37817 0 1 0 179980 29 0 0 25 0 8 0 162387562 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073984449 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17883/statm: 228862 37542 2546 14 0 215332 0
[pid=17883/tid=17885] ppid=17881 vsize=915448 CPUtime=0.84
/proc/17883/task/17885/stat : 17885 (java) S 17881 17883 17814 0 -1 64 20732 0 0 0 77 7 0 0 16 0 8 0 162387570 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17886] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17886/stat : 17886 (java) S 17881 17883 17814 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17887] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17887/stat : 17887 (java) S 17881 17883 17814 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162387571 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17888] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17888/stat : 17888 (java) S 17881 17883 17814 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17889] ppid=17881 vsize=915448 CPUtime=0.31
/proc/17883/task/17889/stat : 17889 (java) S 17881 17883 17814 0 -1 64 448 0 0 0 30 1 0 0 16 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17890] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17890/stat : 17890 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17883/tid=17891] ppid=17881 vsize=915448 CPUtime=0
/proc/17883/task/17891/stat : 17891 (java) S 17881 17883 17814 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162387574 937418752 37542 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915448

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

Child status: 143
Real time (s): 1814.54
CPU time (s): 1800.16
CPU user time (s): 1799.83
CPU system time (s): 0.321951
CPU usage (%): 99.2073
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.321951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37833
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= 38122
involuntary context switches= 57535

runsolver used 2.20566 s user time and 5.71013 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Jan  9 10:15:31 UTC 2007


IDJOB= 235425
IDBENCH= 6769
FILE ID= node5/235425-1168337731

PBS_JOBID= 3503134

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-95-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/235425-1168337731/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-235425-1168337731 -o ROOT/results/node5/solver-235425-1168337731 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/235425-1168337731/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fd20efe5e097ff070631e30f733d0e3f

RANDOM SEED= 482918446

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:       1237840 kB
Buffers:         76780 kB
Cached:         625184 kB
SwapCached:          0 kB
Active:         281576 kB
Inactive:       473896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          75960 kB
Slab:            47400 kB
Committed_AS:  4570736 kB
PageTables:       2136 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= 66554 MiB



End job on node5 on Tue Jan  9 10:45:47 UTC 2007