Trace number 248337

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.08 1800.55

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-3-7.xml
MD5SUMd888008fc3631994d05969987a035b4c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.025995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
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=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/248337-1168085969/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.43	       =>  wckTime=0.113  cpuTime=0.09  mem=7M927
0.43	   
0.43	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.53	     nbConstraints=20  nbSingletonDomainVariables=24  nbDisconnectedVariables=24  nbUnbuiltConflictsStructures=20
0.53	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=6  maxArity=10
0.53	       =>  wckTime=0.215  cpuTime=0.16  mem=8M910
0.57	   
0.57	   solver IterativeSystematicSolver being built... 
0.74	       =>  wckTime=0.428  cpuTime=0.3  mem=15M699
1.33	   
1.33	   preprocessing
1.33	     nbConstraintChecks=1340841  nbValidityChecks=167  nbPropagations=100  nbRevisions=3  nbUselessRevisions=2
1.33	     nbRemovedValues=52  detectedInconsistency=no
1.33	       =>  wckTime=0.588  cpuTime=0.58  mem=15M699
14.82	   
14.82	   search
14.82	     run=0  nbConstraintChecks=15730653  nbValidityChecks=239  nbPropagations=2649  nbRevisions=1271
14.82	     nbUselessRevisions=8  nbAssignments=1287  nbFailedAssignments=1247  nbBacktracks=10  nbVisitedNodes=2535
14.82	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
14.82	       =>  wckTime=14.077  cpuTime=14.03  mem=15M699
32.93	   
32.93	   search
32.93	     run=1  nbConstraintChecks=36804573  nbValidityChecks=239  nbPropagations=8676  nbRevisions=4222
32.93	     nbUselessRevisions=16  nbAssignments=2985  nbFailedAssignments=2927  nbBacktracks=25  nbVisitedNodes=5913
32.93	     nbRestartNogoods=137  mapSize=25  nbInferences=0  nbTooLargeKeys=0
32.93	       =>  wckTime=32.189  cpuTime=32.1  mem=15M699
59.32	   
59.32	   search
59.32	     run=2  nbConstraintChecks=67712989  nbValidityChecks=239  nbPropagations=19657  nbRevisions=9637
59.32	     nbUselessRevisions=24  nbAssignments=5474  nbFailedAssignments=5391  nbBacktracks=47  nbVisitedNodes=10866
59.32	     nbRestartNogoods=152  mapSize=47  nbInferences=0  nbTooLargeKeys=0
59.32	       =>  wckTime=58.579  cpuTime=58.48  mem=15M699
98.81	   
98.81	   search
98.81	     run=3  nbConstraintChecks=114075613  nbValidityChecks=239  nbPropagations=38067  nbRevisions=18748
98.81	     nbUselessRevisions=32  nbAssignments=9206  nbFailedAssignments=9087  nbBacktracks=80  nbVisitedNodes=18294
98.81	     nbRestartNogoods=174  mapSize=80  nbInferences=0  nbTooLargeKeys=0
98.81	       =>  wckTime=98.071  cpuTime=97.96  mem=15M699
157.48	   
157.48	   search
157.48	     run=4  nbConstraintChecks=182917085  nbValidityChecks=239  nbPropagations=67507  nbRevisions=33347
157.48	     nbUselessRevisions=40  nbAssignments=14747  nbFailedAssignments=14575  nbBacktracks=130  nbVisitedNodes=29323
157.48	     nbRestartNogoods=207  mapSize=130  nbInferences=0  nbTooLargeKeys=0
157.48	       =>  wckTime=156.736  cpuTime=156.61  mem=15M699
247.52	   
247.52	   search
247.52	     run=5  nbConstraintChecks=288286685  nbValidityChecks=239  nbPropagations=113827  nbRevisions=56346
247.52	     nbUselessRevisions=48  nbAssignments=23225  nbFailedAssignments=22975  nbBacktracks=205  nbVisitedNodes=46201
247.52	     nbRestartNogoods=215  mapSize=205  nbInferences=0  nbTooLargeKeys=0
247.52	       =>  wckTime=246.776  cpuTime=246.62  mem=15M699
381.60	   
381.60	   search
381.60	     run=6  nbConstraintChecks=445638621  nbValidityChecks=239  nbPropagations=185353  nbRevisions=91889
381.60	     nbUselessRevisions=56  nbAssignments=35885  nbFailedAssignments=35519  nbBacktracks=318  nbVisitedNodes=71405
381.60	     nbRestartNogoods=290  mapSize=318  nbInferences=0  nbTooLargeKeys=0
381.60	       =>  wckTime=380.852  cpuTime=380.67  mem=16M675
582.75	   
582.75	   search
582.75	     run=7  nbConstraintChecks=681666525  nbValidityChecks=239  nbPropagations=294686  nbRevisions=146248
582.75	     nbUselessRevisions=64  nbAssignments=54874  nbFailedAssignments=54335  nbBacktracks=488  nbVisitedNodes=109210
582.75	     nbRestartNogoods=373  mapSize=488  nbInferences=0  nbTooLargeKeys=0
582.75	       =>  wckTime=582.004  cpuTime=581.77  mem=16M675
887.72	   
887.72	   search
887.72	     run=8  nbConstraintChecks=1038518237  nbValidityChecks=239  nbPropagations=461176  nbRevisions=229055
887.72	     nbUselessRevisions=72  nbAssignments=83581  nbFailedAssignments=82783  nbBacktracks=744  nbVisitedNodes=166365
887.72	     nbRestartNogoods=401  mapSize=744  nbInferences=0  nbTooLargeKeys=0
887.72	       =>  wckTime=886.972  cpuTime=886.66  mem=16M675
1251.59	   
1251.59	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=16M675)
1345.34	   
1345.34	   search
1345.34	     run=9  nbConstraintChecks=1573795805  nbValidityChecks=239  nbPropagations=713399  nbRevisions=354534
1345.34	     nbUselessRevisions=80  nbAssignments=126640  nbFailedAssignments=125455  nbBacktracks=1128  nbVisitedNodes=252096
1345.34	     nbRestartNogoods=459
1345.34	       =>  wckTime=1344.597  cpuTime=1344.17  mem=16M675

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-248337-1168085969 -o ROOT/results/node60/solver-248337-1168085969 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248337-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 4/73 14708
/proc/meminfo: memFree=1460512/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=216 CPUtime=0
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 40 0 0 0 0 0 0 0 20 0 1 0 156995904 221184 24 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 5496945 0 0 4096 0 0 0 0 17 1 0 0
/proc/14707/statm: 54 24 19 14 0 2 0

