Trace number 1044656

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 AC? (TO) 1800.11 1817.54

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-8.xml
MD5SUM26123929065b998fd314418eb7267e98
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark80.3688
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints143
Maximum constraint arity66
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63
Global constraints used (with number of constraints)alldifferent(16),element(64)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044656-1215028356.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.38	     nbVariables=200  nbDomainTypes=38  minDomainSize=1  maxDomainSize=64  nbTotalValues=4953
0.29/0.38	       =>  wckTime=0.143  cpuTime=0.11  mem=8M861
0.29/0.38	   
0.29/0.38	   predicates being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
1.37/1.45	     nbConstraints=4175  nbUnaryConstraints=7  nbGlobalConstraints=23  nbSingletonDomainVariables=79  nbPurgedValues=441
1.47/1.54	     nbDisconnectedVariables=8  nbConflictsStructures=604  nbSharedConflictsStructures=3548
1.47/1.54	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=604  nbSharedEvaluationManagers=3548  minDegree=1
1.47/1.54	     maxDegree=68  minArity=2  avgArity=3.01  maxArity=7  nbGenerators=7  nbFusions=0  symmetryWckTime=0.359
1.47/1.54	     symmetryCpuTime=0.15
1.47/1.54	       =>  wckTime=1.214  cpuTime=0.83  mem=11M374
1.47/1.56	   
1.47/1.56	   solver IterativeSystematicSolver being built... 
1.67/1.79	   
1.67/1.79	   INFO : Forward propagation technique limited 
1.88/1.93	       =>  wckTime=1.688  cpuTime=1.11  mem=20M663
1.98/2.00	   
1.98/2.00	   preprocessing
1.98/2.00	     nbConstraintChecks=43908  nbValidityChecks=112  nbPropagations=200  nbRevisions=1364  nbUselessRevisions=112
1.98/2.00	     nbRemovedValues=1924  detectedInconsistency=no
1.98/2.00	       =>  wckTime=0.074  cpuTime=0.06  mem=20M663
2.96/3.04	   
2.96/3.04	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M637)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044656-1215028356/watcher-1044656-1215028356 -o /tmp/evaluation-result-1044656-1215028356/solver-1044656-1215028356 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044656-1215028356.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1194
/proc/meminfo: memFree=1723048/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=272 CPUtime=0
/proc/1194/stat : 1194 (java) R 1192 1194 32729 0 -1 0 214 0 0 0 0 0 0 0 18 0 1 0 686802014 278528 35 996147200 134512640 134550740 4294955984 18446744073709551615 4825180 0 0 4096 0 0 0 0 17 0 0 0
/proc/1194/statm: 68 37 28 9 0 6 0

