Trace number 248336

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.08 1802.04

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=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/248336-1168398691/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.114  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.216  cpuTime=0.17  mem=8M910
0.57	   
0.57	   solver IterativeSystematicSolver being built... 
0.75	       =>  wckTime=0.435  cpuTime=0.32  mem=16M17
1.46	   
1.46	   preprocessing
1.46	     nbConstraintChecks=1492480  nbValidityChecks=631  nbPropagations=276  nbRevisions=32  nbUselessRevisions=9
1.46	     nbSingletonTests=158  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=52  detectedInconsistency=no
1.46	       =>  wckTime=0.708  cpuTime=0.68  mem=16M17
12.58	   
12.58	   search
12.58	     run=0  nbConstraintChecks=12996190  nbValidityChecks=270  nbPropagations=2392  nbRevisions=1088
12.58	     nbUselessRevisions=18  nbAssignments=1069  nbFailedAssignments=1026  nbBacktracks=10  nbVisitedNodes=2096
12.58	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
12.58	       =>  wckTime=11.832  cpuTime=11.72  mem=16M17
31.17	   
31.17	   search
31.17	     run=1  nbConstraintChecks=37083162  nbValidityChecks=25992  nbPropagations=10024  nbRevisions=4532
31.17	     nbUselessRevisions=129  nbAssignments=4062  nbFailedAssignments=2706  nbBacktracks=25  nbVisitedNodes=5474
31.17	     nbRestartNogoods=67  mapSize=23  nbInferences=0  nbTooLargeKeys=0
31.17	       =>  wckTime=30.421  cpuTime=30.24  mem=16M17
55.85	   
55.85	   search
55.85	     run=2  nbConstraintChecks=67991578  nbValidityChecks=25992  nbPropagations=22610  nbRevisions=10440
55.85	     nbUselessRevisions=240  nbAssignments=6551  nbFailedAssignments=5170  nbBacktracks=47  nbVisitedNodes=10427
55.85	     nbRestartNogoods=82  mapSize=45  nbInferences=0  nbTooLargeKeys=0
55.85	       =>  wckTime=55.102  cpuTime=54.9  mem=16M17
92.86	   
92.86	   search
92.86	     run=3  nbConstraintChecks=114354202  nbValidityChecks=25992  nbPropagations=42625  nbRevisions=20044
92.86	     nbUselessRevisions=351  nbAssignments=10283  nbFailedAssignments=8866  nbBacktracks=80  nbVisitedNodes=17855
92.86	     nbRestartNogoods=104  mapSize=78  nbInferences=0  nbTooLargeKeys=0
92.86	       =>  wckTime=92.113  cpuTime=91.86  mem=16M17
147.89	   
147.89	   search
147.89	     run=4  nbConstraintChecks=183195674  nbValidityChecks=25992  nbPropagations=73670  nbRevisions=35136
147.89	     nbUselessRevisions=462  nbAssignments=15824  nbFailedAssignments=14354  nbBacktracks=130  nbVisitedNodes=28884
147.89	     nbRestartNogoods=137  mapSize=128  nbInferences=0  nbTooLargeKeys=0
147.89	       =>  wckTime=147.135  cpuTime=146.83  mem=16M17
233.00	   
233.00	   search
233.00	     run=5  nbConstraintChecks=288565274  nbValidityChecks=25992  nbPropagations=121595  nbRevisions=58628
233.00	     nbUselessRevisions=573  nbAssignments=24302  nbFailedAssignments=22754  nbBacktracks=205  nbVisitedNodes=45762
233.00	     nbRestartNogoods=145  mapSize=203  nbInferences=0  nbTooLargeKeys=0
233.00	       =>  wckTime=232.245  cpuTime=231.86  mem=16M17
359.55	   
359.55	   search
359.55	     run=6  nbConstraintChecks=445917210  nbValidityChecks=25992  nbPropagations=194726  nbRevisions=94664
359.55	     nbUselessRevisions=684  nbAssignments=36962  nbFailedAssignments=35298  nbBacktracks=318  nbVisitedNodes=70966
359.55	     nbRestartNogoods=220  mapSize=316  nbInferences=0  nbTooLargeKeys=0
359.55	       =>  wckTime=358.795  cpuTime=358.26  mem=16M992
549.66	   
549.66	   search
549.66	     run=7  nbConstraintChecks=681945114  nbValidityChecks=25992  nbPropagations=305664  nbRevisions=149516
549.66	     nbUselessRevisions=795  nbAssignments=55951  nbFailedAssignments=54114  nbBacktracks=488  nbVisitedNodes=108771
549.66	     nbRestartNogoods=303  mapSize=486  nbInferences=0  nbTooLargeKeys=0
549.66	       =>  wckTime=548.913  cpuTime=548.18  mem=16M992
835.08	   
835.08	   search
835.08	     run=8  nbConstraintChecks=1038796826  nbValidityChecks=25992  nbPropagations=473759  nbRevisions=232816
835.08	     nbUselessRevisions=906  nbAssignments=84658  nbFailedAssignments=82562  nbBacktracks=744  nbVisitedNodes=165926
835.08	     nbRestartNogoods=331  mapSize=742  nbInferences=0  nbTooLargeKeys=0
835.08	       =>  wckTime=834.331  cpuTime=833.29  mem=16M992
1177.72	   
1177.72	   INFO : Stopping hyperNogood (mapSize=1047, nbTooLargekeys=0, mem=16M992)
1265.18	   
1265.18	   search
1265.18	     run=9  nbConstraintChecks=1574074394  nbValidityChecks=25992  nbPropagations=727587  nbRevisions=358788
1265.18	     nbUselessRevisions=1017  nbAssignments=127717  nbFailedAssignments=125234  nbBacktracks=1128  nbVisitedNodes=251657
1265.18	     nbRestartNogoods=389
1265.18	       =>  wckTime=1264.427  cpuTime=1262.93  mem=16M992

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

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