[startup+0.10834 s]
/proc/loadavg: 0.03 0.20 0.86 4/73 14708
/proc/meminfo: memFree=1460512/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=914988 CPUtime=0.08
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 3031 0 1 0 7 1 0 0 17 0 8 0 156995904 936947712 2777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228747 2778 1440 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.520381 s]
/proc/loadavg: 0.03 0.20 0.86 4/73 14708
/proc/meminfo: memFree=1460512/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=0.5
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 6736 0 1 0 45 5 0 0 19 0 8 0 156995904 937426944 6475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073601286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 6475 2167 14 0 215334 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915456

[startup+1.34045 s]
/proc/loadavg: 0.03 0.20 0.86 3/87 14722
/proc/meminfo: memFree=1411824/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1.32
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8738 0 1 0 126 6 0 0 21 0 8 0 156995904 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8476 2529 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.13
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 336 0 0 0 13 0 0 0 15 0 8 0 156995912 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915456

[startup+2.97662 s]
/proc/loadavg: 0.19 0.23 0.87 3/87 14722
/proc/meminfo: memFree=1411376/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=2.95
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8847 0 1 0 289 6 0 0 25 0 8 0 156995904 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705479 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8583 2529 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 200 0 0 0 2 0 0 0 17 0 8 0 156995908 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.16
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 349 0 0 0 15 1 0 0 15 0 8 0 156995912 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.25694 s]
/proc/loadavg: 0.19 0.23 0.87 4/87 14722
/proc/meminfo: memFree=1410928/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=6.23
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8855 0 1 0 617 6 0 0 25 0 8 0 156995904 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8588 2530 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 200 0 0 0 2 0 0 0 17 0 8 0 156995908 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.16
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 354 0 0 0 15 1 0 0 15 0 8 0 156995912 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

[startup+12.7356 s]
/proc/loadavg: 0.47 0.29 0.88 3/87 14722
/proc/meminfo: memFree=1410864/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=12.7
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8863 0 1 0 1264 6 0 0 25 0 8 0 156995904 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705701 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8594 2530 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.17
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 360 0 0 0 16 1 0 0 16 0 8 0 156995912 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915456

[startup+25.5878 s]
/proc/loadavg: 0.70 0.35 0.89 3/87 14722
/proc/meminfo: memFree=1410800/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=25.56
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8894 0 1 0 2549 7 0 0 25 0 8 0 156995904 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073711066 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8622 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.2
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 374 0 0 0 19 1 0 0 16 0 8 0 156995912 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915456

