Trace number 206657

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.09 1810.36

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-20_ext.xml
MD5SUM82885f515122b77a7ef90be7c3b3cf82
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/206657-1168176066/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.101  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
1.59	   
1.59	   constraints being loaded...
2.35	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.35	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.35	     nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
2.35	       =>  wckTime=2.036  cpuTime=1.62  mem=58M83
2.52	   
2.52	   solver IterativeSystematicSolver being built... 
2.69	       =>  wckTime=2.376  cpuTime=1.77  mem=65M620
2.83	   
2.83	   preprocessing
2.83	     nbConstraintChecks=43105  nbValidityChecks=68836  nbPropagations=243  nbRevisions=2508  nbUselessRevisions=2225
2.83	     nbSingletonTests=33  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0  detectedInconsistency=no
2.83	       =>  wckTime=0.13  cpuTime=0.1  mem=65M620
2.92	   
2.92	   search
2.92	     run=0  nbConstraintChecks=45279  nbValidityChecks=77257  nbPropagations=582  nbRevisions=6650
2.92	     nbUselessRevisions=5518  nbAssignments=30  nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=50
2.92	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
2.92	       =>  wckTime=0.224  cpuTime=0.19  mem=66M628
3.10	   
3.10	   search
3.10	     run=1  nbConstraintChecks=143748  nbValidityChecks=258833  nbPropagations=1802  nbRevisions=21838
3.10	     nbUselessRevisions=17935  nbAssignments=77  nbFailedAssignments=38  nbBacktracks=26  nbVisitedNodes=134
3.10	     nbRestartNogoods=2  mapSize=23  nbInferences=0  nbTooLargeKeys=0
3.10	       =>  wckTime=0.405  cpuTime=0.36  mem=66M628
3.29	   
3.29	   search
3.29	     run=2  nbConstraintChecks=244974  nbValidityChecks=457115  nbPropagations=3940  nbRevisions=48066
3.29	     nbUselessRevisions=39239  nbAssignments=157  nbFailedAssignments=76  nbBacktracks=50  nbVisitedNodes=254
3.29	     nbRestartNogoods=11  mapSize=46  nbInferences=0  nbTooLargeKeys=0
3.29	       =>  wckTime=0.594  cpuTime=0.54  mem=66M628
3.65	   
3.65	   search
3.65	     run=3  nbConstraintChecks=455257  nbValidityChecks=859122  nbPropagations=7800  nbRevisions=97186
3.65	     nbUselessRevisions=78663  nbAssignments=313  nbFailedAssignments=192  nbBacktracks=83  nbVisitedNodes=554
3.65	     nbRestartNogoods=12  mapSize=79  nbInferences=0  nbTooLargeKeys=0
3.65	       =>  wckTime=0.956  cpuTime=0.89  mem=66M628
4.12	   
4.12	   search
4.12	     run=4  nbConstraintChecks=723276  nbValidityChecks=1441754  nbPropagations=14151  nbRevisions=177779
4.12	     nbUselessRevisions=143418  nbAssignments=544  nbFailedAssignments=285  nbBacktracks=134  nbVisitedNodes=833
4.12	     nbRestartNogoods=24  mapSize=126  nbInferences=0  nbTooLargeKeys=0
4.12	       =>  wckTime=1.425  cpuTime=1.35  mem=66M628
4.58	   
4.58	   search
4.58	     run=5  nbConstraintChecks=989597  nbValidityChecks=1938165  nbPropagations=22681  nbRevisions=286044
4.58	     nbUselessRevisions=230486  nbAssignments=703  nbFailedAssignments=362  nbBacktracks=210  nbVisitedNodes=1115
4.58	     nbRestartNogoods=26  mapSize=185  nbInferences=0  nbTooLargeKeys=0
4.58	       =>  wckTime=1.889  cpuTime=1.81  mem=66M628
5.27	   
5.27	   search
5.27	     run=6  nbConstraintChecks=1405485  nbValidityChecks=2717595  nbPropagations=34794  nbRevisions=439253
5.27	     nbUselessRevisions=353140  nbAssignments=983  nbFailedAssignments=522  nbBacktracks=323  nbVisitedNodes=1623
5.27	     nbRestartNogoods=28  mapSize=280  nbInferences=0  nbTooLargeKeys=0
5.27	       =>  wckTime=2.577  cpuTime=2.49  mem=66M628
6.40	   
6.40	   search
6.41	     run=7  nbConstraintChecks=2059656  nbValidityChecks=4015985  nbPropagations=53846  nbRevisions=677397
6.41	     nbUselessRevisions=542465  nbAssignments=1520  nbFailedAssignments=882  nbBacktracks=494  nbVisitedNodes=2656
6.41	     nbRestartNogoods=32  mapSize=446  nbInferences=0  nbTooLargeKeys=0
6.41	       =>  wckTime=3.71  cpuTime=3.61  mem=66M628
8.15	   
8.15	   search
8.15	     run=8  nbConstraintChecks=3100084  nbValidityChecks=6008854  nbPropagations=82648  nbRevisions=1038413
8.15	     nbUselessRevisions=828327  nbAssignments=2290  nbFailedAssignments=1388  nbBacktracks=751  nbVisitedNodes=4110
8.15	     nbRestartNogoods=39  mapSize=679  nbInferences=0  nbTooLargeKeys=0
8.15	       =>  wckTime=5.453  cpuTime=5.33  mem=66M628
10.94	   
10.94	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=66M628)
11.20	   
11.20	   search
11.20	     run=9  nbConstraintChecks=4929008  nbValidityChecks=9561457  nbPropagations=127898  nbRevisions=1609693
11.20	     nbUselessRevisions=1279768  nbAssignments=3726  nbFailedAssignments=2420  nbBacktracks=1135  nbVisitedNodes=6885
11.20	     nbRestartNogoods=52
11.20	       =>  wckTime=8.502  cpuTime=8.35  mem=66M628
15.29	   
15.29	   search
15.29	     run=10  nbConstraintChecks=7407934  nbValidityChecks=14280794  nbPropagations=193135  nbRevisions=2445666
15.29	     nbUselessRevisions=1940770  nbAssignments=5274  nbFailedAssignments=3366  nbBacktracks=1711  nbVisitedNodes=9719
15.29	     nbRestartNogoods=75
15.29	       =>  wckTime=12.594  cpuTime=12.42  mem=66M628
19.67	   
19.67	   search
19.67	     run=11  nbConstraintChecks=10067612  nbValidityChecks=19171535  nbPropagations=283409  nbRevisions=3582810
19.67	     nbUselessRevisions=2841461  nbAssignments=6981  nbFailedAssignments=4200  nbBacktracks=2579  nbVisitedNodes=12761
19.67	     nbRestartNogoods=81
19.67	       =>  wckTime=16.978  cpuTime=16.78  mem=66M628
27.88	   
27.88	   search
27.88	     run=12  nbConstraintChecks=15208247  nbValidityChecks=29048513  nbPropagations=419739  nbRevisions=5285791
27.88	     nbUselessRevisions=4183880  nbAssignments=10634  nbFailedAssignments=6549  nbBacktracks=3877  nbVisitedNodes=19650
27.88	     nbRestartNogoods=91
27.88	       =>  wckTime=25.181  cpuTime=24.94  mem=66M628
39.99	   
39.99	   search
39.99	     run=13  nbConstraintChecks=22708806  nbValidityChecks=43332433  nbPropagations=622419  nbRevisions=7833654
39.99	     nbUselessRevisions=6191621  nbAssignments=15668  nbFailedAssignments=9602  nbBacktracks=5824  nbVisitedNodes=28940
39.99	     nbRestartNogoods=101
39.99	       =>  wckTime=37.299  cpuTime=37.0  mem=66M628
64.39	   
64.39	   search
64.39	     run=14  nbConstraintChecks=37234005  nbValidityChecks=71968786  nbPropagations=956057  nbRevisions=12083536
64.39	     nbUselessRevisions=9540262  nbAssignments=26338  nbFailedAssignments=17346  nbBacktracks=8743  nbVisitedNodes=49828
64.39	     nbRestartNogoods=108
64.39	       =>  wckTime=61.699  cpuTime=60.82  mem=66M628
93.81	   
93.81	   search
93.81	     run=15  nbConstraintChecks=55175161  nbValidityChecks=106253415  nbPropagations=1449450  nbRevisions=18385081
93.81	     nbUselessRevisions=14506341  nbAssignments=38735  nbFailedAssignments=25321  nbBacktracks=13122
93.81	     nbVisitedNodes=73192  nbRestartNogoods=133
93.81	       =>  wckTime=91.113  cpuTime=89.95  mem=66M628
130.65	   
130.65	   search
130.65	     run=16  nbConstraintChecks=77634362  nbValidityChecks=148248755  nbPropagations=2140606  nbRevisions=27128527
130.65	     nbUselessRevisions=21404666  nbAssignments=53347  nbFailedAssignments=33327  nbBacktracks=19692
130.65	     nbVisitedNodes=99886  nbRestartNogoods=158
130.65	       =>  wckTime=127.954  cpuTime=126.31  mem=66M628
193.55	   
193.55	   search
193.55	     run=17  nbConstraintChecks=116470718  nbValidityChecks=222090191  nbPropagations=3161213  nbRevisions=39998715
193.55	     nbUselessRevisions=31541939  nbAssignments=78794  nbFailedAssignments=48915  nbBacktracks=29545
193.55	     nbVisitedNodes=147297  nbRestartNogoods=168
193.55	       =>  wckTime=190.852  cpuTime=188.54  mem=66M628
294.09	   
294.09	   search
294.09	     run=18  nbConstraintChecks=177711832  nbValidityChecks=341988070  nbPropagations=4747629  nbRevisions=60049858
294.09	     nbUselessRevisions=47357378  nbAssignments=124156  nbFailedAssignments=79492  nbBacktracks=44323
294.09	     nbVisitedNodes=234364  nbRestartNogoods=187
294.09	       =>  wckTime=291.399  cpuTime=288.4  mem=66M628
434.34	   
434.34	   search
434.34	     run=19  nbConstraintChecks=263983451  nbValidityChecks=505147316  nbPropagations=7083117  nbRevisions=89654682
434.34	     nbUselessRevisions=70720234  nbAssignments=179799  nbFailedAssignments=112944  nbBacktracks=66492
434.34	     nbVisitedNodes=338123  nbRestartNogoods=213
434.34	       =>  wckTime=431.641  cpuTime=427.95  mem=66M628
699.00	   
699.00	   search
699.00	     run=20  nbConstraintChecks=424292850  nbValidityChecks=813473554  nbPropagations=10849997  nbRevisions=137866144
699.00	     nbUselessRevisions=108702773  nbAssignments=297700  nbFailedAssignments=197573  nbBacktracks=99744
699.00	     nbVisitedNodes=568956  nbRestartNogoods=228
699.00	       =>  wckTime=696.307  cpuTime=691.33  mem=66M628
1004.03	   
1004.03	   search
1004.03	     run=21  nbConstraintChecks=611348363  nbValidityChecks=1166829873  nbPropagations=16264046  nbRevisions=206977830
1004.03	     nbUselessRevisions=163173525  nbAssignments=420910  nbFailedAssignments=270899  nbBacktracks=149624
1004.03	     nbVisitedNodes=798320  nbRestartNogoods=255
1004.04	       =>  wckTime=1001.339  cpuTime=994.86  mem=66M628
1447.29	   
1447.29	   search
1447.29	     run=22  nbConstraintChecks=885114900  nbValidityChecks=1691187911  nbPropagations=24133340  nbRevisions=306781004
1447.29	     nbUselessRevisions=241891320  nbAssignments=611753  nbFailedAssignments=386919  nbBacktracks=224443
1447.29	     nbVisitedNodes=1154576  nbRestartNogoods=273
1447.29	       =>  wckTime=1444.597  cpuTime=1435.99  mem=66M628

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/node11/watcher-206657-1168176066 -o ROOT/results/node11/solver-206657-1168176066 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206657-1168176066/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: 2.03 2.03 2.00 4/98 1057
/proc/meminfo: memFree=1142824/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=9948 CPUtime=0
/proc/1056/stat : 1056 (java) S 1054 1056 529 0 -1 0 723 0 0 0 0 0 0 0 18 0 1 0 166001631 10186752 472 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/1056/statm: 2487 472 386 14 0 1142 0

