Trace number 248596

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.06 1815.99

General information on the benchmark

Nameprimes/primes-25/
primes-25-60-3-5.xml
MD5SUM4ed92c7f1c4b4785d82bdf19b1820ee9
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 constraints60
Maximum constraint arity8
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/248596-1168400389/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96
0.43	       =>  wckTime=0.112  cpuTime=0.09  mem=7M927
0.43	   
0.43	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
0.59	     nbConstraints=60  nbSingletonDomainVariables=1  nbDisconnectedVariables=1  nbUnbuiltConflictsStructures=60
0.59	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=8  maxArity=8
0.59	       =>  wckTime=0.272  cpuTime=0.2  mem=10M853
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.493  cpuTime=0.35  mem=16M613
55.99	   
55.99	   INFO : Stopping ESAC
55.99	   
55.99	   preprocessing
55.99	     nbConstraintChecks=94218199  nbValidityChecks=14922  nbPropagations=598  nbRevisions=409  nbUselessRevisions=92
55.99	     nbSingletonTests=214  nbEffectiveSingletonTests=55  nbESACBranches=14  nbRemovedValues=869
55.99	     detectedInconsistency=no
55.99	       =>  wckTime=55.179  cpuTime=54.65  mem=16M613
70.59	   
70.59	   search
70.59	     run=0  nbConstraintChecks=21613525  nbValidityChecks=7580  nbPropagations=871  nbRevisions=698
70.59	     nbUselessRevisions=147  nbAssignments=51  nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=60
70.59	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
70.59	       =>  wckTime=69.783  cpuTime=69.11  mem=17M604
84.45	   
84.45	   search
84.45	     run=1  nbConstraintChecks=41780688  nbValidityChecks=19319  nbPropagations=2096  nbRevisions=1776
84.45	     nbUselessRevisions=358  nbAssignments=110  nbFailedAssignments=20  nbBacktracks=28  nbVisitedNodes=131
84.45	     nbRestartNogoods=8  mapSize=22  nbInferences=0  nbTooLargeKeys=0
84.45	       =>  wckTime=83.644  cpuTime=82.85  mem=17M604
100.82	   
100.82	   search
100.82	     run=2  nbConstraintChecks=65300465  nbValidityChecks=46517  nbPropagations=4087  nbRevisions=3703
100.82	     nbUselessRevisions=666  nbAssignments=209  nbFailedAssignments=68  nbBacktracks=51  nbVisitedNodes=278
100.82	     nbRestartNogoods=11  mapSize=37  nbInferences=0  nbTooLargeKeys=0
100.82	       =>  wckTime=100.007  cpuTime=99.05  mem=17M604
128.73	   
128.73	   search
128.73	     run=3  nbConstraintChecks=104016240  nbValidityChecks=62623  nbPropagations=6479  nbRevisions=6118
128.73	     nbUselessRevisions=1109  nbAssignments=272  nbFailedAssignments=79  nbBacktracks=87  nbVisitedNodes=352
128.73	     nbRestartNogoods=13  mapSize=63  nbInferences=0  nbTooLargeKeys=0
128.73	       =>  wckTime=127.925  cpuTime=126.71  mem=17M604
155.27	   
155.27	   search
155.27	     run=4  nbConstraintChecks=143032415  nbValidityChecks=82893  nbPropagations=9445  nbRevisions=9213
155.27	     nbUselessRevisions=1743  nbAssignments=371  nbFailedAssignments=93  nbBacktracks=137  nbVisitedNodes=465
155.27	     nbRestartNogoods=14  mapSize=97  nbInferences=0  nbTooLargeKeys=0
155.27	       =>  wckTime=154.454  cpuTime=152.99  mem=17M604
177.92	   
177.92	   search
177.92	     run=5  nbConstraintChecks=174474836  nbValidityChecks=106863  nbPropagations=13068  nbRevisions=13077
177.92	     nbUselessRevisions=2588  nbAssignments=495  nbFailedAssignments=121  nbBacktracks=216  nbVisitedNodes=617
177.92	     nbRestartNogoods=17  mapSize=159  nbInferences=0  nbTooLargeKeys=0
177.92	       =>  wckTime=177.114  cpuTime=175.45  mem=17M604
221.28	   
221.28	   search
221.28	     run=6  nbConstraintChecks=235117489  nbValidityChecks=139313  nbPropagations=17780  nbRevisions=18310
221.28	     nbUselessRevisions=3842  nbAssignments=664  nbFailedAssignments=156  nbBacktracks=330  nbVisitedNodes=821
221.28	     nbRestartNogoods=18  mapSize=226  nbInferences=0  nbTooLargeKeys=0
221.28	       =>  wckTime=220.47  cpuTime=218.42  mem=17M604
300.28	   
300.28	   search
300.28	     run=7  nbConstraintChecks=341339742  nbValidityChecks=198931  nbPropagations=24344  nbRevisions=25788
300.28	     nbUselessRevisions=5681  nbAssignments=926  nbFailedAssignments=219  nbBacktracks=503  nbVisitedNodes=1147
300.28	     nbRestartNogoods=21  mapSize=366  nbInferences=0  nbTooLargeKeys=0
300.28	       =>  wckTime=299.467  cpuTime=296.71  mem=17M604
474.39	   
474.39	   search
474.39	     run=8  nbConstraintChecks=588451594  nbValidityChecks=279803  nbPropagations=35826  nbRevisions=38558
474.39	     nbUselessRevisions=8347  nbAssignments=1392  nbFailedAssignments=410  nbBacktracks=760  nbVisitedNodes=1804
474.39	     nbRestartNogoods=28  mapSize=546  nbInferences=0  nbTooLargeKeys=0
474.39	       =>  wckTime=473.584  cpuTime=469.28  mem=17M604
625.03	   
625.03	   search
625.03	     run=9  nbConstraintChecks=812685622  nbValidityChecks=568313  nbPropagations=57342  nbRevisions=65803
625.03	     nbUselessRevisions=12801  nbAssignments=1940  nbFailedAssignments=557  nbBacktracks=1146  nbVisitedNodes=2519
625.03	     nbRestartNogoods=38  mapSize=816  nbInferences=0  nbTooLargeKeys=0
625.03	       =>  wckTime=624.218  cpuTime=618.54  mem=18M579
759.06	   
759.06	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=18M579)
898.65	   
898.65	   search
898.65	     run=10  nbConstraintChecks=1202594169  nbValidityChecks=858179  nbPropagations=89168  nbRevisions=104961
898.65	     nbUselessRevisions=19324  nbAssignments=2954  nbFailedAssignments=973  nbBacktracks=1724  nbVisitedNodes=3949
898.65	     nbRestartNogoods=51
898.65	       =>  wckTime=897.843  cpuTime=889.75  mem=18M579
1496.11	   
1496.11	   search
1496.11	     run=11  nbConstraintChecks=2073432388  nbValidityChecks=1345067  nbPropagations=132337  nbRevisions=158265
1496.11	     nbUselessRevisions=28428  nbAssignments=4601  nbFailedAssignments=1737  nbBacktracks=2588  nbVisitedNodes=6360
1496.11	     nbRestartNogoods=59
1496.11	       =>  wckTime=1495.298  cpuTime=1481.72  mem=18M579

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-248596-1168400389 -o ROOT/results/node42/solver-248596-1168400389 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248596-1168400389/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.86 1.95 1.98 4/81 7109
/proc/meminfo: memFree=1266312/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=906644 CPUtime=0.02
/proc/7108/stat : 7108 (java) S 7106 7108 6352 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 188438148 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 226661 1818 1036 14 0 214244 0
[pid=7108/tid=7110] ppid=7106 vsize=906644 CPUtime=0
/proc/7108/task/7110/stat : 7110 (java) R 7106 7108 6352 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 188438152 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.102629 s]
/proc/loadavg: 1.86 1.95 1.98 4/81 7109
/proc/meminfo: memFree=1266312/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=914988 CPUtime=0.09
/proc/7108/stat : 7108 (java) S 7106 7108 6352 0 -1 0 2996 0 1 0 7 2 0 0 17 0 8 0 188438148 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228747 2742 1427 14 0 215242 0
[pid=7108/tid=7110] ppid=7106 vsize=914988 CPUtime=0
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 188438152 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510675 s]
/proc/loadavg: 1.86 1.95 1.98 4/81 7109
/proc/meminfo: memFree=1266312/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915328 CPUtime=0.49
/proc/7108/stat : 7108 (java) S 7106 7108 6352 0 -1 0 6789 0 1 0 45 4 0 0 18 0 8 0 188438148 937295872 6528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228832 6528 2145 14 0 215302 0
[pid=7108/tid=7110] ppid=7106 vsize=915328 CPUtime=0
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 188438152 937295872 6528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33176 s]
/proc/loadavg: 1.86 1.95 1.98 3/88 7116
/proc/meminfo: memFree=1240912/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1.29
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9088 0 1 0 123 6 0 0 22 0 8 0 188438148 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763679 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 8826 2540 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.02
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188438152 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.15
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 349 0 0 0 15 0 0 0 19 0 8 0 188438156 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188438156 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.97294 s]
/proc/loadavg: 1.88 1.95 1.98 4/88 7116
/proc/meminfo: memFree=1240912/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=2.92
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9092 0 1 0 286 6 0 0 25 0 8 0 188438148 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073765607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 8829 2540 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.02
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 2 0 0 0 17 0 8 0 188438152 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.15
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 353 0 0 0 15 0 0 0 16 0 8 0 188438156 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188438156 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.17629 s]
/proc/loadavg: 1.88 1.95 1.98 3/88 7116
/proc/meminfo: memFree=1240784/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=6.09
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9102 0 1 0 603 6 0 0 25 0 8 0 188438148 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 8837 2542 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.02
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 2 0 0 0 17 0 8 0 188438152 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.17
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 359 0 0 0 16 1 0 0 16 0 8 0 188438156 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188438156 937435136 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915464

