Trace number 200893

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.2 1801.39

General information on the benchmark

Namefapp/fapp11-15/fapp14/
fapp14-2500-4.xml
MD5SUM39d481ee1e8825b3aa8dc8a62c67556c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=esac.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/200893-1168144167/unknown.xml
0.46	   
0.46	   domains being loaded...
0.50	   
0.50	   variables being loaded...
0.78	     nbVariables=2500  nbDomainTypes=30  minDomainSize=42  maxDomainSize=362
0.78	       =>  wckTime=0.379  cpuTime=0.29  mem=35M193
0.78	   
0.78	   predicates being loaded...
0.79	   
0.79	   constraints being loaded...
201.74	   
201.74	   INFO : Stopping converting binary constraints (cpu=200.08, mem = 136M422)
206.28	     nbConstraints=21610  nbMergedConstraints=19157  nbConvertedConstraints=3750  nbConvertConstraintsChecks=336266716
206.28	     nbExtensionStructures=3275  nbSharedExtensionStructures=475  nbConflictsStructures=3275
206.28	     nbSharedConflictsStructures=475  nbSharedBinaryRepresentations=1629777  nbEvaluationManagers=13583
206.28	     nbSharedEvaluationManagers=4277  maxDegree=27  maxArity=2
206.28	       =>  wckTime=205.873  cpuTime=204.08  mem=173M915
206.73	   
206.73	   solver IterativeSystematicSolver being built... 
207.34	       =>  wckTime=206.933  cpuTime=204.52  mem=222M262
299.79	   
299.80	   INFO : Stopping ESAC
299.80	   
299.80	   preprocessing
299.80	     nbConstraintChecks=173539005  nbValidityChecks=64646404  nbPropagations=44919  nbRevisions=718916
299.80	     nbUselessRevisions=656362  nbSingletonTests=713  nbEffectiveSingletonTests=62  nbESACBranches=38
299.80	     nbRemovedValues=453954  detectedInconsistency=no
299.80	       =>  wckTime=92.438  cpuTime=92.35  mem=222M262
301.41	   
301.41	   search
301.41	     run=0  nbConstraintChecks=2017264  nbValidityChecks=2702367  nbPropagations=47880  nbRevisions=771171
301.41	     nbUselessRevisions=703122  nbAssignments=42  nbFailedAssignments=25  nbBacktracks=11  nbVisitedNodes=72
301.41	     nbRestartNogoods=0  mapSize=0  nbInferences=0  nbTooLargeKeys=17
301.41	       =>  wckTime=94.05  cpuTime=93.88  mem=198M718
302.29	   
302.29	   search
302.29	     run=1  nbConstraintChecks=3737711  nbValidityChecks=5728696  nbPropagations=98547  nbRevisions=1589596
302.29	     nbUselessRevisions=1448947  nbAssignments=78  nbFailedAssignments=38  nbBacktracks=26  nbVisitedNodes=128
302.29	     nbRestartNogoods=1  mapSize=0  nbInferences=0  nbTooLargeKeys=40
302.29	       =>  wckTime=94.936  cpuTime=94.76  mem=198M718
303.78	   
303.78	   search
303.78	     run=2  nbConstraintChecks=6604835  nbValidityChecks=10257689  nbPropagations=153451  nbRevisions=2480771
303.78	     nbUselessRevisions=2260227  nbAssignments=131  nbFailedAssignments=59  nbBacktracks=49  nbVisitedNodes=217
303.78	     nbRestartNogoods=4  mapSize=0  nbInferences=0  nbTooLargeKeys=72
303.78	       =>  wckTime=96.418  cpuTime=96.24  mem=198M718
306.98	   
306.98	   search
306.98	     run=3  nbConstraintChecks=12958156  nbValidityChecks=20678250  nbPropagations=217232  nbRevisions=3519899
306.98	     nbUselessRevisions=3205696  nbAssignments=224  nbFailedAssignments=94  nbBacktracks=82  nbVisitedNodes=350
306.98	     nbRestartNogoods=11  mapSize=0  nbInferences=0  nbTooLargeKeys=111
306.98	       =>  wckTime=99.627  cpuTime=99.44  mem=198M718
310.31	   
310.31	   search
310.31	     run=4  nbConstraintChecks=19360192  nbValidityChecks=31432221  nbPropagations=291054  nbRevisions=4731908
310.31	     nbUselessRevisions=4306262  nbAssignments=339  nbFailedAssignments=153  nbBacktracks=133  nbVisitedNodes=553
310.31	     nbRestartNogoods=15  mapSize=0  nbInferences=0  nbTooLargeKeys=167
310.31	       =>  wckTime=102.949  cpuTime=102.76  mem=198M718
321.74	   
321.74	   search
321.74	     run=5  nbConstraintChecks=43016379  nbValidityChecks=56800734  nbPropagations=385673  nbRevisions=6321945
321.74	     nbUselessRevisions=5744190  nbAssignments=826  nbFailedAssignments=421  nbBacktracks=209  nbVisitedNodes=1349
321.74	     nbRestartNogoods=19  mapSize=0  nbInferences=0  nbTooLargeKeys=386
321.74	       =>  wckTime=114.38  cpuTime=114.17  mem=198M718
353.82	   
353.82	   search
353.82	     run=6  nbConstraintChecks=109042425  nbValidityChecks=124416445  nbPropagations=557266  nbRevisions=9183981
353.82	     nbUselessRevisions=8283018  nbAssignments=1472  nbFailedAssignments=541  nbBacktracks=324  nbVisitedNodes=2118
353.82	     nbRestartNogoods=29  mapSize=0  nbInferences=0  nbTooLargeKeys=851
353.82	       =>  wckTime=146.463  cpuTime=146.24  mem=198M718
479.57	   
479.57	   INFO : Stopping hyperNogood (mapSize=0, nbTooLargekeys=1084, mem=198M718)
488.96	   
488.96	   search
488.96	     run=7  nbConstraintChecks=413401210  nbValidityChecks=578297330  nbPropagations=1082283  nbRevisions=17400318
488.96	     nbUselessRevisions=15766679  nbAssignments=7606  nbFailedAssignments=585  nbBacktracks=495  nbVisitedNodes=2627
488.96	     nbRestartNogoods=62
488.96	       =>  wckTime=281.6  cpuTime=281.28  mem=198M718
509.87	   
509.87	   search
509.87	     run=8  nbConstraintChecks=457369057  nbValidityChecks=636916871  nbPropagations=1671761  nbRevisions=26663400
509.87	     nbUselessRevisions=24182585  nbAssignments=8583  nbFailedAssignments=998  nbBacktracks=751  nbVisitedNodes=4104
509.87	     nbRestartNogoods=71
509.87	       =>  wckTime=302.512  cpuTime=302.16  mem=198M718
605.04	   
605.04	   search
605.04	     run=9  nbConstraintChecks=663894746  nbValidityChecks=946524680  nbPropagations=2510737  nbRevisions=39882764
605.04	     nbUselessRevisions=36141888  nbAssignments=11606  nbFailedAssignments=1360  nbBacktracks=1141  nbVisitedNodes=5679
605.04	     nbRestartNogoods=99
605.04	       =>  wckTime=397.686  cpuTime=397.27  mem=198M718
663.30	   
663.30	   search
663.30	     run=10  nbConstraintChecks=789199567  nbValidityChecks=1123280279  nbPropagations=3489969  nbRevisions=55275041
663.30	     nbUselessRevisions=50075212  nbAssignments=14522  nbFailedAssignments=1743  nbBacktracks=1718  nbVisitedNodes=7597
663.30	     nbRestartNogoods=137
663.30	       =>  wckTime=455.943  cpuTime=455.49  mem=198M718
741.90	   
741.91	   search
741.91	     run=11  nbConstraintChecks=960909828  nbValidityChecks=1330779445  nbPropagations=4671741  nbRevisions=74018479
741.91	     nbUselessRevisions=66944119  nbAssignments=16828  nbFailedAssignments=2270  nbBacktracks=2585  nbVisitedNodes=10024
741.91	     nbRestartNogoods=158
741.91	       =>  wckTime=534.548  cpuTime=534.04  mem=198M718
877.30	   
877.30	   search
877.30	     run=12  nbConstraintChecks=1250095432  nbValidityChecks=1654915105  nbPropagations=6200720  nbRevisions=99501220
877.30	     nbUselessRevisions=89814175  nbAssignments=21038  nbFailedAssignments=4795  nbBacktracks=3882  nbVisitedNodes=17277
877.30	     nbRestartNogoods=167
877.30	       =>  wckTime=669.939  cpuTime=669.35  mem=198M718
1117.44	   
1117.44	   search
1117.44	     run=13  nbConstraintChecks=1773676989  nbValidityChecks=2276736044  nbPropagations=8435505  nbRevisions=137161974
1117.44	     nbUselessRevisions=123159643  nbAssignments=25684  nbFailedAssignments=7189  nbBacktracks=5828
1117.44	     nbVisitedNodes=25053  nbRestartNogoods=187
1117.44	       =>  wckTime=910.081  cpuTime=909.35  mem=198M718
1293.32	   
1293.32	   search
1293.32	     run=14  nbConstraintChecks=2126554553  nbValidityChecks=2715298178  nbPropagations=11342351  nbRevisions=185774632
1293.32	     nbUselessRevisions=165951892  nbAssignments=32159  nbFailedAssignments=9629  nbBacktracks=8751
1293.32	     nbVisitedNodes=34466  nbRestartNogoods=203
1293.32	       =>  wckTime=1085.966  cpuTime=1085.13  mem=198M718
1569.92	   
1569.93	   search
1569.93	     run=15  nbConstraintChecks=2707861968  nbValidityChecks=3498229539  nbPropagations=15208958  nbRevisions=250216292
1569.93	     nbUselessRevisions=222639669  nbAssignments=48470  nbFailedAssignments=16066  nbBacktracks=13131
1569.93	     nbVisitedNodes=53565  nbRestartNogoods=235
1569.93	       =>  wckTime=1362.567  cpuTime=1361.57  mem=198M718

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/node42/watcher-200893-1168144167 -o ROOT/results/node42/solver-200893-1168144167 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200893-1168144167/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.06 1.01 1.09 3/65 11748
/proc/meminfo: memFree=1801056/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=18540 CPUtime=0
/proc/11747/stat : 11747 (runsolver) R 11745 11747 7715 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 162815893 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11747/statm: 4635 279 244 17 0 2626 0

