Trace number 248324

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.07 1814.75

General information on the benchmark

Nameprimes/primes-30/
primes-30-40-3-5.xml
MD5SUM2a4766e888b4e3ee102bffb3b82a7bd6
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 arity8
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/248324-1168085969/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.41	       =>  wckTime=0.107  cpuTime=0.09  mem=7M927
0.41	   
0.41	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.53	     nbConstraints=40  nbSingletonDomainVariables=9  nbDisconnectedVariables=9  nbUnbuiltConflictsStructures=40
0.53	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  maxDegree=6  maxArity=8
0.53	       =>  wckTime=0.228  cpuTime=0.17  mem=9M877
0.57	   
0.57	   solver IterativeSystematicSolver being built... 
0.73	       =>  wckTime=0.429  cpuTime=0.31  mem=15M621
2.32	   
2.32	   preprocessing
2.32	     nbConstraintChecks=3901411  nbValidityChecks=452  nbPropagations=104  nbRevisions=11  nbUselessRevisions=0
2.32	     nbRemovedValues=479  detectedInconsistency=no
2.32	       =>  wckTime=1.579  cpuTime=1.56  mem=15M621
9.80	   
9.80	   search
9.80	     run=0  nbConstraintChecks=11413873  nbValidityChecks=337  nbPropagations=1951  nbRevisions=934
9.80	     nbUselessRevisions=4  nbAssignments=928  nbFailedAssignments=908  nbBacktracks=10  nbVisitedNodes=1837
9.80	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
9.80	       =>  wckTime=9.062  cpuTime=8.95  mem=16M612
23.65	   
23.65	   search
23.65	     run=1  nbConstraintChecks=32487793  nbValidityChecks=337  nbPropagations=7278  nbRevisions=3548
23.65	     nbUselessRevisions=8  nbAssignments=2624  nbFailedAssignments=2588  nbBacktracks=25  nbVisitedNodes=5213
23.65	     nbRestartNogoods=7  mapSize=23  nbInferences=0  nbTooLargeKeys=0
23.65	       =>  wckTime=22.911  cpuTime=22.67  mem=16M612
43.81	   
43.81	   search
43.81	     run=2  nbConstraintChecks=63396209  nbValidityChecks=337  nbPropagations=17557  nbRevisions=8626
43.81	     nbUselessRevisions=12  nbAssignments=5111  nbFailedAssignments=5052  nbBacktracks=47  nbVisitedNodes=10164
43.81	     nbRestartNogoods=22  mapSize=45  nbInferences=0  nbTooLargeKeys=0
43.81	       =>  wckTime=43.072  cpuTime=42.66  mem=16M612
74.02	   
74.02	   search
74.02	     run=3  nbConstraintChecks=109758833  nbValidityChecks=337  nbPropagations=35263  nbRevisions=17400
74.02	     nbUselessRevisions=16  nbAssignments=8841  nbFailedAssignments=8748  nbBacktracks=80  nbVisitedNodes=17590
74.02	     nbRestartNogoods=44  mapSize=78  nbInferences=0  nbTooLargeKeys=0
74.02	       =>  wckTime=73.287  cpuTime=72.63  mem=16M612
118.90	   
118.90	   search
118.90	     run=4  nbConstraintChecks=178600305  nbValidityChecks=337  nbPropagations=63997  nbRevisions=31662
118.90	     nbUselessRevisions=20  nbAssignments=14380  nbFailedAssignments=14236  nbBacktracks=130  nbVisitedNodes=28617
118.90	     nbRestartNogoods=77  mapSize=128  nbInferences=0  nbTooLargeKeys=0
118.90	       =>  wckTime=118.165  cpuTime=117.14  mem=16M612
187.56	   
187.56	   search
187.56	     run=5  nbConstraintChecks=283969905  nbValidityChecks=337  nbPropagations=109608  nbRevisions=54324
187.56	     nbUselessRevisions=24  nbAssignments=22856  nbFailedAssignments=22636  nbBacktracks=205  nbVisitedNodes=45493
187.56	     nbRestartNogoods=84  mapSize=203  nbInferences=0  nbTooLargeKeys=0
187.56	       =>  wckTime=186.828  cpuTime=185.26  mem=16M612
290.13	   
290.13	   search
290.13	     run=6  nbConstraintChecks=441321841  nbValidityChecks=337  nbPropagations=180422  nbRevisions=89530
290.14	     nbUselessRevisions=28  nbAssignments=35514  nbFailedAssignments=35180  nbBacktracks=318  nbVisitedNodes=70695
290.14	     nbRestartNogoods=159  mapSize=316  nbInferences=0  nbTooLargeKeys=0
290.14	       =>  wckTime=289.4  cpuTime=286.97  mem=16M612
443.94	   
443.94	   search
443.94	     run=7  nbConstraintChecks=677349745  nbValidityChecks=337  nbPropagations=289040  nbRevisions=143552
443.94	     nbUselessRevisions=32  nbAssignments=54501  nbFailedAssignments=53996  nbBacktracks=488  nbVisitedNodes=108498
443.94	     nbRestartNogoods=241  mapSize=486  nbInferences=0  nbTooLargeKeys=0
443.94	       =>  wckTime=443.2  cpuTime=439.54  mem=16M612
676.36	   
676.36	   search
676.36	     run=8  nbConstraintChecks=1034201457  nbValidityChecks=337  nbPropagations=454812  nbRevisions=226022
676.36	     nbUselessRevisions=36  nbAssignments=83206  nbFailedAssignments=82444  nbBacktracks=744  nbVisitedNodes=165651
676.36	     nbRestartNogoods=267  mapSize=742  nbInferences=0  nbTooLargeKeys=0
676.36	       =>  wckTime=675.625  cpuTime=670.08  mem=16M612
963.51	   
963.52	   INFO : Stopping hyperNogood (mapSize=1047, nbTooLargekeys=0, mem=16M612)
1038.98	   
1038.98	   search
1038.98	     run=9  nbConstraintChecks=1573489245  nbValidityChecks=752  nbPropagations=706975  nbRevisions=351496
1038.98	     nbUselessRevisions=45  nbAssignments=126597  nbFailedAssignments=125433  nbBacktracks=1128  nbVisitedNodes=252031
1038.98	     nbRestartNogoods=323
1038.98	       =>  wckTime=1038.242  cpuTime=1029.76  mem=16M612
1116.39	   
1116.39	   search
1116.39	     run=10  nbConstraintChecks=1702146292  nbValidityChecks=498432  nbPropagations=978614  nbRevisions=489735
1116.39	     nbUselessRevisions=550  nbAssignments=135895  nbFailedAssignments=134142  nbBacktracks=1704  nbVisitedNodes=270038
1116.39	     nbRestartNogoods=743
1116.39	       =>  wckTime=1115.658  cpuTime=1106.52  mem=16M612
1322.74	   
1322.74	   search
1322.74	     run=11  nbConstraintChecks=1968491625  nbValidityChecks=1152162  nbPropagations=1292185  nbRevisions=651940
1322.74	     nbUselessRevisions=1732  nbAssignments=156463  nbFailedAssignments=153806  nbBacktracks=2568  nbVisitedNodes=310270
1322.74	     nbRestartNogoods=951
1322.74	       =>  wckTime=1322.001  cpuTime=1311.18  mem=16M612

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/node60/watcher-248324-1168085969 -o ROOT/results/node60/solver-248324-1168085969 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248324-1168085969/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.03 0.20 0.86 2/68 14703
/proc/meminfo: memFree=1461320/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=1784 CPUtime=0
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 156995903 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/14702/statm: 446 140 106 14 0 91 0

