Trace number 249338

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.14 1814.79

General information on the benchmark

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

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/249338-1168086121/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.48	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46
0.48	       =>  wckTime=0.106  cpuTime=0.08  mem=6M951
0.48	   
0.48	   predicates being loaded...
0.51	   
0.51	   constraints being loaded...
0.78	     nbConstraints=40  nbSingletonDomainVariables=12  nbDisconnectedVariables=12  nbConvertedConstraints=4
0.78	     nbConvertConstraintsChecks=397808  nbExtensionStructures=4  nbSharedExtensionStructures=0  nbConflictsStructures=8
0.78	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=32  nbSharedBinaryRepresentations=357
0.78	     nbEvaluationManagers=36  nbSharedEvaluationManagers=0  maxDegree=7  maxArity=9
0.78	       =>  wckTime=0.406  cpuTime=0.33  mem=9M878
0.81	   
0.81	   solver IterativeSystematicSolver being built... 
0.97	       =>  wckTime=0.602  cpuTime=0.47  mem=15M516
1.13	   
1.13	   preprocessing
1.13	     nbConstraintChecks=352033  nbValidityChecks=28  nbPropagations=107  nbRevisions=16  nbUselessRevisions=1
1.13	     nbRemovedValues=526  detectedInconsistency=no
1.13	       =>  wckTime=0.146  cpuTime=0.14  mem=15M516
3.90	   
3.90	   search
3.90	     run=0  nbConstraintChecks=3271560  nbValidityChecks=3728  nbPropagations=366  nbRevisions=279
3.90	     nbUselessRevisions=46  nbAssignments=62  nbFailedAssignments=23  nbBacktracks=10  nbVisitedNodes=86
3.90	     nbRestartNogoods=0  mapSize=4  nbInferences=0  nbTooLargeKeys=0
3.90	       =>  wckTime=2.926  cpuTime=2.87  mem=15M516
28.60	   
28.60	   search
28.60	     run=1  nbConstraintChecks=30816502  nbValidityChecks=16953  nbPropagations=1844  nbRevisions=1498
28.60	     nbUselessRevisions=219  nbAssignments=361  nbFailedAssignments=295  nbBacktracks=25  nbVisitedNodes=657
28.60	     nbRestartNogoods=11  mapSize=19  nbInferences=0  nbTooLargeKeys=0
28.60	       =>  wckTime=27.626  cpuTime=27.35  mem=15M516
81.68	   
81.68	   search
81.68	     run=2  nbConstraintChecks=88851633  nbValidityChecks=22704  nbPropagations=4653  nbRevisions=3483
81.68	     nbUselessRevisions=460  nbAssignments=994  nbFailedAssignments=886  nbBacktracks=47  nbVisitedNodes=1881
81.68	     nbRestartNogoods=20  mapSize=36  nbInferences=0  nbTooLargeKeys=0
81.68	       =>  wckTime=80.708  cpuTime=79.99  mem=15M516
89.53	   
89.53	   search
89.53	     run=3  nbConstraintChecks=97824734  nbValidityChecks=25962  nbPropagations=7941  nbRevisions=5915
89.53	     nbUselessRevisions=777  nbAssignments=1115  nbFailedAssignments=963  nbBacktracks=81  nbVisitedNodes=2079
89.53	     nbRestartNogoods=69  mapSize=60  nbInferences=0  nbTooLargeKeys=0
89.53	       =>  wckTime=88.558  cpuTime=87.78  mem=15M516
142.80	   
142.80	   search
142.80	     run=4  nbConstraintChecks=158334087  nbValidityChecks=48817  nbPropagations=13652  nbRevisions=10510
142.80	     nbUselessRevisions=1259  nbAssignments=1781  nbFailedAssignments=1568  nbBacktracks=131  nbVisitedNodes=3350
142.80	     nbRestartNogoods=104  mapSize=97  nbInferences=0  nbTooLargeKeys=0
142.80	       =>  wckTime=141.83  cpuTime=140.61  mem=15M516
376.04	   
376.04	   search
376.04	     run=5  nbConstraintChecks=487005972  nbValidityChecks=78897  nbPropagations=26894  nbRevisions=19363
376.04	     nbUselessRevisions=1787  nbAssignments=5170  nbFailedAssignments=4874  nbBacktracks=206  nbVisitedNodes=10045
376.04	     nbRestartNogoods=129  mapSize=171  nbInferences=0  nbTooLargeKeys=0
376.04	       =>  wckTime=375.065  cpuTime=371.96  mem=15M516
733.27	   
733.27	   search
733.27	     run=6  nbConstraintChecks=991590932  nbValidityChecks=118427  nbPropagations=51334  nbRevisions=34332
733.27	     nbUselessRevisions=2362  nbAssignments=10299  nbFailedAssignments=9888  nbBacktracks=319  nbVisitedNodes=20188
733.27	     nbRestartNogoods=150  mapSize=282  nbInferences=0  nbTooLargeKeys=0
733.27	       =>  wckTime=732.298  cpuTime=726.32  mem=15M516
981.59	   
981.59	   search
981.59	     run=7  nbConstraintChecks=1342452895  nbValidityChecks=154189  nbPropagations=83972  nbRevisions=54127
981.59	     nbUselessRevisions=3226  nbAssignments=13959  nbFailedAssignments=13366  nbBacktracks=491  nbVisitedNodes=27326
981.59	     nbRestartNogoods=169  mapSize=422  nbInferences=0  nbTooLargeKeys=0
981.59	       =>  wckTime=980.615  cpuTime=972.67  mem=15M516
1024.94	   
1024.94	   search
1024.94	     run=8  nbConstraintChecks=1399642116  nbValidityChecks=298614  nbPropagations=121878  nbRevisions=81182
1024.94	     nbUselessRevisions=5156  nbAssignments=14829  nbFailedAssignments=13959  nbBacktracks=747  nbVisitedNodes=28789
1024.94	     nbRestartNogoods=181  mapSize=643  nbInferences=0  nbTooLargeKeys=0
1024.94	       =>  wckTime=1023.961  cpuTime=1015.66  mem=15M516
1029.18	   
1029.18	   search
1029.18	     run=9  nbConstraintChecks=1404475834  nbValidityChecks=323821  nbPropagations=161810  nbRevisions=110374
1029.18	     nbUselessRevisions=7725  nbAssignments=15440  nbFailedAssignments=14158  nbBacktracks=1135  nbVisitedNodes=29599
1029.18	     nbRestartNogoods=207  mapSize=862  nbInferences=0  nbTooLargeKeys=0
1029.18	       =>  wckTime=1028.204  cpuTime=1019.87  mem=16M491
1257.99	   
1257.99	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=16M491)
1631.73	   
1631.73	   search
1631.73	     run=10  nbConstraintChecks=2032820487  nbValidityChecks=969046  nbPropagations=219350  nbRevisions=172874
1631.73	     nbUselessRevisions=14423  nbAssignments=21223  nbFailedAssignments=19341  nbBacktracks=1711  nbVisitedNodes=40565
1631.73	     nbRestartNogoods=225
1631.73	       =>  wckTime=1630.751  cpuTime=1617.54  mem=16M491

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node55/watcher-249338-1168086121 -o ROOT/results/node55/solver-249338-1168086121 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249338-1168086121/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.35 1.05 1.27 5/80 14977
/proc/meminfo: memFree=1246048/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=18540 CPUtime=0
/proc/14976/stat : 14976 (runsolver) R 14974 14976 14804 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 157010966 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14976/statm: 4635 279 244 17 0 2626 0