[startup+0.103908 s]
/proc/loadavg: 1.06 1.01 1.09 3/65 11748
/proc/meminfo: memFree=1801056/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=47976 CPUtime=0
/proc/11747/stat : 11747 (java) D 11745 11747 7715 0 -1 0 1223 0 1 0 0 0 0 0 20 0 1 0 162815893 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/11747/statm: 11994 972 769 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47976

[startup+0.515951 s]
/proc/loadavg: 1.06 1.01 1.09 3/65 11748
/proc/meminfo: memFree=1801056/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915328 CPUtime=0.39
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 6022 0 1 0 34 5 0 0 16 0 8 0 162815893 937295872 5761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228832 5762 2133 14 0 215302 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 915328

[startup+1.33804 s]
/proc/loadavg: 1.05 1.01 1.09 2/72 11755
/proc/meminfo: memFree=1720744/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=1.2
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 24470 0 1 0 109 11 0 0 16 0 8 0 162815893 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448266 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228912 24207 2160 14 0 215382 0
[pid=11747/tid=11749] ppid=11745 vsize=915648 CPUtime=0.09
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 7927 0 0 0 7 2 0 0 16 0 8 0 162815907 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915648 CPUtime=0.14
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 410 0 0 0 14 0 0 0 15 0 8 0 162815911 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937623552 24207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 915648

