Trace number 215601

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.07 1816.21

General information on the benchmark

NamepseudoSeries/mps/
mps-mod010.xml
MD5SUM5abee85a11ddf4e6d788fd98de9cec2c
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 variables2655
Number of constraints291
Maximum constraint arity2655
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension291
Global constraints used (with number of constraints)

Solver Data (download as text)

0.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=mac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/215601-1168078623/unknown.xml
0.45	   
0.45	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.64	     nbVariables=2655  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.64	       =>  wckTime=0.249  cpuTime=0.17  mem=10M819
0.64	   
0.64	   predicates being loaded...
6.50	   
6.50	   constraints being loaded...
8.33	   
8.33	   INFO : Stopping converting binary constraints (cpu=7.54, mem = 44M490)
17.59	     nbConstraints=146  nbMergedConstraints=145  nbSharedBinaryRepresentations=0  nbEvaluationManagers=140
17.59	     nbSharedEvaluationManagers=6  maxDegree=6  maxArity=2655
17.59	       =>  wckTime=17.199  cpuTime=16.45  mem=20M307
17.65	   
17.65	   solver IterativeSystematicSolver being built... 
18.20	       =>  wckTime=17.81  cpuTime=16.8  mem=79M702
18.36	   
18.36	   preprocessing
18.36	     nbConstraintChecks=158  nbValidityChecks=147  nbPropagations=2655  nbRevisions=147  nbUselessRevisions=147
18.36	     nbRemovedValues=0  detectedInconsistency=no
18.36	       =>  wckTime=0.146  cpuTime=0.13  mem=110M871
52.34	   
52.34	   search
52.34	     run=0  nbConstraintChecks=3717771  nbValidityChecks=37635  nbPropagations=4934  nbRevisions=20378
52.34	     nbUselessRevisions=19843  nbAssignments=1922  nbFailedAssignments=3  nbBacktracks=14  nbVisitedNodes=1934
52.34	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
52.34	       =>  wckTime=34.129  cpuTime=33.76  mem=116M538
96.31	   
96.31	   search
96.31	     run=1  nbConstraintChecks=7310478  nbValidityChecks=74752  nbPropagations=12108  nbRevisions=60032
96.31	     nbUselessRevisions=58700  nbAssignments=3900  nbFailedAssignments=9  nbBacktracks=36  nbVisitedNodes=3918
96.31	     nbRestartNogoods=2  mapSize=20  nbInferences=0  nbTooLargeKeys=0
96.31	       =>  wckTime=78.103  cpuTime=77.16  mem=110M980
136.37	   
136.37	   search
136.37	     run=2  nbConstraintChecks=10417888  nbValidityChecks=111668  nbPropagations=21560  nbRevisions=118808
136.37	     nbUselessRevisions=116379  nbAssignments=5878  nbFailedAssignments=15  nbBacktracks=67  nbVisitedNodes=5902
136.37	     nbRestartNogoods=3  mapSize=25  nbInferences=0  nbTooLargeKeys=0
136.37	       =>  wckTime=118.162  cpuTime=116.86  mem=116M806
193.34	   
193.34	   search
193.34	     run=3  nbConstraintChecks=17398344  nbValidityChecks=152887  nbPropagations=33667  nbRevisions=198669
193.34	     nbUselessRevisions=194367  nbAssignments=7828  nbFailedAssignments=24  nbBacktracks=100  nbVisitedNodes=7868
193.34	     nbRestartNogoods=4  mapSize=46  nbInferences=0  nbTooLargeKeys=0
193.34	       =>  wckTime=175.128  cpuTime=173.32  mem=122M632
263.83	   
263.83	   search
263.83	     run=4  nbConstraintChecks=25001029  nbValidityChecks=194034  nbPropagations=48253  nbRevisions=300127
263.83	     nbUselessRevisions=293527  nbAssignments=9893  nbFailedAssignments=34  nbBacktracks=150  nbVisitedNodes=9943
263.83	     nbRestartNogoods=7  mapSize=62  nbInferences=0  nbTooLargeKeys=0
263.83	       =>  wckTime=245.622  cpuTime=243.19  mem=129M428
354.22	   
354.22	   search
354.22	     run=5  nbConstraintChecks=34860650  nbValidityChecks=236748  nbPropagations=65350  nbRevisions=424116
354.22	     nbUselessRevisions=414802  nbAssignments=12009  nbFailedAssignments=42  nbBacktracks=228  nbVisitedNodes=12068
354.22	     nbRestartNogoods=9  mapSize=78  nbInferences=0  nbTooLargeKeys=0
354.22	       =>  wckTime=336.014  cpuTime=332.78  mem=136M225
452.48	   
452.48	   search
452.48	     run=6  nbConstraintChecks=44617415  nbValidityChecks=283550  nbPropagations=85251  nbRevisions=572594
452.48	     nbUselessRevisions=559882  nbAssignments=14129  nbFailedAssignments=61  nbBacktracks=352  nbVisitedNodes=14207
452.48	     nbRestartNogoods=10  mapSize=97  nbInferences=0  nbTooLargeKeys=0
452.48	       =>  wckTime=434.272  cpuTime=430.16  mem=143M21
743.30	   
743.30	   search
743.30	     run=7  nbConstraintChecks=79651782  nbValidityChecks=341349  nbPropagations=109077  nbRevisions=752323
743.30	     nbUselessRevisions=734602  nbAssignments=16493  nbFailedAssignments=133  nbBacktracks=529  nbVisitedNodes=16646
743.30	     nbRestartNogoods=11  mapSize=193  nbInferences=0  nbTooLargeKeys=0
743.30	       =>  wckTime=725.086  cpuTime=718.41  mem=150M789
1024.06	   
1024.07	   search
1024.07	     run=8  nbConstraintChecks=105725527  nbValidityChecks=410098  nbPropagations=136740  nbRevisions=970288
1024.07	     nbUselessRevisions=946144  nbAssignments=19069  nbFailedAssignments=157  nbBacktracks=810  nbVisitedNodes=19257
1024.07	     nbRestartNogoods=12  mapSize=248  nbInferences=0  nbTooLargeKeys=0
1024.07	       =>  wckTime=1005.856  cpuTime=996.69  mem=120M211

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/node16/watcher-215601-1168078623 -o ROOT/results/node16/solver-215601-1168078623 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/215601-1168078623/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.92 1.98 1.98 4/93 22341
/proc/meminfo: memFree=1287648/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=18540 CPUtime=0
/proc/22340/stat : 22340 (runsolver) R 22338 22340 21529 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156257307 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22340/statm: 4635 279 244 17 0 2626 0