[startup+0.102931 s]
/proc/loadavg: 1.35 1.05 1.27 5/80 14977
/proc/meminfo: memFree=1246048/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=914988 CPUtime=0.08
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 2952 0 1 0 7 1 0 0 24 0 8 0 157010966 936947712 2698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155078720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228747 2698 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513968 s]
/proc/loadavg: 1.35 1.05 1.27 5/80 14977
/proc/meminfo: memFree=1246048/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915328 CPUtime=0.41
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 6331 0 1 0 38 3 0 0 19 0 8 0 157010966 937295872 6070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072897001 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228832 6070 2140 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.33504 s]
/proc/loadavg: 1.35 1.05 1.27 3/87 14984
/proc/meminfo: memFree=1222248/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1.22
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8747 0 1 0 116 6 0 0 25 0 8 0 157010966 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8485 2529 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.14
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 350 0 0 0 13 1 0 0 15 0 8 0 157010974 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915464

[startup+2.9722 s]
/proc/loadavg: 1.35 1.05 1.27 3/87 14984
/proc/meminfo: memFree=1221800/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=2.85
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8765 0 1 0 279 6 0 0 25 0 8 0 157010966 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073619190 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8502 2530 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 172 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.15
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 359 0 0 0 14 1 0 0 16 0 8 0 157010974 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915464

[startup+6.25452 s]
/proc/loadavg: 1.40 1.07 1.27 3/87 14984
/proc/meminfo: memFree=1221736/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=6.11
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8782 0 1 0 605 6 0 0 25 0 8 0 157010966 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073619171 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8516 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 17 0 8 0 157010970 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.16
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 364 0 0 0 15 1 0 0 15 0 8 0 157010974 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915464

[startup+12.7321 s]
/proc/loadavg: 1.45 1.08 1.27 3/87 14984
/proc/meminfo: memFree=1221736/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=12.52
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8788 0 1 0 1246 6 0 0 25 0 8 0 157010966 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8519 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.17
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 369 0 0 0 16 1 0 0 16 0 8 0 157010974 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915464

[startup+25.5854 s]
/proc/loadavg: 1.57 1.13 1.28 3/87 14984
/proc/meminfo: memFree=1221736/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=25.28
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8792 0 1 0 2522 6 0 0 25 0 8 0 157010966 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628179 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8521 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.17
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 371 0 0 0 16 1 0 0 16 0 8 0 157010974 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915464

