Trace number 248402

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.13 1801.3

General information on the benchmark

Nameprimes/primes-30/
primes-30-40-3-7.xml
MD5SUMa0de567f2362f52b0bf4a25e5df8136f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity10
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.33	     name=/tmp/evaluation/248402-1168085972/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.40	       =>  wckTime=0.106  cpuTime=0.09  mem=7M927
0.40	   
0.40	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.54	     nbConstraints=40  nbSingletonDomainVariables=6  nbDisconnectedVariables=6  nbUnbuiltConflictsStructures=40
0.54	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  maxDegree=10  maxArity=10
0.54	       =>  wckTime=0.246  cpuTime=0.18  mem=10M853
0.58	   
0.58	   solver IterativeSystematicSolver being built... 
0.75	       =>  wckTime=0.45  cpuTime=0.33  mem=16M827
1.30	   
1.30	   preprocessing
1.30	     nbConstraintChecks=1340841  nbValidityChecks=167  nbPropagations=100  nbRevisions=3  nbUselessRevisions=2
1.30	     nbRemovedValues=52  detectedInconsistency=no
1.30	       =>  wckTime=0.556  cpuTime=0.54  mem=16M827
8.53	   
8.53	   search
8.53	     run=0  nbConstraintChecks=11289757  nbValidityChecks=233  nbPropagations=1923  nbRevisions=911
8.53	     nbUselessRevisions=5  nbAssignments=918  nbFailedAssignments=896  nbBacktracks=10  nbVisitedNodes=1815
8.53	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
8.53	       =>  wckTime=7.781  cpuTime=7.7  mem=16M827
21.10	   
21.10	   search
21.10	     run=1  nbConstraintChecks=31201832  nbValidityChecks=4942  nbPropagations=7038  nbRevisions=3447
21.10	     nbUselessRevisions=27  nbAssignments=2502  nbFailedAssignments=2464  nbBacktracks=25  nbVisitedNodes=4967
21.10	     nbRestartNogoods=5  mapSize=22  nbInferences=0  nbTooLargeKeys=0
21.10	       =>  wckTime=20.352  cpuTime=20.19  mem=16M827
41.63	   
41.63	   search
41.63	     run=2  nbConstraintChecks=62536817  nbValidityChecks=11388  nbPropagations=17182  nbRevisions=8537
41.63	     nbUselessRevisions=62  nbAssignments=4989  nbFailedAssignments=4928  nbBacktracks=47  nbVisitedNodes=9918
41.63	     nbRestartNogoods=19  mapSize=44  nbInferences=0  nbTooLargeKeys=0
41.63	       =>  wckTime=40.884  cpuTime=40.62  mem=16M827
72.49	   
72.50	   search
72.50	     run=3  nbConstraintChecks=109378742  nbValidityChecks=18266  nbPropagations=34867  nbRevisions=17457
72.50	     nbUselessRevisions=117  nbAssignments=8719  nbFailedAssignments=8624  nbBacktracks=80  nbVisitedNodes=17344
72.50	     nbRestartNogoods=41  mapSize=77  nbInferences=0  nbTooLargeKeys=0
72.50	       =>  wckTime=71.747  cpuTime=71.27  mem=16M827
118.94	   
118.94	   search
118.94	     run=4  nbConstraintChecks=178623336  nbValidityChecks=24158  nbPropagations=63756  nbRevisions=32061
118.94	     nbUselessRevisions=192  nbAssignments=14258  nbFailedAssignments=14112  nbBacktracks=130  nbVisitedNodes=28371
118.94	     nbRestartNogoods=74  mapSize=127  nbInferences=0  nbTooLargeKeys=0
118.94	       =>  wckTime=118.191  cpuTime=117.43  mem=16M827
193.22	   
193.22	   search
193.22	     run=5  nbConstraintChecks=284780305  nbValidityChecks=41642  nbPropagations=109778  nbRevisions=55367
193.22	     nbUselessRevisions=313  nbAssignments=22734  nbFailedAssignments=22512  nbBacktracks=205  nbVisitedNodes=45247
193.22	     nbRestartNogoods=80  mapSize=202  nbInferences=0  nbTooLargeKeys=0
193.22	       =>  wckTime=192.475  cpuTime=191.68  mem=16M827
299.14	   
299.14	   search
299.14	     run=6  nbConstraintChecks=443216778  nbValidityChecks=63164  nbPropagations=181392  nbRevisions=91665
299.14	     nbUselessRevisions=493  nbAssignments=35392  nbFailedAssignments=35056  nbBacktracks=318  nbVisitedNodes=70449
299.14	     nbRestartNogoods=155  mapSize=315  nbInferences=0  nbTooLargeKeys=0
299.14	       =>  wckTime=298.39  cpuTime=297.56  mem=16M827
464.98	   
464.98	   search
464.98	     run=7  nbConstraintChecks=680799063  nbValidityChecks=94706  nbPropagations=291396  nbRevisions=147449
464.98	     nbUselessRevisions=757  nbAssignments=54379  nbFailedAssignments=53872  nbBacktracks=488  nbVisitedNodes=108252
464.98	     nbRestartNogoods=236  mapSize=485  nbInferences=0  nbTooLargeKeys=0
464.98	       =>  wckTime=464.235  cpuTime=463.36  mem=16M827
716.27	   
716.27	   search
716.27	     run=8  nbConstraintChecks=1039957105  nbValidityChecks=144754  nbPropagations=459432  nbRevisions=232695
716.27	     nbUselessRevisions=1157  nbAssignments=83084  nbFailedAssignments=82320  nbBacktracks=744  nbVisitedNodes=165405
716.27	     nbRestartNogoods=261  mapSize=741  nbInferences=0  nbTooLargeKeys=0
716.27	       =>  wckTime=715.521  cpuTime=714.58  mem=17M802
1015.87	   
1015.87	   INFO : Stopping hyperNogood (mapSize=1046, nbTooLargekeys=0, mem=17M802)
1089.50	   
1089.50	   search
1089.50	     run=9  nbConstraintChecks=1578351807  nbValidityChecks=214800  nbPropagations=714524  nbRevisions=362133
1089.50	     nbUselessRevisions=1751  nbAssignments=126141  nbFailedAssignments=124992  nbBacktracks=1128  nbVisitedNodes=251134
1089.50	     nbRestartNogoods=316
1089.50	       =>  wckTime=1088.753  cpuTime=1087.7  mem=17M802
1654.86	   
1654.86	   search
1654.86	     run=10  nbConstraintChecks=2366738858  nbValidityChecks=695558  nbPropagations=1095993  nbRevisions=555114
1654.86	     nbUselessRevisions=2414  nbAssignments=189397  nbFailedAssignments=187665  nbBacktracks=1704  nbVisitedNodes=377063
1654.86	     nbRestartNogoods=416
1654.86	       =>  wckTime=1654.113  cpuTime=1652.9  mem=17M802

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/node55/watcher-248402-1168085972 -o ROOT/results/node55/solver-248402-1168085972 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248402-1168085972/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.14 0.68 1.20 3/73 14914
/proc/meminfo: memFree=1272160/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=308 CPUtime=0
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 57 0 0 0 0 0 0 0 20 0 1 0 156996290 315392 40 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 6849316 0 0 4096 0 0 0 0 17 1 0 0
/proc/14913/statm: 77 40 31 14 0 5 0