[startup+0.103885 s]
/proc/loadavg: 1.92 1.98 1.98 4/93 22341
/proc/meminfo: memFree=1287648/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=905992 CPUtime=0.02
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 1886 0 1 0 1 1 0 0 17 0 1 0 156257307 927735808 1635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582912 0 4 0 7368 0 0 0 17 1 0 0
/proc/22340/statm: 226498 1635 957 14 0 214081 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 905992

[startup+0.512803 s]
/proc/loadavg: 1.92 1.98 1.98 4/93 22341
/proc/meminfo: memFree=1287648/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915328 CPUtime=0.42
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 6105 0 1 0 38 4 0 0 18 0 8 0 156257307 937295872 5844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228832 5844 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.33866 s]
/proc/loadavg: 1.92 1.98 1.98 4/100 22348
/proc/meminfo: memFree=1231016/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915328 CPUtime=1.23
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 16869 0 1 0 114 9 0 0 24 0 8 0 156257307 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448176 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228832 16606 2153 14 0 215302 0
[pid=22340/tid=22342] ppid=22338 vsize=915328 CPUtime=0.01
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 404 0 0 0 1 0 0 0 17 0 8 0 156257319 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915328 CPUtime=0.13
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 348 0 0 0 13 0 0 0 16 0 8 0 156257322 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937295872 16606 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915328