[startup+2.97422 s]
/proc/loadavg: 1.05 1.01 1.09 2/72 11755
/proc/meminfo: memFree=1705896/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=2.83
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 26192 0 1 0 271 12 0 0 17 0 8 0 162815893 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832162 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228912 25926 2180 14 0 215382 0
[pid=11747/tid=11749] ppid=11745 vsize=915648 CPUtime=0.2
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 9572 0 0 0 17 3 0 0 17 0 8 0 162815907 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915648 CPUtime=0.16
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 423 0 0 0 16 0 0 0 16 0 8 0 162815911 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937623552 25926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 915648

[startup+6.25158 s]
/proc/loadavg: 1.05 1.01 1.09 2/72 11755
/proc/meminfo: memFree=1705520/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=6.11
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 26208 0 1 0 599 12 0 0 17 0 8 0 162815893 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153473394 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228912 25941 2181 14 0 215382 0
[pid=11747/tid=11749] ppid=11745 vsize=915648 CPUtime=0.2
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 9572 0 0 0 17 3 0 0 16 0 8 0 162815907 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915648 CPUtime=0.17
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 437 0 0 0 17 0 0 0 15 0 8 0 162815911 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937623552 25941 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915648

[startup+12.7303 s]
/proc/loadavg: 1.04 1.01 1.09 2/72 11755
/proc/meminfo: memFree=1705712/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=12.59
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 26211 0 1 0 1246 13 0 0 18 0 8 0 162815893 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834592 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228912 25944 2181 14 0 215382 0
[pid=11747/tid=11749] ppid=11745 vsize=915648 CPUtime=0.2
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 9572 0 0 0 17 3 0 0 16 0 8 0 162815907 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915648 CPUtime=0.18
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 440 0 0 0 18 0 0 0 16 0 8 0 162815911 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937623552 25944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915648