/proc/loadavg: 1.19 1.43 1.73 4/81 18893
/proc/meminfo: memFree=1450432/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=18540 CPUtime=0
/proc/18892/stat : 18892 (runsolver) R 18890 18892 18661 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 188267184 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18892/statm: 4635 279 244 17 0 2626 0

[startup+0.109173 s]
/proc/loadavg: 1.19 1.43 1.73 4/81 18893
/proc/meminfo: memFree=1450432/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=914988 CPUtime=0.09
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 3035 0 1 0 8 1 0 0 17 0 8 0 188267184 936947712 2781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155581175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 228747 2781 1441 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51725 s]
/proc/loadavg: 1.19 1.43 1.73 4/81 18893
/proc/meminfo: memFree=1450432/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=0.49
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 6733 0 1 0 45 4 0 0 18 0 8 0 188267184 937426944 6472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 228864 6472 2167 14 0 215334 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915456

[startup+1.33841 s]
/proc/loadavg: 1.19 1.43 1.73 3/88 18900
/proc/meminfo: memFree=1424968/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1.3
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 8834 0 1 0 125 5 0 0 22 0 8 0 188267184 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708868 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 228864 8572 2540 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.13
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 336 0 0 0 13 0 0 0 16 0 8 0 188267192 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188267192 937426944 8572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.97573 s]
/proc/loadavg: 1.19 1.43 1.73 3/88 18900
/proc/meminfo: memFree=1423496/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=2.93
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 8951 0 1 0 287 6 0 0 25 0 8 0 188267184 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 228864 8688 2542 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 17 0 8 0 188267188 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.15
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 348 0 0 0 15 0 0 0 16 0 8 0 188267192 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188267192 937426944 8688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.27439 s]
/proc/loadavg: 1.25 1.44 1.73 3/88 18900
/proc/meminfo: memFree=1420488/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=6.2
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 8962 0 1 0 614 6 0 0 25 0 8 0 188267184 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707015 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8695 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 17 0 8 0 188267188 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.16
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 355 0 0 0 16 0 0 0 17 0 8 0 188267192 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188267192 937426944 8695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915456

[startup+12.7517 s]
/proc/loadavg: 1.23 1.43 1.73 3/88 18980
/proc/meminfo: memFree=1501128/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=12.66
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 8975 0 1 0 1260 6 0 0 25 0 8 0 188267184 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707015 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8704 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.17
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 364 0 0 0 17 0 0 0 16 0 8 0 188267192 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188267192 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915456

[startup+25.6232 s]
/proc/loadavg: 1.40 1.46 1.73 3/88 18980
/proc/meminfo: memFree=863368/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=25.51
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 8999 0 1 0 2544 7 0 0 25 0 8 0 188267184 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707027 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8724 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.2
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 382 0 0 0 19 1 0 0 16 0 8 0 188267192 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188267192 937426944 8724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915456

[startup+51.2323 s]
/proc/loadavg: 1.60 1.50 1.74 3/88 18980
/proc/meminfo: memFree=863496/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=51.1
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9008 0 1 0 5103 7 0 0 25 0 8 0 188267184 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708781 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8732 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.21
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 188267192 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188267192 937426944 8732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 915456