[startup+2.98437 s]
/proc/loadavg: 1.92 1.98 1.98 3/100 22348
/proc/meminfo: memFree=1229288/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915328 CPUtime=2.86
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 17577 0 1 0 277 9 0 0 25 0 8 0 156257307 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445256 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228832 17308 2154 14 0 215302 0
[pid=22340/tid=22342] ppid=22338 vsize=915328 CPUtime=0.07
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 1043 0 0 0 7 0 0 0 16 0 8 0 156257319 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915328 CPUtime=0.13
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 348 0 0 0 13 0 0 0 16 0 8 0 156257322 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937295872 17308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915328

[startup+6.26277 s]
/proc/loadavg: 1.93 1.98 1.98 3/100 22348
/proc/meminfo: memFree=1226088/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915328 CPUtime=6.11
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 18162 0 1 0 602 9 0 0 25 0 8 0 156257307 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228832 17884 2154 14 0 215302 0
[pid=22340/tid=22342] ppid=22338 vsize=915328 CPUtime=0.17
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 1619 0 0 0 17 0 0 0 16 0 8 0 156257319 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915328 CPUtime=0.13
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 348 0 0 0 13 0 0 0 16 0 8 0 156257322 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937295872 17884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915328

[startup+12.6646 s]
/proc/loadavg: 1.93 1.98 1.98 3/100 22348
/proc/meminfo: memFree=1217000/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915328 CPUtime=12.45
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 20137 0 1 0 1233 12 0 0 25 0 8 0 156257307 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072941832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228832 19767 2185 14 0 215302 0
[pid=22340/tid=22342] ppid=22338 vsize=915328 CPUtime=0.4
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 3415 0 0 0 39 1 0 0 16 0 8 0 156257319 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156257319 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915328 CPUtime=0.19
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 374 0 0 0 18 1 0 0 16 0 8 0 156257322 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915328 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937295872 19767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 915328

[startup+25.5093 s]
/proc/loadavg: 1.95 1.98 1.98 3/100 22348
/proc/meminfo: memFree=1154472/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915480 CPUtime=25.18
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 36122 0 1 0 2498 20 0 0 25 0 8 0 156257307 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228870 35742 2532 14 0 215340 0
[pid=22340/tid=22342] ppid=22338 vsize=915480 CPUtime=0.6
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 18882 0 0 0 52 8 0 0 16 0 8 0 156257319 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915480 CPUtime=0.33
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 474 0 0 0 31 2 0 0 15 0 8 0 156257322 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937451520 35742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 915480

[startup+51.2116 s]
/proc/loadavg: 1.96 1.98 1.98 5/100 22348
/proc/meminfo: memFree=1154472/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915480 CPUtime=50.66
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 36126 0 1 0 5045 21 0 0 25 0 8 0 156257307 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074057792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228870 35745 2533 14 0 215340 0
[pid=22340/tid=22342] ppid=22338 vsize=915480 CPUtime=0.6
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 18882 0 0 0 52 8 0 0 16 0 8 0 156257319 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915480 CPUtime=0.33
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 477 0 0 0 31 2 0 0 17 0 8 0 156257322 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915480 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937451520 35745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 915480

[startup+102.509 s]
/proc/loadavg: 1.98 1.98 1.98 3/100 22348
/proc/meminfo: memFree=1118120/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=101.5
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 45204 0 1 0 10125 25 0 0 25 0 8 0 156257307 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074062944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 44818 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.78
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 27941 0 0 0 66 12 0 0 16 0 8 0 156257319 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 489 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 915448

[startup+162.547 s]
/proc/loadavg: 1.99 1.98 1.98 3/100 22348
/proc/meminfo: memFree=1118184/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=161.01
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 45204 0 1 0 16076 25 0 0 25 0 8 0 156257307 937418752 44818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074055260 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.66
Current children cumulated vsize (KiB) 915448