[startup+25.5747 s]
/proc/loadavg: 1.04 1.01 1.09 2/72 11755
/proc/meminfo: memFree=1695224/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=25.43
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 28915 0 1 0 2528 15 0 0 17 0 8 0 162815893 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073836279 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228912 28645 2181 14 0 215382 0
[pid=11747/tid=11749] ppid=11745 vsize=915648 CPUtime=0.33
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 12272 0 0 0 29 4 0 0 16 0 8 0 162815907 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915648 CPUtime=0.18
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 441 0 0 0 18 0 0 0 15 0 8 0 162815911 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937623552 28645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 915648

[startup+51.2526 s]
/proc/loadavg: 1.02 1.01 1.08 2/72 11755
/proc/meminfo: memFree=1695096/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=51.09
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 28922 0 1 0 5091 18 0 0 25 0 8 0 162815893 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847546 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228912 28651 2181 14 0 215382 0
[pid=11747/tid=11749] ppid=11745 vsize=915648 CPUtime=0.33
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 12272 0 0 0 29 4 0 0 16 0 8 0 162815907 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915648 CPUtime=0.19
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 447 0 0 0 19 0 0 0 16 0 8 0 162815911 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937623552 28651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 915648

[startup+102.504 s]
/proc/loadavg: 1.01 1.00 1.08 2/72 11755
/proc/meminfo: memFree=1665848/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=102.33
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 36267 0 1 0 10207 26 0 0 25 0 8 0 162815893 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839152 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 228912 35992 2181 14 0 215382 0
[pid=11747/tid=11749] ppid=11745 vsize=915648 CPUtime=0.72
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 19606 0 0 0 65 7 0 0 16 0 8 0 162815907 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915648 CPUtime=0.2
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 454 0 0 0 20 0 0 0 16 0 8 0 162815911 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915648 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937623552 35992 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 915648

[startup+162.586 s]
/proc/loadavg: 1.00 1.00 1.07 2/72 11755
/proc/meminfo: memFree=1654712/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915648 CPUtime=162.39
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 39054 0 1 0 16207 32 0 0 25 0 8 0 162815893 937623552 38778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 915928

[startup+1482.93 s]
/proc/loadavg: 1.07 1.02 1.00 2/72 11755
/proc/meminfo: memFree=1543160/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915928 CPUtime=1481.94
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 67228 0 1 0 148142 52 0 0 25 0 8 0 162815893 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074213913 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 228982 66876 2547 14 0 215452 0
[pid=11747/tid=11749] ppid=11745 vsize=915928 CPUtime=2.11
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 49914 0 0 0 191 20 0 0 16 0 8 0 162815907 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915928 CPUtime=0.39
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 616 0 0 0 38 1 0 0 16 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 915928

[startup+1542.95 s]
/proc/loadavg: 1.02 1.01 1.00 2/72 11755
/proc/meminfo: memFree=1543160/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915928 CPUtime=1541.91
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 67228 0 1 0 154139 52 0 0 25 0 8 0 162815893 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074240569 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 228982 66876 2547 14 0 215452 0
[pid=11747/tid=11749] ppid=11745 vsize=915928 CPUtime=2.11
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 49914 0 0 0 191 20 0 0 16 0 8 0 162815907 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915928 CPUtime=0.39
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 616 0 0 0 38 1 0 0 16 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 915928

