Trace number 216267

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.09 1802.3

General information on the benchmark

NamepseudoSeries/ppp/
ppp-1-9-16-19.xml
MD5SUMd911335f6fe79101861b529ce7b19422
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 variables4626
Number of constraints30921
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30921
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/216267-1168078955/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.59	     nbVariables=4626  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.59	       =>  wckTime=0.272  cpuTime=0.19  mem=13M728
0.59	   
0.59	   predicates being loaded...
0.61	   
0.61	   constraints being loaded...
4.95	     nbConstraints=30747  nbMergedConstraints=174  nbConflictsStructures=5  nbSharedConflictsStructures=30664
4.95	     nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  nbEvaluationManagers=10
4.95	     nbSharedEvaluationManagers=30737  maxDegree=31  maxArity=29
4.95	       =>  wckTime=4.634  cpuTime=3.86  mem=53M273
5.14	   
5.14	   solver IterativeSystematicSolver being built... 
6.07	       =>  wckTime=5.752  cpuTime=4.52  mem=69M897
6.16	   
6.16	   preprocessing
6.16	     nbConstraintChecks=0  nbPropagations=4626  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
6.16	     detectedInconsistency=no
6.16	       =>  wckTime=0.077  cpuTime=0.07  mem=71M943
7.20	   
7.20	   search
7.20	     run=0  nbConstraintChecks=19404  nbValidityChecks=28141  nbPropagations=5522  nbRevisions=25974
7.20	     nbUselessRevisions=25790  nbAssignments=741  nbFailedAssignments=2  nbBacktracks=19  nbVisitedNodes=750
7.20	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
7.20	       =>  wckTime=1.125  cpuTime=1.08  mem=73M988
11.37	   
11.37	   search
11.37	     run=1  nbConstraintChecks=1308682  nbValidityChecks=58590  nbPropagations=11898  nbRevisions=70949
11.37	     nbUselessRevisions=70143  nbAssignments=1213  nbFailedAssignments=5  nbBacktracks=49  nbVisitedNodes=1239
11.37	     nbRestartNogoods=1  mapSize=23  nbInferences=0  nbTooLargeKeys=0
11.37	       =>  wckTime=5.297  cpuTime=5.2  mem=73M988
11.67	   
11.67	   search
11.67	     run=2  nbConstraintChecks=1325297  nbValidityChecks=71854  nbPropagations=18657  nbRevisions=124046
11.67	     nbUselessRevisions=122407  nbAssignments=1414  nbFailedAssignments=7  nbBacktracks=72  nbVisitedNodes=1448
11.67	     nbRestartNogoods=2  mapSize=30  nbInferences=0  nbTooLargeKeys=0
11.67	       =>  wckTime=5.596  cpuTime=5.5  mem=73M988
11.75	   
11.75	   search
11.75	     run=3  nbConstraintChecks=1325783  nbValidityChecks=73195  nbPropagations=25592  nbRevisions=177847
11.75	     nbUselessRevisions=175234  nbAssignments=1475  nbFailedAssignments=13  nbBacktracks=108  nbVisitedNodes=1521
11.75	     nbRestartNogoods=3  mapSize=41  nbInferences=0  nbTooLargeKeys=0
11.75	       =>  wckTime=5.679  cpuTime=5.58  mem=73M988
11.88	   
11.88	   search
11.88	     run=4  nbConstraintChecks=1326434  nbValidityChecks=75133  nbPropagations=32799  nbRevisions=232671
11.88	     nbUselessRevisions=228865  nbAssignments=1564  nbFailedAssignments=23  nbBacktracks=163  nbVisitedNodes=1630
11.88	     nbRestartNogoods=4  mapSize=59  nbInferences=0  nbTooLargeKeys=0
11.88	       =>  wckTime=5.805  cpuTime=5.69  mem=73M988
12.03	   
12.03	   search
12.03	     run=5  nbConstraintChecks=1327304  nbValidityChecks=77691  nbPropagations=40375  nbRevisions=288851
12.03	     nbUselessRevisions=283556  nbAssignments=1683  nbFailedAssignments=37  nbBacktracks=243  nbVisitedNodes=1777
12.03	     nbRestartNogoods=6  mapSize=85  nbInferences=0  nbTooLargeKeys=0
12.03	       =>  wckTime=5.957  cpuTime=5.84  mem=73M988
12.24	   
12.24	   search
12.24	     run=6  nbConstraintChecks=1328418  nbValidityChecks=80984  nbPropagations=48443  nbRevisions=346791
12.24	     nbUselessRevisions=339631  nbAssignments=1844  nbFailedAssignments=56  nbBacktracks=361  nbVisitedNodes=1976
12.24	     nbRestartNogoods=8  mapSize=121  nbInferences=0  nbTooLargeKeys=0
12.24	       =>  wckTime=6.162  cpuTime=6.04  mem=73M988
12.51	   
12.51	   search
12.51	     run=7  nbConstraintChecks=1329947  nbValidityChecks=85745  nbPropagations=57218  nbRevisions=407286
12.51	     nbUselessRevisions=397704  nbAssignments=2066  nbFailedAssignments=83  nbBacktracks=532  nbVisitedNodes=2252
12.51	     nbRestartNogoods=10  mapSize=173  nbInferences=0  nbTooLargeKeys=0
12.51	       =>  wckTime=6.437  cpuTime=6.31  mem=73M988
36.99	   
36.99	   search
36.99	     run=8  nbConstraintChecks=9499799  nbValidityChecks=156020  nbPropagations=68785  nbRevisions=518232
36.99	     nbUselessRevisions=504567  nbAssignments=3638  nbFailedAssignments=125  nbBacktracks=794  nbVisitedNodes=3914
36.99	     nbRestartNogoods=12  mapSize=259  nbInferences=0  nbTooLargeKeys=0
36.99	       =>  wckTime=30.913  cpuTime=30.55  mem=77M57
59.82	   
59.82	   search
59.82	     run=9  nbConstraintChecks=17661943  nbValidityChecks=230212  nbPropagations=83229  nbRevisions=677071
59.82	     nbUselessRevisions=657643  nbAssignments=5086  nbFailedAssignments=177  nbBacktracks=1192  nbVisitedNodes=5474
59.82	     nbRestartNogoods=16  mapSize=367  nbInferences=0  nbTooLargeKeys=0
59.82	       =>  wckTime=53.748  cpuTime=53.31  mem=79M102
77.30	   
77.30	   search
77.30	     run=10  nbConstraintChecks=23890867  nbValidityChecks=318782  nbPropagations=102144  nbRevisions=891849
77.30	     nbUselessRevisions=862857  nbAssignments=6443  nbFailedAssignments=289  nbBacktracks=1768  nbVisitedNodes=7055
77.30	     nbRestartNogoods=20  mapSize=531  nbInferences=0  nbTooLargeKeys=0
77.30	       =>  wckTime=71.229  cpuTime=70.75  mem=81M147
90.58	   
90.58	   search
90.58	     run=11  nbConstraintChecks=28473643  nbValidityChecks=425596  nbPropagations=128229  nbRevisions=1173464
90.58	     nbUselessRevisions=1127403  nbAssignments=7699  nbFailedAssignments=450  nbBacktracks=2639  nbVisitedNodes=8665
90.58	     nbRestartNogoods=23  mapSize=786  nbInferences=0  nbTooLargeKeys=0
90.58	       =>  wckTime=84.511  cpuTime=84.03  mem=82M170
532.94	   
532.94	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=83M193)

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/node5/watcher-216267-1168078955 -o ROOT/results/node5/solver-216267-1168078955 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216267-1168078955/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: 2.07 2.02 2.00 4/93 7561
/proc/meminfo: memFree=815672/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=47892 CPUtime=0.01
/proc/7560/stat : 7560 (java) D 7558 7560 7065 0 -1 0 1219 0 1 0 0 1 0 0 17 0 1 0 136509975 49041408 968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/7560/statm: 11973 968 766 14 0 1707 0