[startup+0.106194 s]
/proc/loadavg: 0.03 0.20 0.86 2/68 14703
/proc/meminfo: memFree=1461320/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=914988 CPUtime=0.09
/proc/14702/stat : 14702 (java) D 14700 14702 14571 0 -1 0 2989 0 1 0 7 2 0 0 22 0 8 0 156995903 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.518239 s]
/proc/loadavg: 0.03 0.20 0.86 2/68 14703
/proc/meminfo: memFree=1461320/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=0.49
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 6876 0 1 0 44 5 0 0 25 0 8 0 156995903 937435136 6615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 6615 2165 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.33831 s]
/proc/loadavg: 0.03 0.20 0.86 3/87 14722
/proc/meminfo: memFree=1411888/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1.31
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 8859 0 1 0 124 7 0 0 25 0 8 0 156995903 937435136 8597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073740526 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8597 2528 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.13
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 343 0 0 0 12 1 0 0 16 0 8 0 156995911 937435136 8597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8597 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.97447 s]
/proc/loadavg: 0.19 0.23 0.87 3/87 14722
/proc/meminfo: memFree=1411376/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=2.93
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 8972 0 1 0 286 7 0 0 25 0 8 0 156995903 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741947 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8708 2529 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 208 0 0 0 2 0 0 0 17 0 8 0 156995907 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.14
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 354 0 0 0 13 1 0 0 15 0 8 0 156995911 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.2558 s]
/proc/loadavg: 0.19 0.23 0.87 3/87 14722
/proc/meminfo: memFree=1410928/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=6.19
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 8982 0 1 0 612 7 0 0 25 0 8 0 156995903 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8715 2530 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 208 0 0 0 2 0 0 0 17 0 8 0 156995907 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.15
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 362 0 0 0 14 1 0 0 15 0 8 0 156995911 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915464

[startup+12.7354 s]
/proc/loadavg: 0.47 0.29 0.88 3/87 14722
/proc/meminfo: memFree=1410864/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=12.62
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9001 0 1 0 1255 7 0 0 25 0 8 0 156995903 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731687 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8730 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.16
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 370 0 0 0 15 1 0 0 16 0 8 0 156995911 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) R 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915464