[startup+51.2769 s]
/proc/loadavg: 1.71 1.20 1.30 3/87 14984
/proc/meminfo: memFree=1221736/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=50.77
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8803 0 1 0 5071 6 0 0 25 0 8 0 157010966 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073617363 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8527 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 17 0 8 0 157010970 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.17
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 379 0 0 0 16 1 0 0 15 0 8 0 157010974 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 915464

[startup+102.548 s]
/proc/loadavg: 1.92 1.33 1.34 3/87 14984
/proc/meminfo: memFree=1221736/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=101.61
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8825 0 1 0 10155 6 0 0 25 0 8 0 157010966 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806028 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8544 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.18
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 387 0 0 0 17 1 0 0 16 0 8 0 157010974 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 915464

[startup+162.557 s]
/proc/loadavg: 2.03 1.47 1.39 3/87 14984
/proc/meminfo: memFree=1221744/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=161.15
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 8850 0 1 0 16109 6 0 0 25 0 8 0 157010966 937435136 8564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073621703 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.71 s]
/proc/loadavg: 2.00 1.97 1.83 4/87 14984
/proc/meminfo: memFree=1220720/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1470.74
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 9018 0 1 0 147065 9 0 0 25 0 8 0 157010966 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073623732 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8727 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.22
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 405 0 0 0 21 1 0 0 16 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.74
Current children cumulated vsize (KiB) 915464

[startup+1542.72 s]
/proc/loadavg: 2.00 1.97 1.83 3/87 14984
/proc/meminfo: memFree=1220656/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1530.24
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 9018 0 1 0 153015 9 0 0 25 0 8 0 157010966 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073621734 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8727 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.22
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 405 0 0 0 21 1 0 0 16 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.24
Current children cumulated vsize (KiB) 915464

[startup+1602.72 s]
/proc/loadavg: 2.00 1.97 1.84 3/87 14984
/proc/meminfo: memFree=1220592/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1589.75
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 9018 0 1 0 158966 9 0 0 25 0 8 0 157010966 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073619081 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8727 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.22
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 405 0 0 0 21 1 0 0 16 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.75
Current children cumulated vsize (KiB) 915464

[startup+1662.74 s]
/proc/loadavg: 1.92 1.96 1.84 3/80 15023
/proc/meminfo: memFree=1239784/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1649.32
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 9022 0 1 0 164922 10 0 0 25 0 8 0 157010966 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073621743 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8731 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.22
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 405 0 0 0 21 1 0 0 16 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.32
Current children cumulated vsize (KiB) 915464

[startup+1722.76 s]
/proc/loadavg: 1.97 1.96 1.84 3/80 15023
/proc/meminfo: memFree=884392/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1708.84
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 9022 0 1 0 170874 10 0 0 25 0 8 0 157010966 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073621712 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8731 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.22
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 405 0 0 0 21 1 0 0 16 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.84
Current children cumulated vsize (KiB) 915464

[startup+1782.78 s]
/proc/loadavg: 1.99 1.97 1.85 4/80 15023
/proc/meminfo: memFree=539240/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1768.37
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 9022 0 1 0 176827 10 0 0 25 0 8 0 157010966 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073617344 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8731 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.22
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 405 0 0 0 21 1 0 0 16 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.37
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.74 s]
/proc/loadavg: 1.99 1.97 1.85 3/80 15023
/proc/meminfo: memFree=354152/2055920 swapFree=4192812/4192956
[pid=14976] ppid=14974 vsize=915464 CPUtime=1800.08
/proc/14976/stat : 14976 (java) R 14974 14976 14804 0 -1 0 9022 0 1 0 179998 10 0 0 25 0 8 0 157010966 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14976/statm: 228866 8731 2533 14 0 215336 0
[pid=14976/tid=14978] ppid=14974 vsize=915464 CPUtime=0.02
/proc/14976/task/14978/stat : 14978 (java) S 14974 14976 14804 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 157010970 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14979] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14974 14976 14804 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14980] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14974 14976 14804 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157010971 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14981] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14982] ppid=14974 vsize=915464 CPUtime=0.22
/proc/14976/task/14982/stat : 14982 (java) S 14974 14976 14804 0 -1 64 405 0 0 0 21 1 0 0 16 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14983] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14976/tid=14984] ppid=14974 vsize=915464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14974 14976 14804 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157010974 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1814.79
CPU time (s): 1800.14
CPU user time (s): 1800.03
CPU system time (s): 0.110983
CPU usage (%): 99.1926
Max. virtual memory (cumulated for all children) (KiB): 915464

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

runsolver used 1.72374 s user time and 4.71628 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan  6 12:22:03 UTC 2007


IDJOB= 249338
IDBENCH= 11776
FILE ID= node55/249338-1168086121

PBS_JOBID= 3476589

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9df014de592219034aab00d56f3a0950

RANDOM SEED= 427192906

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1246656 kB
Buffers:         57116 kB
Cached:         622816 kB
SwapCached:          0 kB
Active:         142856 kB
Inactive:       583184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1246656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:          66384 kB
Slab:            68604 kB
Committed_AS:  3897128 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66543 MiB



End job on node55 on Sat Jan  6 12:52:22 UTC 2007