[startup+0.103789 s]
/proc/loadavg: 2.07 2.02 2.00 4/93 7561
/proc/meminfo: memFree=815672/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=914988 CPUtime=0.09
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 2988 0 1 0 7 2 0 0 17 0 8 0 136509975 936947712 2734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511833 s]
/proc/loadavg: 2.07 2.02 2.00 4/93 7561
/proc/meminfo: memFree=815672/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915328 CPUtime=0.5
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 6518 0 1 0 44 6 0 0 17 0 8 0 136509975 937295872 6257 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073328002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 228832 6257 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33493 s]
/proc/loadavg: 2.07 2.02 2.00 4/100 7568
/proc/meminfo: memFree=753536/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915640 CPUtime=1.3
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 18515 0 1 0 119 11 0 0 20 0 8 0 136509975 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749189 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 228910 18252 2157 14 0 215380 0
[pid=7560/tid=7562] ppid=7558 vsize=915640 CPUtime=0.06
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 1981 0 0 0 6 0 0 0 16 0 8 0 136509979 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915640 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915640 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915640 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915640 CPUtime=0.16
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 404 0 0 0 16 0 0 0 19 0 8 0 136509983 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915640 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915640 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937615360 18252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915640

[startup+2.98812 s]
/proc/loadavg: 2.07 2.02 2.00 3/100 7568
/proc/meminfo: memFree=740032/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915644 CPUtime=2.95
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 21254 0 1 0 245 50 0 0 25 0 8 0 136509975 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 228911 20988 2178 14 0 215381 0
[pid=7560/tid=7562] ppid=7558 vsize=915644 CPUtime=0.22
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 4631 0 0 0 21 1 0 0 16 0 8 0 136509979 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915644 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915644 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915644 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915644 CPUtime=0.22
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 430 0 0 0 21 1 0 0 16 0 8 0 136509983 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915644 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915644 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937619456 20988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915644