[startup+51.2754 s]
/proc/loadavg: 1.14 0.48 0.92 3/87 14722
/proc/meminfo: memFree=1410736/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=51.24
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8904 0 1 0 5117 7 0 0 25 0 8 0 156995904 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8631 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.2
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 378 0 0 0 19 1 0 0 16 0 8 0 156995912 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 915456

[startup+102.543 s]
/proc/loadavg: 1.63 0.71 0.97 3/87 14722
/proc/meminfo: memFree=1410608/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=102.49
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8917 0 1 0 10242 7 0 0 25 0 8 0 156995904 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073715959 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8643 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.2
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 378 0 0 0 19 1 0 0 16 0 8 0 156995912 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 915456

[startup+162.544 s]
/proc/loadavg: 1.86 0.94 1.03 3/87 14722
/proc/meminfo: memFree=1410608/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=162.48
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 8926 0 1 0 16241 7 0 0 25 0 8 0 156995904 937426944 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 915456

[startup+1482.72 s]
/proc/loadavg: 2.00 1.97 1.74 3/87 14722
/proc/meminfo: memFree=1409392/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1482.33
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 9061 0 1 0 148225 8 0 0 25 0 8 0 156995904 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8783 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.21
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 915456

[startup+1542.73 s]
/proc/loadavg: 2.00 1.97 1.75 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1542.32
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 9061 0 1 0 154224 8 0 0 25 0 8 0 156995904 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8783 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.21
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 915456

[startup+1602.73 s]
/proc/loadavg: 2.00 1.97 1.77 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1602.31
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 9061 0 1 0 160223 8 0 0 25 0 8 0 156995904 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073709831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8783 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.21
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 915456

[startup+1662.73 s]
/proc/loadavg: 2.00 1.97 1.78 3/87 14722
/proc/meminfo: memFree=1409392/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1662.3
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 9061 0 1 0 166222 8 0 0 25 0 8 0 156995904 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8783 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.21
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 915456

[startup+1722.74 s]
/proc/loadavg: 2.07 1.99 1.79 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1722.28
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 9062 0 1 0 172220 8 0 0 25 0 8 0 156995904 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073710962 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8784 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.21
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 915456

[startup+1782.74 s]
/proc/loadavg: 2.02 1.99 1.81 3/87 14722
/proc/meminfo: memFree=1409328/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1782.27
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 9062 0 1 0 178219 8 0 0 25 0 8 0 156995904 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073710962 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8784 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.21
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.51 s]
/proc/loadavg: 2.02 1.99 1.81 3/87 14722
/proc/meminfo: memFree=1409264/2055920 swapFree=4192812/4192956
[pid=14707] ppid=14705 vsize=915456 CPUtime=1800.04
/proc/14707/stat : 14707 (java) R 14705 14707 14598 0 -1 0 9064 0 1 0 179996 8 0 0 25 0 8 0 156995904 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073714431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14707/statm: 228864 8786 2533 14 0 215334 0
[pid=14707/tid=14712] ppid=14705 vsize=915456 CPUtime=0.02
/proc/14707/task/14712/stat : 14712 (java) S 14705 14707 14598 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156995908 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14713] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14713/stat : 14713 (java) S 14705 14707 14598 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995909 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14714] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14714/stat : 14714 (java) S 14705 14707 14598 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995909 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14719] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14719/stat : 14719 (java) S 14705 14707 14598 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156995912 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14720] ppid=14705 vsize=915456 CPUtime=0.22
/proc/14707/task/14720/stat : 14720 (java) S 14705 14707 14598 0 -1 64 384 0 0 0 21 1 0 0 17 0 8 0 156995912 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14721] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14721/stat : 14721 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995912 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14707/tid=14722] ppid=14705 vsize=915456 CPUtime=0
/proc/14707/task/14722/stat : 14722 (java) S 14705 14707 14598 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995912 937426944 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1800.55
CPU time (s): 1800.08
CPU user time (s): 1799.99
CPU system time (s): 0.086986
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9083
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= 37499
involuntary context switches= 25167

runsolver used 2.11768 s user time and 4.41033 s system time

The end

Launcher Data (download as text)

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


IDJOB= 248337
IDBENCH= 11699
FILE ID= node60/248337-1168085969

PBS_JOBID= 3476587

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d888008fc3631994d05969987a035b4c

RANDOM SEED= 800825628

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:       1461336 kB
Buffers:         48848 kB
Cached:         451156 kB
SwapCached:          0 kB
Active:          69512 kB
Inactive:       450636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          30352 kB
Slab:            59852 kB
Committed_AS:  3334064 kB
PageTables:       1728 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:41 UTC 2007