[startup+1602.97 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 11755
/proc/meminfo: memFree=1543096/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915928 CPUtime=1601.88
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 67228 0 1 0 160136 52 0 0 25 0 8 0 162815893 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074230216 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 228982 66876 2547 14 0 215452 0
[pid=11747/tid=11749] ppid=11745 vsize=915928 CPUtime=2.11
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 49914 0 0 0 191 20 0 0 16 0 8 0 162815907 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915928 CPUtime=0.39
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 616 0 0 0 38 1 0 0 16 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 915928

[startup+1662.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 11755
/proc/meminfo: memFree=1543096/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915928 CPUtime=1661.86
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 67228 0 1 0 166134 52 0 0 25 0 8 0 162815893 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832807 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 228982 66876 2547 14 0 215452 0
[pid=11747/tid=11749] ppid=11745 vsize=915928 CPUtime=2.11
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 49914 0 0 0 191 20 0 0 16 0 8 0 162815907 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915928 CPUtime=0.39
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 616 0 0 0 38 1 0 0 16 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 915928

[startup+1722.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 11755
/proc/meminfo: memFree=1543032/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915928 CPUtime=1721.83
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 67228 0 1 0 172131 52 0 0 25 0 8 0 162815893 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838568 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 228982 66876 2547 14 0 215452 0
[pid=11747/tid=11749] ppid=11745 vsize=915928 CPUtime=2.11
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 49914 0 0 0 191 20 0 0 16 0 8 0 162815907 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915928 CPUtime=0.39
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 616 0 0 0 38 1 0 0 16 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 915928

[startup+1783 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 11755
/proc/meminfo: memFree=1543032/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915928 CPUtime=1781.81
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 67228 0 1 0 178129 52 0 0 25 0 8 0 162815893 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074225600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 228982 66876 2547 14 0 215452 0
[pid=11747/tid=11749] ppid=11745 vsize=915928 CPUtime=2.11
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 49914 0 0 0 191 20 0 0 16 0 8 0 162815907 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915928 CPUtime=0.39
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 616 0 0 0 38 1 0 0 16 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 915928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 11755
/proc/meminfo: memFree=1543032/2055920 swapFree=4191892/4192956
[pid=11747] ppid=11745 vsize=915928 CPUtime=1800.1
/proc/11747/stat : 11747 (java) R 11745 11747 7715 0 -1 0 67228 0 1 0 179958 52 0 0 25 0 8 0 162815893 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073856705 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 228982 66876 2547 14 0 215452 0
[pid=11747/tid=11749] ppid=11745 vsize=915928 CPUtime=2.11
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 7715 0 -1 64 49914 0 0 0 191 20 0 0 16 0 8 0 162815907 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 7715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 7715 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162815908 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 7715 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=915928 CPUtime=0.39
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 7715 0 -1 64 616 0 0 0 38 1 0 0 16 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=915928 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 7715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162815911 937910272 66876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915928

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

Child status: 143
Real time (s): 1801.39
CPU time (s): 1800.2
CPU user time (s): 1799.64
CPU system time (s): 0.565913
CPU usage (%): 99.9342
Max. virtual memory (cumulated for all children) (KiB): 915928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.565913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67245
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= 38033
involuntary context switches= 39688

runsolver used 1.45078 s user time and 4.94125 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Jan  7 04:29:27 UTC 2007


IDJOB= 200893
IDBENCH= 3733
FILE ID= node42/200893-1168144167

PBS_JOBID= 3478058

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp14/fapp14-2500-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200893-1168144167/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-200893-1168144167 -o ROOT/results/node42/solver-200893-1168144167 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200893-1168144167/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  39d481ee1e8825b3aa8dc8a62c67556c

RANDOM SEED= 285761792

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.229
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.229
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:       1801472 kB
Buffers:         24148 kB
Cached:         157216 kB
SwapCached:        400 kB
Active:         106980 kB
Inactive:        89608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801472 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            7284 kB
Writeback:           0 kB
Mapped:          24000 kB
Slab:            43832 kB
Committed_AS:  2988992 kB
PageTables:       1408 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= 66551 MiB



End job on node42 on Sun Jan  7 04:59:28 UTC 2007