Trace number 216293

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.1 1807.8

General information on the benchmark

NamepseudoSeries/chnl/
chnl-20-25.xml
MD5SUM5471ab3656c812855ba7f206f1e3575d
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 variables1000
Number of constraints90
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/216293-1168078974/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.49	     nbVariables=1000  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.49	       =>  wckTime=0.179  cpuTime=0.13  mem=7M894
0.49	   
0.49	   predicates being loaded...
0.50	   
0.50	   constraints being loaded...
0.68	     nbConstraints=90  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2
0.68	     nbSharedEvaluationManagers=88  maxDegree=2  maxArity=25
0.68	       =>  wckTime=0.366  cpuTime=0.26  mem=21M546
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.96	       =>  wckTime=0.65  cpuTime=0.45  mem=23M212
1.00	   
1.00	   preprocessing
1.00	     nbConstraintChecks=1050  nbValidityChecks=1000  nbPropagations=1000  nbRevisions=1000  nbUselessRevisions=1000
1.00	     nbRemovedValues=0  detectedInconsistency=no
1.00	       =>  wckTime=0.034  cpuTime=0.03  mem=23M212
12.61	   
12.61	   search
12.61	     run=0  nbConstraintChecks=4194795  nbValidityChecks=4090  nbPropagations=1150  nbRevisions=3343
12.61	     nbUselessRevisions=3315  nbAssignments=122  nbFailedAssignments=3  nbBacktracks=22  nbVisitedNodes=126
12.61	     nbRestartNogoods=0  mapSize=3  nbInferences=0  nbTooLargeKeys=0
12.61	       =>  wckTime=11.64  cpuTime=11.51  mem=23M212
23.43	   
23.43	   search
23.43	     run=1  nbConstraintChecks=8389329  nbValidityChecks=9584  nbPropagations=2469  nbRevisions=9539
23.43	     nbUselessRevisions=9455  nbAssignments=263  nbFailedAssignments=6  nbBacktracks=44  nbVisitedNodes=270
23.43	     nbRestartNogoods=1  mapSize=6  nbInferences=0  nbTooLargeKeys=0
23.43	       =>  wckTime=22.46  cpuTime=22.28  mem=23M212
34.00	   
34.00	   search
34.00	     run=2  nbConstraintChecks=12583894  nbValidityChecks=16081  nbPropagations=3976  nbRevisions=19079
34.00	     nbUselessRevisions=18911  nbAssignments=423  nbFailedAssignments=9  nbBacktracks=66  nbVisitedNodes=433
34.00	     nbRestartNogoods=2  mapSize=9  nbInferences=0  nbTooLargeKeys=0
34.00	       =>  wckTime=33.035  cpuTime=32.85  mem=23M212
103.62	   
103.62	   search
103.62	     run=3  nbConstraintChecks=39847316  nbValidityChecks=24171  nbPropagations=5734  nbRevisions=32776
103.62	     nbUselessRevisions=32474  nbAssignments=624  nbFailedAssignments=34  nbBacktracks=99  nbVisitedNodes=659
103.62	     nbRestartNogoods=3  mapSize=23  nbInferences=0  nbTooLargeKeys=0
103.62	       =>  wckTime=102.653  cpuTime=102.4  mem=23M212
235.11	   
235.11	   search
235.11	     run=4  nbConstraintChecks=92276989  nbValidityChecks=34423  nbPropagations=7819  nbRevisions=51723
235.11	     nbUselessRevisions=51213  nbAssignments=877  nbFailedAssignments=83  nbBacktracks=149  nbVisitedNodes=961
235.11	     nbRestartNogoods=4  mapSize=53  nbInferences=0  nbTooLargeKeys=0
235.11	       =>  wckTime=234.146  cpuTime=233.5  mem=24M187
451.69	   
451.69	   search
451.69	     run=5  nbConstraintChecks=178261744  nbValidityChecks=47485  nbPropagations=10331  nbRevisions=77336
451.69	     nbUselessRevisions=76512  nbAssignments=1198  nbFailedAssignments=164  nbBacktracks=224  nbVisitedNodes=1363
451.69	     nbRestartNogoods=6  mapSize=108  nbInferences=0  nbTooLargeKeys=0
451.70	       =>  wckTime=450.728  cpuTime=449.1  mem=24M187
783.38	   
783.38	   search
783.38	     run=6  nbConstraintChecks=308287590  nbValidityChecks=63882  nbPropagations=13406  nbRevisions=111290
783.38	     nbUselessRevisions=110004  nbAssignments=1613  nbFailedAssignments=287  nbBacktracks=337  nbVisitedNodes=1901
783.38	     nbRestartNogoods=7  mapSize=200  nbInferences=0  nbTooLargeKeys=0
783.38	       =>  wckTime=782.413  cpuTime=779.27  mem=24M187
1252.03	   
1252.03	   search
1252.03	     run=7  nbConstraintChecks=491791867  nbValidityChecks=86990  nbPropagations=17320  nbRevisions=157139
1252.03	     nbUselessRevisions=155151  nbAssignments=2212  nbFailedAssignments=459  nbBacktracks=515  nbVisitedNodes=2672
1252.03	     nbRestartNogoods=9  mapSize=337  nbInferences=0  nbTooLargeKeys=0
1252.03	       =>  wckTime=1251.059  cpuTime=1245.8  mem=24M187

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/node35/watcher-216293-1168078974 -o ROOT/results/node35/solver-216293-1168078974 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216293-1168078974/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.95 4/80 13895
/proc/meminfo: memFree=1409160/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=9748 CPUtime=0
/proc/13894/stat : 13894 (java) D 13892 13894 13032 0 -1 0 637 0 0 0 0 0 0 0 18 0 1 0 156291225 9981952 412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 1463076 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/13894/statm: 2437 412 333 14 0 1140 0