[startup+1483.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 22406
/proc/meminfo: memFree=1152872/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=1470.17
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 47207 0 1 0 146983 34 0 0 25 0 8 0 156257307 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074046432 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 46819 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.81
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 29941 0 0 0 69 12 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 490 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.17
Current children cumulated vsize (KiB) 915448

[startup+1543.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 22406
/proc/meminfo: memFree=1152872/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=1529.68
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 47207 0 1 0 152933 35 0 0 25 0 8 0 156257307 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074058276 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 46819 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.81
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 29941 0 0 0 69 12 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 490 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.68
Current children cumulated vsize (KiB) 915448

[startup+1603.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 22406
/proc/meminfo: memFree=1152808/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=1589.18
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 47207 0 1 0 158883 35 0 0 25 0 8 0 156257307 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074058252 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 46819 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.81
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 29941 0 0 0 69 12 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 490 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.18
Current children cumulated vsize (KiB) 915448

[startup+1663.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 22406
/proc/meminfo: memFree=1152808/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=1648.69
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 47207 0 1 0 164833 36 0 0 25 0 8 0 156257307 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074055333 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 46819 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.81
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 29941 0 0 0 69 12 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 490 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.69
Current children cumulated vsize (KiB) 915448

[startup+1723.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 22406
/proc/meminfo: memFree=1152808/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=1708.19
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 47207 0 1 0 170783 36 0 0 25 0 8 0 156257307 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074057127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 46819 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.81
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 29941 0 0 0 69 12 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 490 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.19
Current children cumulated vsize (KiB) 915448

[startup+1783.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 22406
/proc/meminfo: memFree=1152808/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=1767.69
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 47207 0 1 0 176733 36 0 0 25 0 8 0 156257307 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074057767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 46819 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.81
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 29941 0 0 0 69 12 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 490 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.69
Current children cumulated vsize (KiB) 915448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 22406
/proc/meminfo: memFree=1152808/2055920 swapFree=4191880/4192956
[pid=22340] ppid=22338 vsize=915448 CPUtime=1800
/proc/22340/stat : 22340 (java) R 22338 22340 21529 0 -1 0 47207 0 1 0 179963 37 0 0 25 0 8 0 156257307 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074055266 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22340/statm: 228862 46819 2536 14 0 215332 0
[pid=22340/tid=22342] ppid=22338 vsize=915448 CPUtime=0.81
/proc/22340/task/22342/stat : 22342 (java) S 22338 22340 21529 0 -1 64 29941 0 0 0 69 12 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22343] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22343/stat : 22343 (java) S 22338 22340 21529 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22344] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22344/stat : 22344 (java) S 22338 22340 21529 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156257319 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22345] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22345/stat : 22345 (java) S 22338 22340 21529 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22346] ppid=22338 vsize=915448 CPUtime=0.35
/proc/22340/task/22346/stat : 22346 (java) S 22338 22340 21529 0 -1 64 490 0 0 0 33 2 0 0 16 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22347] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22347/stat : 22347 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22340/tid=22348] ppid=22338 vsize=915448 CPUtime=0
/proc/22340/task/22348/stat : 22348 (java) S 22338 22340 21529 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156257322 937418752 46819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915448

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

Child status: 143
Real time (s): 1816.21
CPU time (s): 1800.07
CPU user time (s): 1799.67
CPU system time (s): 0.400939
CPU usage (%): 99.1114
Max. virtual memory (cumulated for all children) (KiB): 915480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47222
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= 39075
involuntary context switches= 65683

runsolver used 2.11268 s user time and 5.9411 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 10:17:04 UTC 2007


IDJOB= 215601
IDBENCH= 5014
FILE ID= node16/215601-1168078623

PBS_JOBID= 3475792

Free space on /tmp= 66499 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-mod010.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/215601-1168078623/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-215601-1168078623 -o ROOT/results/node16/solver-215601-1168078623 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/215601-1168078623/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5abee85a11ddf4e6d788fd98de9cec2c

RANDOM SEED= 935679586

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.220
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.220
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:       1288128 kB
Buffers:         64300 kB
Cached:         485008 kB
SwapCached:        268 kB
Active:         271376 kB
Inactive:       398660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1288128 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:         149172 kB
Slab:            82212 kB
Committed_AS:  4676608 kB
PageTables:       2552 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB



End job on node16 on Sat Jan  6 10:47:23 UTC 2007