[startup+0.103573 s]
/proc/loadavg: 2.03 2.03 2.00 4/98 1057
/proc/meminfo: memFree=1142824/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=914988 CPUtime=0.08
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 2987 0 1 0 6 2 0 0 17 0 8 0 166001631 936947712 2733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154107649 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511659 s]
/proc/loadavg: 2.03 2.03 2.00 4/98 1057
/proc/meminfo: memFree=1142824/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915328 CPUtime=0.49
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 7484 0 1 0 44 5 0 0 18 0 8 0 166001631 937295872 7223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445393 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228832 7223 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33281 s]
/proc/loadavg: 2.03 2.03 2.00 4/105 1064
/proc/meminfo: memFree=1075696/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915328 CPUtime=1.3
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 19099 0 1 0 118 12 0 0 25 0 8 0 166001631 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073557534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228832 18837 2149 14 0 215302 0
[pid=1056/tid=1058] ppid=1054 vsize=915328 CPUtime=0.05
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 2680 0 0 0 4 1 0 0 17 0 8 0 166001635 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915328 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915328 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915328 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915328 CPUtime=0.07
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 308 0 0 0 7 0 0 0 16 0 8 0 166001639 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915328 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915328 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915328

[startup+2.98214 s]
/proc/loadavg: 2.03 2.03 2.00 4/105 1064
/proc/meminfo: memFree=1035248/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=2.95
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32573 0 1 0 276 19 0 0 25 0 8 0 166001631 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32308 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 17 0 8 0 166001635 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.19
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 373 0 0 0 18 1 0 0 15 0 8 0 166001639 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915440