[startup+0.103184 s]
/proc/loadavg: 1.92 1.98 1.95 4/80 13895
/proc/meminfo: memFree=1409160/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=914988 CPUtime=0.08
/proc/13894/stat : 13894 (java) D 13892 13894 13032 0 -1 0 2989 0 1 0 7 1 0 0 17 0 8 0 156291225 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13894/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511229 s]
/proc/loadavg: 1.92 1.98 1.95 4/80 13895
/proc/meminfo: memFree=1409160/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915328 CPUtime=0.49
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 6502 0 1 0 44 5 0 0 18 0 8 0 156291225 937295872 6241 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13894/statm: 228832 6241 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33232 s]
/proc/loadavg: 1.92 1.98 1.95 4/87 13902
/proc/meminfo: memFree=1377040/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1.3
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10744 0 1 0 123 7 0 0 24 0 8 0 156291225 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073940597 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13894/statm: 228888 10482 2529 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 383 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.23
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 394 0 0 0 22 1 0 0 15 0 8 0 156291232 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13902/stat : 13902 (java) R 13892 13894 13032 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156291232 937525248 10482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915552

[startup+2.96952 s]
/proc/loadavg: 1.92 1.98 1.95 3/87 13902
/proc/meminfo: memFree=1376912/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=2.92
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10746 0 1 0 285 7 0 0 25 0 8 0 156291225 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871050 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13894/statm: 228888 10483 2529 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 383 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.23
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156291232 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156291232 937525248 10483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915552

[startup+6.16989 s]
/proc/loadavg: 1.93 1.98 1.95 3/87 13902
/proc/meminfo: memFree=1376912/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=6.09
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10752 0 1 0 602 7 0 0 25 0 8 0 156291225 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881868 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13894/statm: 228888 10489 2530 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 383 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.23
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156291232 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156291232 937525248 10489 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915552

[startup+12.6357 s]
/proc/loadavg: 1.94 1.98 1.95 3/87 13902
/proc/meminfo: memFree=1376912/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=12.5
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10773 0 1 0 1243 7 0 0 25 0 8 0 156291225 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073720650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13894/statm: 228888 10506 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 17 0 8 0 156291229 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.24
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 156291232 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156291232 937525248 10506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 915552

[startup+25.4982 s]
/proc/loadavg: 1.87 1.97 1.94 3/87 13960
/proc/meminfo: memFree=1539152/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=25.33
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10792 0 1 0 2525 8 0 0 25 0 8 0 156291225 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10524 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.24
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 156291232 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156291232 937525248 10524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915552

[startup+51.1002 s]
/proc/loadavg: 1.92 1.97 1.94 3/87 13960
/proc/meminfo: memFree=1539216/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=50.92
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10813 0 1 0 5084 8 0 0 25 0 8 0 156291225 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073938343 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10544 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.24
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 915552

[startup+102.301 s]
/proc/loadavg: 1.96 1.97 1.94 3/87 13960
/proc/meminfo: memFree=1539152/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=102.06
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10813 0 1 0 10198 8 0 0 25 0 8 0 156291225 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10544 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.24
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156291232 937525248 10544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 915552

[startup+162.338 s]
/proc/loadavg: 1.98 1.97 1.94 3/87 13960
/proc/meminfo: memFree=1539088/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=162.04
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 10835 0 1 0 16195 9 0 0 25 0 8 0 156291225 937525248 10564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073877282 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.63
Current children cumulated vsize (KiB) 915552