[startup+12.645 s]
/proc/loadavg: 1.89 1.95 1.98 3/88 7116
/proc/meminfo: memFree=1240784/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=12.51
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9106 0 1 0 1244 7 0 0 25 0 8 0 188438148 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758023 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 8838 2542 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.02
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188438152 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.17
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 361 0 0 0 16 1 0 0 16 0 8 0 188438156 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188438156 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915464

[startup+25.4964 s]
/proc/loadavg: 1.91 1.96 1.98 4/88 7116
/proc/meminfo: memFree=1240848/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=25.25
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9115 0 1 0 2518 7 0 0 25 0 8 0 188438148 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 8844 2542 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.02
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188438152 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.17
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 363 0 0 0 16 1 0 0 16 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 915464

[startup+51.0973 s]
/proc/loadavg: 1.94 1.96 1.98 3/88 7116
/proc/meminfo: memFree=1240848/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=50.61
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9117 0 1 0 5054 7 0 0 25 0 8 0 188438148 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 8844 2542 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.02
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188438152 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.17
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 363 0 0 0 16 1 0 0 16 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188438156 937435136 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 915464

[startup+102.298 s]
/proc/loadavg: 1.97 1.96 1.98 3/88 7116
/proc/meminfo: memFree=1240272/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=101.35
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9265 0 1 0 10127 8 0 0 25 0 8 0 188438148 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762864 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 8979 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.02
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188438152 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.2
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 383 0 0 0 19 1 0 0 16 0 8 0 188438156 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188438156 937435136 8979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 915464

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

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