[startup+6.2778 s]
/proc/loadavg: 2.03 2.03 2.00 3/105 1064
/proc/meminfo: memFree=1022960/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=6.22
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32587 0 1 0 602 20 0 0 25 0 8 0 166001631 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072916972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32320 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 17 0 8 0 166001635 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.22
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 386 0 0 0 21 1 0 0 15 0 8 0 166001639 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915440

[startup+12.7641 s]
/proc/loadavg: 2.03 2.03 2.00 3/105 1064
/proc/meminfo: memFree=1022960/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=12.67
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32602 0 1 0 1247 20 0 0 25 0 8 0 166001631 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32332 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.25
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 166001639 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915440

[startup+25.6376 s]
/proc/loadavg: 2.02 2.03 2.00 4/105 1064
/proc/meminfo: memFree=1023088/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=25.48
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32606 0 1 0 2528 20 0 0 25 0 8 0 166001631 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32335 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 403 0 0 0 25 1 0 0 15 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915440

[startup+51.2997 s]
/proc/loadavg: 2.09 2.04 2.00 3/105 1154
/proc/meminfo: memFree=1404600/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=50.62
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32606 0 1 0 5041 21 0 0 25 0 8 0 166001631 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32335 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 403 0 0 0 25 1 0 0 15 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32335 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 915440