[startup+6.28349 s]
/proc/loadavg: 2.15 2.03 2.01 4/100 7568
/proc/meminfo: memFree=691520/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=6.21
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35489 0 1 0 475 146 0 0 25 0 8 0 136509975 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 228968 35139 2533 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.88
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18314 0 0 0 81 7 0 0 16 0 8 0 136509979 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.37
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 526 0 0 0 35 2 0 0 15 0 8 0 136509983 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915872

[startup+12.7682 s]
/proc/loadavg: 2.13 2.03 2.01 3/100 7568
/proc/meminfo: memFree=684608/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=12.63
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35518 0 1 0 1117 146 0 0 25 0 8 0 136509975 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074175140 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 228968 35164 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 17 0 8 0 136509979 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.4
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 545 0 0 0 38 2 0 0 15 0 8 0 136509983 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915872

[startup+25.6097 s]
/proc/loadavg: 2.10 2.03 2.01 3/100 7568
/proc/meminfo: memFree=684672/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=25.36
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35519 0 1 0 2390 146 0 0 25 0 8 0 136509975 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073849952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 228968 35165 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.41
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 546 0 0 0 39 2 0 0 15 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915872

[startup+51.2176 s]
/proc/loadavg: 2.07 2.03 2.01 3/100 7626
/proc/meminfo: memFree=1228672/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=50.8
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35519 0 1 0 4933 147 0 0 25 0 8 0 136509975 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073845971 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35165 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.41
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 546 0 0 0 39 2 0 0 16 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 915872

[startup+102.426 s]
/proc/loadavg: 2.03 2.02 2.00 3/100 7626
/proc/meminfo: memFree=1228744/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=101.95
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35529 0 1 0 10047 148 0 0 25 0 8 0 136509975 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35170 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 551 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 915872

[startup+162.472 s]
/proc/loadavg: 2.01 2.02 2.00 3/100 7626
/proc/meminfo: memFree=1228744/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=161.92
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35529 0 1 0 16044 148 0 0 25 0 8 0 136509975 937852928 35170 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073845952 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 915872