[startup+0.0483451 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1194
/proc/meminfo: memFree=1723048/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=863776 CPUtime=0.04
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 2556 0 1 0 3 1 0 0 18 0 9 0 686802014 884506624 2113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 215944 2114 986 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863776

[startup+0.102357 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1194
/proc/meminfo: memFree=1723048/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=865884 CPUtime=0.09
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 3805 0 1 0 7 2 0 0 18 0 9 0 686802014 886665216 3256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 216471 3256 1724 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301398 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1194
/proc/meminfo: memFree=1723048/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=866408 CPUtime=0.29
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 6021 0 1 0 26 3 0 0 18 0 9 0 686802014 887201792 5395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 216602 5396 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866408

[startup+0.70146 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1194
/proc/meminfo: memFree=1723048/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=867048 CPUtime=0.69
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 9141 0 1 0 63 6 0 0 18 0 9 0 686802014 887857152 8501 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 216762 8501 2013 9 0 211268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867048

[startup+1.5016 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 1203
/proc/meminfo: memFree=1676192/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868068 CPUtime=1.47
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 30452 459 1 0 126 14 7 0 18 0 10 0 686802014 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217017 18110 2068 9 0 211545 0
[pid=1194/tid=1196] ppid=1192 vsize=868068 CPUtime=1.09
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 16484 459 1 0 92 10 7 0 17 0 10 0 686802015 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868068 CPUtime=0.19
/proc/1194/task/1197/stat : 1197 (java) R 1192 1194 32729 0 -1 64 12264 459 0 0 10 2 7 0 16 0 10 0 686802017 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 102350374 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868068 CPUtime=0.07
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 18 459 0 0 0 0 7 0 16 0 10 0 686802017 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868068 CPUtime=0.07
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 11 459 0 0 0 0 7 0 16 0 10 0 686802017 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868068 CPUtime=0.07
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 459 0 0 0 0 7 0 24 0 10 0 686802019 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868068 CPUtime=0.29
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 883 459 0 0 22 0 7 0 16 0 10 0 686802019 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868068 CPUtime=0.07
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 459 0 0 0 0 7 0 25 0 10 0 686802019 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868068 CPUtime=0.07
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 9 459 0 0 0 0 7 0 15 0 10 0 686802019 888901632 18110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868068

[startup+3.10286 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 1207
/proc/meminfo: memFree=1643232/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=3.06
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 46400 583 1 0 279 19 7 1 18 0 9 0 686802014 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 22414 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=2.47
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28021 583 1 0 226 13 7 1 25 0 9 0 686802015 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4127226686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.3
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 16590 583 0 0 19 3 7 1 17 0 9 0 686802017 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.42
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 958 583 0 0 33 1 7 1 15 0 9 0 686802019 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 9 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 22414 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868012

[startup+6.3014 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 1207
/proc/meminfo: memFree=1642912/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=6.24
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 46454 583 1 0 596 20 7 1 18 0 9 0 686802014 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 22433 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=5.6
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28025 583 1 0 539 13 7 1 17 0 9 0 686802015 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4127187540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.3
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 16590 583 0 0 19 3 7 1 16 0 9 0 686802017 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 977 583 0 0 36 1 7 1 15 0 9 0 686802019 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 22433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868012

[startup+12.7025 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 1207
/proc/meminfo: memFree=1642848/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=12.57
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 46457 583 1 0 1229 20 7 1 18 0 9 0 686802014 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 22434 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=11.94
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28027 583 1 0 1173 13 7 1 25 0 9 0 686802015 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4127224794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.3
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 16590 583 0 0 19 3 7 1 16 0 9 0 686802017 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 978 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868012

[startup+25.5026 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 1207
/proc/meminfo: memFree=1643040/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=25.25
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 46458 583 1 0 2497 20 7 1 18 0 9 0 686802014 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 22434 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=24.61
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28028 583 1 0 2440 13 7 1 25 0 9 0 686802015 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.3
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 16590 583 0 0 19 3 7 1 16 0 9 0 686802017 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 978 583 0 0 36 1 7 1 17 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 22434 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868012

[startup+51.1029 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 1207
/proc/meminfo: memFree=1643040/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=50.61
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 46459 583 1 0 5033 20 7 1 18 0 9 0 686802014 888844288 22435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 22435 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=49.97
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28028 583 1 0 4976 13 7 1 25 0 9 0 686802015 888844288 22435 996147200 134512640 134550740 4294955984 18446744073709551615 4127201382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.3
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 16590 583 0 0 19 3 7 1 16 0 9 0 686802017 888844288 22435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 22435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 22435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 22435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 979 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 22435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08

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

/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 980 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1524.96
Current children cumulated vsize (KiB) 868012

[startup+1602.3 s]
/proc/loadavg: 1.00 1.15 1.52 2/73 1249
/proc/meminfo: memFree=1706840/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=1584.94
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 49675 583 1 0 158462 24 7 1 18 0 9 0 686802014 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 25226 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=1584.15
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28285 583 1 0 158392 15 7 1 25 0 9 0 686802015 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4127165331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.46
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 19548 583 0 0 33 5 7 1 16 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 980 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1584.94
Current children cumulated vsize (KiB) 868012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.12 1.49 2/73 1249
/proc/meminfo: memFree=1706840/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=1644.92
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 49676 583 1 0 164460 24 7 1 18 0 9 0 686802014 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 25226 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=1644.12
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28286 583 1 0 164389 15 7 1 25 0 9 0 686802015 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4127163382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.46
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 19548 583 0 0 33 5 7 1 16 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 980 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1644.92
Current children cumulated vsize (KiB) 868012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/73 1250
/proc/meminfo: memFree=1706648/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=1704.9
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 49677 583 1 0 170458 24 7 1 18 0 9 0 686802014 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 25226 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=1704.09
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28287 583 1 0 170386 15 7 1 25 0 9 0 686802015 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4127217427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.47
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 19548 583 0 0 34 5 7 1 16 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 980 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 25226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1704.9
Current children cumulated vsize (KiB) 868012

[startup+1782.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/73 1251
/proc/meminfo: memFree=1706520/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=1764.87
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 49679 583 1 0 176455 24 7 1 18 0 9 0 686802014 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 25227 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=1764.07
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28288 583 1 0 176383 16 7 1 25 0 9 0 686802015 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4127165759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.47
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 19549 583 0 0 34 5 7 1 16 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 980 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.87
Current children cumulated vsize (KiB) 868012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.5 s]
/proc/loadavg: 1.00 1.06 1.40 2/73 1251
/proc/meminfo: memFree=1706520/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=1800.07
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 49679 583 1 0 179975 24 7 1 18 0 9 0 686802014 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 25227 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=1799.26
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28288 583 1 0 179902 16 7 1 25 0 9 0 686802015 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4127161105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.47
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 19549 583 0 0 34 5 7 1 16 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 980 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868012

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

Solver just ended. Dumping a history of the last processes samples

[startup+1817.5 s]
/proc/loadavg: 1.00 1.06 1.40 2/73 1251
/proc/meminfo: memFree=1706520/2055920 swapFree=4156316/4192956
[pid=1194] ppid=1192 vsize=868012 CPUtime=1800.07
/proc/1194/stat : 1194 (java) S 1192 1194 32729 0 -1 0 49679 583 1 0 179975 24 7 1 18 0 9 0 686802014 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1194/statm: 217003 25227 2615 9 0 211531 0
[pid=1194/tid=1196] ppid=1192 vsize=868012 CPUtime=1799.26
/proc/1194/task/1196/stat : 1196 (java) R 1192 1194 32729 0 -1 64 28288 583 1 0 179902 16 7 1 25 0 9 0 686802015 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4127161105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1197] ppid=1192 vsize=868012 CPUtime=0.47
/proc/1194/task/1197/stat : 1197 (java) S 1192 1194 32729 0 -1 64 19549 583 0 0 34 5 7 1 16 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1198] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1198/stat : 1198 (java) S 1192 1194 32729 0 -1 64 22 583 0 0 0 0 7 1 16 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1199] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1199/stat : 1199 (java) S 1192 1194 32729 0 -1 64 14 583 0 0 0 0 7 1 15 0 9 0 686802017 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1200] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1200/stat : 1200 (java) S 1192 1194 32729 0 -1 64 0 583 0 0 0 0 7 1 24 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1201] ppid=1192 vsize=868012 CPUtime=0.45
/proc/1194/task/1201/stat : 1201 (java) S 1192 1194 32729 0 -1 64 980 583 0 0 36 1 7 1 16 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1194/tid=1202] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1202/stat : 1202 (java) S 1192 1194 32729 0 -1 64 2 583 0 0 0 0 7 1 25 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1194/tid=1203] ppid=1192 vsize=868012 CPUtime=0.08
/proc/1194/task/1203/stat : 1203 (java) S 1192 1194 32729 0 -1 64 40 583 0 0 0 0 7 1 15 0 9 0 686802019 888844288 25227 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868012

Child status: 143
Real time (s): 1817.54
CPU time (s): 1800.11
CPU user time (s): 1799.84
CPU system time (s): 0.271958
CPU usage (%): 99.0414
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50293
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= 38677
involuntary context switches= 40877

runsolver used 1.93871 second user time and 5.58115 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-02 21:52:36
IDJOB=1044656
IDBENCH=53924
IDSOLVER=363
FILE ID=node58/1044656-1215028356
PBS_JOBID= 7874353
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044656-1215028356/watcher-1044656-1215028356 -o /tmp/evaluation-result-1044656-1215028356/solver-1044656-1215028356 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044656-1215028356.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26123929065b998fd314418eb7267e98
RANDOM SEED=489399246

node58.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
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.261
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:       1723528 kB
Buffers:         24152 kB
Cached:         157344 kB
SwapCached:      30936 kB
Active:         222388 kB
Inactive:        55900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723528 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            2236 kB
Writeback:           0 kB
Mapped:         113808 kB
Slab:            39080 kB
Committed_AS:  1029208 kB
PageTables:       1980 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= 66540 MiB
End job on node58 at 2008-07-02 22:22:56