[startup+102.595 s]
/proc/loadavg: 2.04 2.03 2.00 3/105 1154
/proc/meminfo: memFree=1384440/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=101.42
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32608 0 1 0 10120 22 0 0 25 0 8 0 166001631 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32336 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915440

[startup+162.697 s]
/proc/loadavg: 2.01 2.02 2.00 3/105 1154
/proc/meminfo: memFree=1359992/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=160.76
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32608 0 1 0 16054 22 0 0 25 0 8 0 166001631 937410560 32336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1414.7
Current children cumulated vsize (KiB) 915440

[startup+1483.13 s]
/proc/loadavg: 2.06 2.03 2.00 3/105 1154
/proc/meminfo: memFree=1047800/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=1474.43
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32609 0 1 0 147410 33 0 0 25 0 8 0 166001631 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817353 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32337 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.43
Current children cumulated vsize (KiB) 915440

[startup+1543.15 s]
/proc/loadavg: 2.06 2.03 2.00 3/105 1154
/proc/meminfo: memFree=1018104/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=1534.16
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32609 0 1 0 153383 33 0 0 25 0 8 0 166001631 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32337 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.16
Current children cumulated vsize (KiB) 915440

[startup+1603.16 s]
/proc/loadavg: 2.08 2.04 2.00 3/105 1154
/proc/meminfo: memFree=1017976/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=1593.88
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32609 0 1 0 159355 33 0 0 25 0 8 0 166001631 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32337 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.88
Current children cumulated vsize (KiB) 915440