[startup+1482.62 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 13960
/proc/meminfo: memFree=1538256/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1476.38
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 11024 0 1 0 147626 12 0 0 25 0 8 0 156291225 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073875048 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10741 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.27
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 423 0 0 0 26 1 0 0 16 0 8 0 156291232 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0.01
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 156291232 937525248 10741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.38
Current children cumulated vsize (KiB) 915552

[startup+1542.63 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 13960
/proc/meminfo: memFree=1538256/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1536.1
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 11027 0 1 0 153598 12 0 0 25 0 8 0 156291225 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073877232 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10744 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.27
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 423 0 0 0 26 1 0 0 16 0 8 0 156291232 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0.01
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 156291232 937525248 10744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.1
Current children cumulated vsize (KiB) 915552

[startup+1602.64 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 13960
/proc/meminfo: memFree=1538192/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1595.85
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 11030 0 1 0 159573 12 0 0 25 0 8 0 156291225 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073877216 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10747 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.27
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 423 0 0 0 26 1 0 0 16 0 8 0 156291232 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0.01
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 156291232 937525248 10747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 915552

[startup+1662.65 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 13960
/proc/meminfo: memFree=1538192/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1655.61
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 11047 0 1 0 165548 13 0 0 25 0 8 0 156291225 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10764 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.27
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 423 0 0 0 26 1 0 0 16 0 8 0 156291232 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0.01
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 156291232 937525248 10764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.61
Current children cumulated vsize (KiB) 915552

[startup+1722.66 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 13960
/proc/meminfo: memFree=1538128/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1715.33
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 11048 0 1 0 171520 13 0 0 25 0 8 0 156291225 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073869351 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10765 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.27
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 423 0 0 0 26 1 0 0 16 0 8 0 156291232 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0.01
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 156291232 937525248 10765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.33
Current children cumulated vsize (KiB) 915552

[startup+1782.67 s]
/proc/loadavg: 2.07 2.03 1.97 3/87 13960
/proc/meminfo: memFree=1538064/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1775.08
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 11051 0 1 0 177495 13 0 0 25 0 8 0 156291225 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10768 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.27
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 423 0 0 0 26 1 0 0 16 0 8 0 156291232 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0.02
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 156291232 937525248 10768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.08
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.75 s]
/proc/loadavg: 2.05 2.02 1.97 3/87 13960
/proc/meminfo: memFree=1538064/2055920 swapFree=4192812/4192956
[pid=13894] ppid=13892 vsize=915552 CPUtime=1800.06
/proc/13894/stat : 13894 (java) R 13892 13894 13032 0 -1 0 11065 0 1 0 179993 13 0 0 25 0 8 0 156291225 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073877232 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13894/statm: 228888 10782 2533 14 0 215358 0
[pid=13894/tid=13896] ppid=13892 vsize=915552 CPUtime=0.04
/proc/13894/task/13896/stat : 13896 (java) S 13892 13894 13032 0 -1 64 384 0 0 0 4 0 0 0 16 0 8 0 156291229 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13897] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13897/stat : 13897 (java) S 13892 13894 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156291229 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13898] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13898/stat : 13898 (java) S 13892 13894 13032 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156291229 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13899] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13899/stat : 13899 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156291232 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13900] ppid=13892 vsize=915552 CPUtime=0.27
/proc/13894/task/13900/stat : 13900 (java) S 13892 13894 13032 0 -1 64 423 0 0 0 26 1 0 0 16 0 8 0 156291232 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13894/tid=13901] ppid=13892 vsize=915552 CPUtime=0
/proc/13894/task/13901/stat : 13901 (java) S 13892 13894 13032 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156291232 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13894/tid=13902] ppid=13892 vsize=915552 CPUtime=0.02
/proc/13894/task/13902/stat : 13902 (java) S 13892 13894 13032 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 156291232 937525248 10782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1807.8
CPU time (s): 1800.1
CPU user time (s): 1799.96
CPU system time (s): 0.143978
CPU usage (%): 99.5745
Max. virtual memory (cumulated for all children) (KiB): 915552

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

runsolver used 1.57776 s user time and 4.89926 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 10:22:56 UTC 2007


IDJOB= 216293
IDBENCH= 5067
FILE ID= node35/216293-1168078974

PBS_JOBID= 3476001

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5471ab3656c812855ba7f206f1e3575d

RANDOM SEED= 97360884

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.234
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.234
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:       1409640 kB
Buffers:         27748 kB
Cached:         295524 kB
SwapCached:          0 kB
Active:         308096 kB
Inactive:       261620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:         266652 kB
Slab:            61524 kB
Committed_AS:  3867500 kB
PageTables:       2276 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= 66558 MiB



End job on node35 on Sat Jan  6 10:53:08 UTC 2007