[startup+0.108221 s]
/proc/loadavg: 0.14 0.68 1.20 3/73 14914
/proc/meminfo: memFree=1272160/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=914988 CPUtime=0.09
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 3064 0 1 0 7 2 0 0 24 0 8 0 156996290 936947712 2810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155061896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228747 2810 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.518266 s]
/proc/loadavg: 0.14 0.68 1.20 3/73 14914
/proc/meminfo: memFree=1272160/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915468 CPUtime=0.5
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 7024 0 1 0 45 5 0 0 25 0 8 0 156996290 937439232 6763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228867 6763 2165 14 0 215337 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915468

[startup+1.34434 s]
/proc/loadavg: 0.14 0.68 1.20 3/87 14928
/proc/meminfo: memFree=1223216/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1.31
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9120 0 1 0 125 6 0 0 25 0 8 0 156996290 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925768 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228866 8858 2529 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 212 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.13
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 352 0 0 0 13 0 0 0 16 0 8 0 156996297 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.98349 s]
/proc/loadavg: 0.14 0.68 1.20 3/87 14928
/proc/meminfo: memFree=1222320/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=2.95
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9138 0 1 0 289 6 0 0 25 0 8 0 156996290 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759911 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228866 8875 2530 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 212 0 0 0 2 0 0 0 17 0 8 0 156996293 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.16
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 363 0 0 0 15 1 0 0 15 0 8 0 156996297 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.26281 s]
/proc/loadavg: 0.29 0.70 1.20 3/87 14928
/proc/meminfo: memFree=1222320/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=6.22
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9145 0 1 0 615 7 0 0 25 0 8 0 156996290 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759945 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228866 8879 2530 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 212 0 0 0 2 0 0 0 17 0 8 0 156996293 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.16
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 369 0 0 0 15 1 0 0 15 0 8 0 156996297 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915464

[startup+12.7464 s]
/proc/loadavg: 0.43 0.72 1.21 3/87 14928
/proc/meminfo: memFree=1222256/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=12.68
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9163 0 1 0 1261 7 0 0 25 0 8 0 156996290 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228866 8893 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.18
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156996297 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915464

[startup+25.5887 s]
/proc/loadavg: 0.78 0.78 1.22 3/87 14928
/proc/meminfo: memFree=1222192/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=25.45
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9184 0 1 0 2538 7 0 0 25 0 8 0 156996290 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228866 8910 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.2
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 156996297 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915464

[startup+51.2802 s]
/proc/loadavg: 1.19 0.88 1.24 3/87 14928
/proc/meminfo: memFree=1222064/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=51.04
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9189 0 1 0 5097 7 0 0 25 0 8 0 156996290 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766290 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228866 8914 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.2
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 156996297 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 915464