[startup+25.5897 s]
/proc/loadavg: 0.70 0.35 0.89 3/87 14722
/proc/meminfo: memFree=1410800/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=25.35
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9021 0 1 0 2528 7 0 0 25 0 8 0 156995903 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730442 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8748 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.18
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 385 0 0 0 17 1 0 0 16 0 8 0 156995911 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915464

[startup+51.2802 s]
/proc/loadavg: 1.14 0.48 0.92 3/87 14722
/proc/meminfo: memFree=1410736/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=50.85
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9028 0 1 0 5077 8 0 0 25 0 8 0 156995903 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8754 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.18
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 385 0 0 0 17 1 0 0 16 0 8 0 156995911 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915464

[startup+102.548 s]
/proc/loadavg: 1.63 0.71 0.97 3/87 14722
/proc/meminfo: memFree=1410608/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=101.71
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9035 0 1 0 10163 8 0 0 25 0 8 0 156995903 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8761 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.19
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 385 0 0 0 18 1 0 0 16 0 8 0 156995911 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 915464

[startup+162.55 s]
/proc/loadavg: 1.86 0.94 1.03 3/87 14722
/proc/meminfo: memFree=1410608/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=161.22
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9045 0 1 0 16114 8 0 0 25 0 8 0 156995903 937435136 8771 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737609 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.83 s]
/proc/loadavg: 2.00 1.97 1.74 3/87 14722
/proc/meminfo: memFree=1409392/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1470.79
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9177 0 1 0 147069 10 0 0 25 0 8 0 156995903 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073740358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8894 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.2
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 397 0 0 0 19 1 0 0 16 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.79
Current children cumulated vsize (KiB) 915464

[startup+1542.84 s]
/proc/loadavg: 2.00 1.97 1.75 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1530.31
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9177 0 1 0 153021 10 0 0 25 0 8 0 156995903 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8894 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.2
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 397 0 0 0 19 1 0 0 16 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.31
Current children cumulated vsize (KiB) 915464

[startup+1602.84 s]
/proc/loadavg: 2.00 1.97 1.77 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1589.81
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9177 0 1 0 158971 10 0 0 25 0 8 0 156995903 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736192 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8894 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.2
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 397 0 0 0 19 1 0 0 16 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.81
Current children cumulated vsize (KiB) 915464

[startup+1662.84 s]
/proc/loadavg: 2.00 1.97 1.78 3/87 14722
/proc/meminfo: memFree=1409392/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1649.33
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9177 0 1 0 164923 10 0 0 25 0 8 0 156995903 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767004 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8894 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.2
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 397 0 0 0 19 1 0 0 16 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.33
Current children cumulated vsize (KiB) 915464

[startup+1722.84 s]
/proc/loadavg: 2.07 1.99 1.79 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1708.85
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9177 0 1 0 170875 10 0 0 25 0 8 0 156995903 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8894 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.2
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 397 0 0 0 19 1 0 0 16 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.85
Current children cumulated vsize (KiB) 915464

[startup+1782.85 s]
/proc/loadavg: 2.02 1.99 1.81 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1768.35
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9177 0 1 0 176825 10 0 0 25 0 8 0 156995903 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732263 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8894 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.2
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 397 0 0 0 19 1 0 0 16 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.35
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 1.87 1.95 1.80 3/80 14798
/proc/meminfo: memFree=1409488/2055920 swapFree=4192812/4192956
[pid=14702] ppid=14700 vsize=915464 CPUtime=1800.02
/proc/14702/stat : 14702 (java) R 14700 14702 14571 0 -1 0 9177 0 1 0 179991 11 0 0 25 0 8 0 156995903 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 228866 8894 2533 14 0 215336 0
[pid=14702/tid=14709] ppid=14700 vsize=915464 CPUtime=0.02
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14571 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 156995907 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995908 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14716] ppid=14700 vsize=915464 CPUtime=0.2
/proc/14702/task/14716/stat : 14716 (java) S 14700 14702 14571 0 -1 64 397 0 0 0 19 1 0 0 16 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14717] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14717/stat : 14717 (java) S 14700 14702 14571 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14702/tid=14718] ppid=14700 vsize=915464 CPUtime=0
/proc/14702/task/14718/stat : 14718 (java) S 14700 14702 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995911 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1814.75
CPU time (s): 1800.07
CPU user time (s): 1799.95
CPU system time (s): 0.117982
CPU usage (%): 99.191
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9195
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= 37883
involuntary context switches= 89194

runsolver used 1.80872 s user time and 4.6283 s system time

The end

Launcher Data (download as text)

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


IDJOB= 248324
IDBENCH= 11698
FILE ID= node60/248324-1168085969

PBS_JOBID= 3476586

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2a4766e888b4e3ee102bffb3b82a7bd6

RANDOM SEED= 10472714

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.236
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.236
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:       1461736 kB
Buffers:         48848 kB
Cached:         451156 kB
SwapCached:          0 kB
Active:          69364 kB
Inactive:       450636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          30204 kB
Slab:            59852 kB
Committed_AS:  3333712 kB
PageTables:       1684 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= 66550 MiB



End job on node60 on Sat Jan  6 12:49:55 UTC 2007