[startup+1483.4 s]
/proc/loadavg: 2.06 2.03 2.00 3/100 7626
/proc/meminfo: memFree=1228040/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=1481.51
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35532 0 1 0 148000 151 0 0 25 0 8 0 136509975 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35171 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 553 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.51
Current children cumulated vsize (KiB) 915872

[startup+1543.44 s]
/proc/loadavg: 2.02 2.02 2.00 3/100 7626
/proc/meminfo: memFree=1227976/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=1541.5
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35532 0 1 0 153999 151 0 0 25 0 8 0 136509975 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073849959 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35171 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 553 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 915872

[startup+1603.48 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 7626
/proc/meminfo: memFree=1227912/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=1601.46
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35532 0 1 0 159995 151 0 0 25 0 8 0 136509975 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073848012 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35171 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 553 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.46
Current children cumulated vsize (KiB) 915872

[startup+1663.52 s]
/proc/loadavg: 2.00 2.01 2.00 3/100 7626
/proc/meminfo: memFree=1227976/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=1661.44
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35532 0 1 0 165992 152 0 0 25 0 8 0 136509975 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073848560 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35171 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 553 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.44
Current children cumulated vsize (KiB) 915872

[startup+1723.56 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 7626
/proc/meminfo: memFree=1227912/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=1721.43
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35532 0 1 0 171991 152 0 0 25 0 8 0 136509975 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35171 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 553 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 915872

[startup+1783.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 7626
/proc/meminfo: memFree=1227848/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=1781.4
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35532 0 1 0 177988 152 0 0 25 0 8 0 136509975 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073851664 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35171 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 553 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 915872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 7626
/proc/meminfo: memFree=1227848/2055920 swapFree=4192812/4192956
[pid=7560] ppid=7558 vsize=915872 CPUtime=1800
/proc/7560/stat : 7560 (java) R 7558 7560 7065 0 -1 0 35532 0 1 0 179848 152 0 0 25 0 8 0 136509975 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7560/statm: 228968 35171 2537 14 0 215438 0
[pid=7560/tid=7562] ppid=7558 vsize=915872 CPUtime=0.89
/proc/7560/task/7562/stat : 7562 (java) S 7558 7560 7065 0 -1 64 18315 0 0 0 82 7 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7563] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7558 7560 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7558 7560 7065 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136509979 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7558 vsize=915872 CPUtime=0.42
/proc/7560/task/7566/stat : 7566 (java) S 7558 7560 7065 0 -1 64 553 0 0 0 40 2 0 0 16 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7560/tid=7567] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7558 vsize=915872 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) R 7558 7560 7065 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136509983 937852928 35171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915872

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

Child status: 143
Real time (s): 1802.3
CPU time (s): 1800.09
CPU user time (s): 1798.54
CPU system time (s): 1.54477
CPU usage (%): 99.8773
Max. virtual memory (cumulated for all children) (KiB): 915984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.54476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35547
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= 38097
involuntary context switches= 50984

runsolver used 2.50562 s user time and 5.47617 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 10:22:35 UTC 2007


IDJOB= 216267
IDBENCH= 5065
FILE ID= node5/216267-1168078955

PBS_JOBID= 3475807

Free space on /tmp= 66323 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ppp/ppp-1-9-16-19.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216267-1168078955/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-216267-1168078955 -o ROOT/results/node5/solver-216267-1168078955 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216267-1168078955/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d911335f6fe79101861b529ce7b19422

RANDOM SEED= 349669308

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.240
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.240
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:        816088 kB
Buffers:         48136 kB
Cached:         441600 kB
SwapCached:          0 kB
Active:         703792 kB
Inactive:       447400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        816088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6400 kB
Writeback:           0 kB
Mapped:         690468 kB
Slab:            72244 kB
Committed_AS:  4003544 kB
PageTables:       3412 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= 66327 MiB



End job on node5 on Sat Jan  6 10:52:38 UTC 2007