[startup+102.549 s]
/proc/loadavg: 1.65 1.05 1.28 3/87 14928
/proc/meminfo: memFree=1222000/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=101.9
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9195 0 1 0 10183 7 0 0 25 0 8 0 156996290 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 228866 8920 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.2
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 156996297 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 915464

[startup+162.551 s]
/proc/loadavg: 1.49 1.10 1.28 3/87 14984
/proc/meminfo: memFree=1221736/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=161.83
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9204 0 1 0 16175 8 0 0 25 0 8 0 156996290 937435136 8928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760414 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1421.58
Current children cumulated vsize (KiB) 915464

[startup+1482.65 s]
/proc/loadavg: 2.00 1.97 1.80 3/87 14984
/proc/meminfo: memFree=1220848/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1481.57
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9272 0 1 0 148148 9 0 0 25 0 8 0 156996290 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 228866 8993 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.21
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 398 0 0 0 20 1 0 0 17 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 915464

[startup+1542.66 s]
/proc/loadavg: 2.00 1.97 1.82 4/87 14984
/proc/meminfo: memFree=1220784/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1541.55
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9272 0 1 0 154146 9 0 0 25 0 8 0 156996290 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 228866 8993 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.21
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 398 0 0 0 20 1 0 0 17 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 915464

[startup+1602.66 s]
/proc/loadavg: 2.00 1.97 1.82 3/87 14984
/proc/meminfo: memFree=1220720/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1601.54
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9272 0 1 0 160145 9 0 0 25 0 8 0 156996290 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763508 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 228866 8993 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.21
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 398 0 0 0 20 1 0 0 17 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 915464

[startup+1662.67 s]
/proc/loadavg: 2.00 1.97 1.83 3/87 14984
/proc/meminfo: memFree=1220656/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1661.53
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9278 0 1 0 166144 9 0 0 25 0 8 0 156996290 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760502 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 228866 8999 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.21
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 400 0 0 0 20 1 0 0 16 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.53
Current children cumulated vsize (KiB) 915464

[startup+1722.68 s]
/proc/loadavg: 2.00 1.97 1.83 3/87 14984
/proc/meminfo: memFree=1220592/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1721.52
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9278 0 1 0 172143 9 0 0 25 0 8 0 156996290 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 228866 8999 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.21
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 400 0 0 0 20 1 0 0 16 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.52
Current children cumulated vsize (KiB) 915464

[startup+1782.68 s]
/proc/loadavg: 2.00 1.97 1.84 3/87 14984
/proc/meminfo: memFree=1220656/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1781.51
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9278 0 1 0 178142 9 0 0 25 0 8 0 156996290 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 228866 8999 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.21
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 400 0 0 0 20 1 0 0 16 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.28 s]
/proc/loadavg: 2.00 1.97 1.84 3/87 14984
/proc/meminfo: memFree=1220656/2055920 swapFree=4192812/4192956
[pid=14913] ppid=14911 vsize=915464 CPUtime=1800.1
/proc/14913/stat : 14913 (java) R 14911 14913 14777 0 -1 0 9278 0 1 0 180001 9 0 0 25 0 8 0 156996290 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 228866 8999 2533 14 0 215336 0
[pid=14913/tid=14916] ppid=14911 vsize=915464 CPUtime=0.02
/proc/14913/task/14916/stat : 14916 (java) S 14911 14913 14777 0 -1 64 213 0 0 0 2 0 0 0 16 0 8 0 156996293 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14919/stat : 14919 (java) S 14911 14913 14777 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14920] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14911 14913 14777 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156996294 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14922] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14911 14913 14777 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14924] ppid=14911 vsize=915464 CPUtime=0.21
/proc/14913/task/14924/stat : 14924 (java) S 14911 14913 14777 0 -1 64 400 0 0 0 20 1 0 0 16 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14913/tid=14926] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14926/stat : 14926 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156996297 937435136 8999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14913/tid=14928] ppid=14911 vsize=915464 CPUtime=0
/proc/14913/task/14928/stat : 14928 (java) S 14911 14913 14777 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156996297 937435136 8999 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) 915464

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

Child status: 143
Real time (s): 1801.3
CPU time (s): 1800.13
CPU user time (s): 1800.03
CPU system time (s): 0.101984
CPU usage (%): 99.935
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9296
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= 37596
involuntary context switches= 10103

runsolver used 2.06768 s user time and 4.35534 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan  6 12:19:36 UTC 2007


IDJOB= 248402
IDBENCH= 11704
FILE ID= node55/248402-1168085972

PBS_JOBID= 3476588

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a0de567f2362f52b0bf4a25e5df8136f

RANDOM SEED= 556290219

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.218
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.218
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:       1273256 kB
Buffers:         57068 kB
Cached:         622592 kB
SwapCached:          0 kB
Active:         116584 kB
Inactive:       583112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3340 kB
Writeback:           0 kB
Mapped:          30156 kB
Slab:            68600 kB
Committed_AS:  3072652 kB
PageTables:       1572 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= 66543 MiB



End job on node55 on Sat Jan  6 12:49:43 UTC 2007