[startup+102.529 s]
/proc/loadavg: 1.90 1.59 1.75 3/88 18980
/proc/meminfo: memFree=863432/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=102.34
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9022 0 1 0 10227 7 0 0 25 0 8 0 188267184 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8744 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.21
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 188267192 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188267192 937426944 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 915456

[startup+162.608 s]
/proc/loadavg: 2.02 1.68 1.77 3/88 18980
/proc/meminfo: memFree=863368/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=162.35
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9032 0 1 0 16228 7 0 0 25 0 8 0 188267184 937426944 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713405 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1484.01 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 18982
/proc/meminfo: memFree=862088/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1482.37
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9163 0 1 0 148227 10 0 0 25 0 8 0 188267184 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708839 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8883 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.21
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.37
Current children cumulated vsize (KiB) 915456

[startup+1544.09 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 18982
/proc/meminfo: memFree=862088/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1542.37
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9163 0 1 0 154227 10 0 0 25 0 8 0 188267184 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8883 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.21
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.37
Current children cumulated vsize (KiB) 915456

[startup+1604.16 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 18982
/proc/meminfo: memFree=862088/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1602.39
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9163 0 1 0 160228 11 0 0 25 0 8 0 188267184 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073706997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8883 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.21
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 188267192 937426944 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.39
Current children cumulated vsize (KiB) 915456

[startup+1664.23 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 18982
/proc/meminfo: memFree=862024/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1662.41
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9164 0 1 0 166230 11 0 0 25 0 8 0 188267184 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713176 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8884 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.21
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 188267192 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 188267192 937426944 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.41
Current children cumulated vsize (KiB) 915456

[startup+1724.27 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 18982
/proc/meminfo: memFree=862088/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1722.38
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9166 0 1 0 172227 11 0 0 25 0 8 0 188267184 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480084 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8886 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.22
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 915456

[startup+1784.32 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 18982
/proc/meminfo: memFree=862024/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1782.36
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9166 0 1 0 178225 11 0 0 25 0 8 0 188267184 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8886 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.22
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 18982
/proc/meminfo: memFree=862024/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=915456 CPUtime=1800.03
/proc/18892/stat : 18892 (java) R 18890 18892 18661 0 -1 0 9166 0 1 0 179992 11 0 0 25 0 8 0 188267184 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708757 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 228864 8886 2543 14 0 215334 0
[pid=18892/tid=18894] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18894/stat : 18894 (java) S 18890 18892 18661 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18895/stat : 18895 (java) S 18890 18892 18661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18896] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18896/stat : 18896 (java) S 18890 18892 18661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188267188 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18897] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18897/stat : 18897 (java) S 18890 18892 18661 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18898] ppid=18890 vsize=915456 CPUtime=0.22
/proc/18892/task/18898/stat : 18898 (java) S 18890 18892 18661 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18892/tid=18899] ppid=18890 vsize=915456 CPUtime=0
/proc/18892/task/18899/stat : 18899 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18892/tid=18900] ppid=18890 vsize=915456 CPUtime=0.02
/proc/18892/task/18900/stat : 18900 (java) S 18890 18892 18661 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 188267192 937426944 8886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1802.04
CPU time (s): 1800.08
CPU user time (s): 1799.96
CPU system time (s): 0.119981
CPU usage (%): 99.891
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9184
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= 37357
involuntary context switches= 30733

runsolver used 2.45863 s user time and 5.2342 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Wed Jan 10 03:11:32 UTC 2007


IDJOB= 248336
IDBENCH= 11699
FILE ID= node62/248336-1168398691

PBS_JOBID= 3522983

Free space on /tmp= 66558 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 esac.xml 1 XSax /tmp/evaluation/248336-1168398691/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-248336-1168398691 -o ROOT/results/node62/solver-248336-1168398691 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248336-1168398691/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d888008fc3631994d05969987a035b4c

RANDOM SEED= 202217968

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.259
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.259
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:       1452896 kB
Buffers:         41188 kB
Cached:         412848 kB
SwapCached:          0 kB
Active:         236660 kB
Inactive:       314244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7260 kB
Writeback:           0 kB
Mapped:         115884 kB
Slab:            37280 kB
Committed_AS:  4957992 kB
PageTables:       2116 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= 66563 MiB



End job on node62 on Wed Jan 10 03:41:37 UTC 2007