[startup+1483.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7314
/proc/meminfo: memFree=1237648/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1470.17
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9611 0 1 0 147004 13 0 0 25 0 8 0 188438148 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760743 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 9301 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.03
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 3 0 0 0 16 0 8 0 188438152 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.24
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 410 0 0 0 23 1 0 0 16 0 8 0 188438156 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0.01
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188438156 937435136 9301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.17
Current children cumulated vsize (KiB) 915464

[startup+1543.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7314
/proc/meminfo: memFree=1237648/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1529.69
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9614 0 1 0 152956 13 0 0 25 0 8 0 188438148 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 9304 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.03
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 3 0 0 0 16 0 8 0 188438152 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.24
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 410 0 0 0 23 1 0 0 16 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0.01
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.69
Current children cumulated vsize (KiB) 915464

[startup+1603.63 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7314
/proc/meminfo: memFree=1237648/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1589.19
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9614 0 1 0 158906 13 0 0 25 0 8 0 188438148 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762456 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 9304 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.03
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 3 0 0 0 16 0 8 0 188438152 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.24
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 410 0 0 0 23 1 0 0 16 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0.01
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188438156 937435136 9304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.19
Current children cumulated vsize (KiB) 915464

[startup+1663.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7314
/proc/meminfo: memFree=1237712/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1648.69
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9615 0 1 0 164856 13 0 0 25 0 8 0 188438148 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073769576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 9305 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.03
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 3 0 0 0 16 0 8 0 188438152 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.24
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 411 0 0 0 23 1 0 0 16 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0.01
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.69
Current children cumulated vsize (KiB) 915464

[startup+1723.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7314
/proc/meminfo: memFree=1237648/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1708.23
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9615 0 1 0 170810 13 0 0 25 0 8 0 188438148 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073765641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7108/statm: 228866 9305 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.03
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 3 0 0 0 16 0 8 0 188438152 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.24
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 411 0 0 0 23 1 0 0 16 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0.01
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.23
Current children cumulated vsize (KiB) 915464

[startup+1783.76 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 7380
/proc/meminfo: memFree=1586760/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1767.86
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9615 0 1 0 176772 14 0 0 25 0 8 0 188438148 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759907 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7108/statm: 228866 9305 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.03
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 3 0 0 0 16 0 8 0 188438152 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.24
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 411 0 0 0 23 1 0 0 16 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0.01
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.86
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.93 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 7380
/proc/meminfo: memFree=1586768/2055920 swapFree=4191892/4192956
[pid=7108] ppid=7106 vsize=915464 CPUtime=1800.01
/proc/7108/stat : 7108 (java) R 7106 7108 6352 0 -1 0 9615 0 1 0 179987 14 0 0 25 0 8 0 188438148 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7108/statm: 228866 9305 2543 14 0 215336 0
[pid=7108/tid=7110] ppid=7106 vsize=915464 CPUtime=0.03
/proc/7108/task/7110/stat : 7110 (java) S 7106 7108 6352 0 -1 64 208 0 0 0 3 0 0 0 16 0 8 0 188438152 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7111] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7111/stat : 7111 (java) S 7106 7108 6352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7112] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7112/stat : 7112 (java) S 7106 7108 6352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188438153 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7113] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7113/stat : 7113 (java) S 7106 7108 6352 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7114] ppid=7106 vsize=915464 CPUtime=0.24
/proc/7108/task/7114/stat : 7114 (java) S 7106 7108 6352 0 -1 64 411 0 0 0 23 1 0 0 16 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7115] ppid=7106 vsize=915464 CPUtime=0
/proc/7108/task/7115/stat : 7115 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7108/tid=7116] ppid=7106 vsize=915464 CPUtime=0.01
/proc/7108/task/7116/stat : 7116 (java) S 7106 7108 6352 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188438156 937435136 9305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1815.99
CPU time (s): 1800.06
CPU user time (s): 1799.91
CPU system time (s): 0.149977
CPU usage (%): 99.123
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9635
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= 37822
involuntary context switches= 102081

runsolver used 2.33964 s user time and 5.35119 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Wed Jan 10 03:39:49 UTC 2007


IDJOB= 248596
IDBENCH= 11719
FILE ID= node42/248596-1168400389

PBS_JOBID= 3522962

Free space on /tmp= 66563 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-60-3-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248596-1168400389/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-248596-1168400389 -o ROOT/results/node42/solver-248596-1168400389 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248596-1168400389/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4ed92c7f1c4b4785d82bdf19b1820ee9

RANDOM SEED= 741781392

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:       1266792 kB
Buffers:         45688 kB
Cached:         317824 kB
SwapCached:        492 kB
Active:         504788 kB
Inactive:       230412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266792 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:         388400 kB
Slab:            38552 kB
Committed_AS:  4625224 kB
PageTables:       2552 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= 66562 MiB



End job on node42 on Wed Jan 10 04:10:05 UTC 2007