[startup+1663.17 s]
/proc/loadavg: 2.08 2.04 2.00 3/105 1154
/proc/meminfo: memFree=1017976/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=1653.61
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32609 0 1 0 165327 34 0 0 25 0 8 0 166001631 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32337 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.61
Current children cumulated vsize (KiB) 915440

[startup+1723.2 s]
/proc/loadavg: 2.03 2.03 2.00 3/105 1154
/proc/meminfo: memFree=987832/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=1713.35
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32609 0 1 0 171300 35 0 0 25 0 8 0 166001631 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32337 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.35
Current children cumulated vsize (KiB) 915440

[startup+1783.22 s]
/proc/loadavg: 2.06 2.04 2.00 3/105 1154
/proc/meminfo: memFree=987768/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=1773.08
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32609 0 1 0 177273 35 0 0 25 0 8 0 166001631 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32337 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.08
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.29 s]
/proc/loadavg: 2.04 2.03 2.00 3/105 1154
/proc/meminfo: memFree=987640/2055920 swapFree=4192812/4192956
[pid=1056] ppid=1054 vsize=915440 CPUtime=1800.02
/proc/1056/stat : 1056 (java) R 1054 1056 529 0 -1 0 32609 0 1 0 179967 35 0 0 25 0 8 0 166001631 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073799065 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1056/statm: 228860 32337 2531 14 0 215330 0
[pid=1056/tid=1058] ppid=1054 vsize=915440 CPUtime=0.46
/proc/1056/task/1058/stat : 1058 (java) S 1054 1056 529 0 -1 64 15581 0 0 0 40 6 0 0 16 0 8 0 166001635 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1059] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1059/stat : 1059 (java) S 1054 1056 529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1060] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1060/stat : 1060 (java) S 1054 1056 529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166001636 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1061] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1061/stat : 1061 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1062] ppid=1054 vsize=915440 CPUtime=0.26
/proc/1056/task/1062/stat : 1062 (java) S 1054 1056 529 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1063] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1063/stat : 1063 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1056/tid=1064] ppid=1054 vsize=915440 CPUtime=0
/proc/1056/task/1064/stat : 1064 (java) S 1054 1056 529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166001639 937410560 32337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1810.36
CPU time (s): 1800.09
CPU user time (s): 1799.71
CPU system time (s): 0.376942
CPU usage (%): 99.4326
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32625
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= 37784
involuntary context switches= 74267

runsolver used 2.13667 s user time and 6.18706 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 13:21:06 UTC 2007


IDJOB= 206657
IDBENCH= 4225
FILE ID= node11/206657-1168176066

PBS_JOBID= 3478846

Free space on /tmp= 66327 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-20_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206657-1168176066/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-206657-1168176066 -o ROOT/results/node11/solver-206657-1168176066 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206657-1168176066/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  82885f515122b77a7ef90be7c3b3cf82

RANDOM SEED= 806917481

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1143304 kB
Buffers:         31404 kB
Cached:         191092 kB
SwapCached:          0 kB
Active:         721484 kB
Inactive:       132736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1143304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7500 kB
Writeback:           0 kB
Mapped:         660656 kB
Slab:            41876 kB
Committed_AS:  5603120 kB
PageTables:       3544 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= 66327 MiB



End job on node11 on Sun Jan  7 13:51:16 UTC 2007