Trace number 1045001

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 ESAC? (TO) 1800.11 1801.45

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-10.xml
MD5SUM66397daf7b6417006d8c79e953125c77
Bench CategoryGLOBAL (global constraints)
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 variables498
Number of constraints399
Maximum constraint arity102
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)alldifferent(20),element(199)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1045001-1215024637.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.48/0.50	     nbVariables=498  nbDomainTypes=75  minDomainSize=1  maxDomainSize=91  nbTotalValues=13530
0.48/0.50	       =>  wckTime=0.256  cpuTime=0.21  mem=9M821
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.57/0.62	   
0.57/0.62	   constraints being loaded...
6.68/6.88	     nbConstraints=20196  nbUnaryConstraints=9  nbGlobalConstraints=126  nbSingletonDomainVariables=20
6.68/6.88	     nbPurgedValues=810  nbDisconnectedVariables=109  nbConvertedConstraints=171  nbConvertConstraintsChecks=7958899
6.68/6.88	     nbExtensionStructures=171  nbSharedExtensionStructures=80  nbConflictsStructures=3070
6.68/6.88	     nbSharedConflictsStructures=17080  nbSharedBinaryRepresentations=10347  nbEvaluationManagers=2899
6.68/6.88	     nbSharedEvaluationManagers=17000  minDegree=0  maxDegree=301  minArity=2  avgArity=2.99  maxArity=9
6.68/6.88	     nbGenerators=106  nbFusions=0  symmetryWckTime=2.098  symmetryCpuTime=1.05
6.68/6.88	       =>  wckTime=6.636  cpuTime=4.99  mem=24M856
6.98/7.17	   
6.98/7.17	   solver IterativeSystematicSolver being built... 
7.88/8.03	   
7.88/8.03	   INFO : Forward propagation technique limited 
7.97/8.11	       =>  wckTime=7.861  cpuTime=5.59  mem=96M182
33.85/34.29	   
33.85/34.29	   preprocessing
33.85/34.29	     nbConstraintChecks=5235647  nbValidityChecks=9459712  nbPropagations=77216  nbRevisions=3975888
33.85/34.29	     nbUselessRevisions=3915913  nbSingletonTests=4667  nbEffectiveSingletonTests=13  nbACRemovals=7820
33.85/34.30	     nbFoundSingletons=0  nbRemovedValues=7833  detectedInconsistency=no
33.85/34.30	       =>  wckTime=26.183  cpuTime=25.89  mem=103M291
39.29/39.76	   
39.29/39.77	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=105M355)

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-1045001-1215024637/watcher-1045001-1215024637 -o /tmp/evaluation-result-1045001-1215024637/solver-1045001-1215024637 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045001-1215024637.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.07 2.08 1.97 3/72 5287
/proc/meminfo: memFree=1812400/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=18572 CPUtime=0
/proc/5287/stat : 5287 (runsolver) R 5285 5287 4246 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 140275073 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 212218735911 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5287/statm: 4643 292 257 25 0 2626 0

[startup+0.105995 s]
/proc/loadavg: 2.07 2.08 1.97 3/72 5287
/proc/meminfo: memFree=1812400/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=865884 CPUtime=0.09
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 3709 0 1 0 6 3 0 0 18 0 9 0 140275073 886665216 3175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216471 3175 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.203009 s]
/proc/loadavg: 2.07 2.08 1.97 3/72 5287
/proc/meminfo: memFree=1812400/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=866048 CPUtime=0.19
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 4597 0 1 0 15 4 0 0 18 0 9 0 140275073 886833152 4024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216512 4024 1849 9 0 211060 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866048

[startup+0.303017 s]
/proc/loadavg: 2.07 2.08 1.97 3/72 5287
/proc/meminfo: memFree=1812400/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=866048 CPUtime=0.28
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 5588 0 1 0 24 4 0 0 18 0 9 0 140275073 886833152 5002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216512 5002 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.702062 s]
/proc/loadavg: 2.07 2.08 1.97 3/72 5287
/proc/meminfo: memFree=1812400/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867104 CPUtime=0.67
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 8117 0 1 0 61 6 0 0 18 0 9 0 140275073 887914496 7477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216776 7477 2009 9 0 211282 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867104

[startup+1.50115 s]
/proc/loadavg: 2.07 2.08 1.97 3/81 5296
/proc/meminfo: memFree=1778984/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867708 CPUtime=1.46
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 13039 0 1 0 137 9 0 0 18 0 9 0 140275073 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216927 12398 2014 9 0 211433 0
[pid=5287/tid=5289] ppid=5285 vsize=867708 CPUtime=1.24
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 11638 0 1 0 116 8 0 0 25 0 9 0 140275075 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4126747009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 140275076 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 140275077 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140275077 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140275079 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867708 CPUtime=0.21
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 704 0 0 0 21 0 0 0 16 0 9 0 140275079 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140275079 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140275079 888532992 12398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867708

[startup+3.10131 s]
/proc/loadavg: 2.07 2.08 1.97 3/81 5296
/proc/meminfo: memFree=1764328/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867708 CPUtime=3.06
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 16458 0 1 0 293 13 0 0 18 0 9 0 140275073 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216927 15815 2014 9 0 211433 0
[pid=5287/tid=5289] ppid=5285 vsize=867708 CPUtime=2.8
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 15046 0 1 0 269 11 0 0 25 0 9 0 140275075 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 140275076 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 140275077 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140275077 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140275079 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867708 CPUtime=0.23
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 715 0 0 0 23 0 0 0 16 0 9 0 140275079 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140275079 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867708 CPUtime=0
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140275079 888532992 15815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867708

[startup+6.30265 s]
/proc/loadavg: 2.06 2.07 1.97 3/83 5298
/proc/meminfo: memFree=1720856/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867944 CPUtime=6.19
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 24267 1838 1 0 517 18 81 3 18 0 9 0 140275073 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216986 22778 2014 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=867944 CPUtime=5.59
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 16219 1838 1 0 461 14 81 3 25 0 9 0 140275075 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4127094320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867944 CPUtime=1.15
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 6249 1838 0 0 29 2 81 3 16 0 9 0 140275076 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 13 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 5 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.1
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 906 1838 0 0 26 0 81 3 16 0 9 0 140275079 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 62 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 22778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 867944

[startup+12.7013 s]
/proc/loadavg: 2.14 2.09 1.97 3/81 5300
/proc/meminfo: memFree=1686368/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=868032 CPUtime=12.53
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 54705 1838 1 0 1142 27 81 3 18 0 9 0 140275073 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 217008 33869 2637 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=868032 CPUtime=11.14
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23969 1838 1 0 1014 16 81 3 25 0 9 0 140275075 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4127361524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5290] ppid=5285 vsize=868032 CPUtime=1.8
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 28761 1838 0 0 88 8 81 3 17 0 9 0 140275076 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5291] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 24 1838 0 0 0 0 81 3 15 0 9 0 140275077 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=868032 CPUtime=1.22
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1055 1838 0 0 38 0 81 3 15 0 9 0 140275079 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5295] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888864768 33869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 868032

[startup+25.5027 s]
/proc/loadavg: 2.11 2.08 1.97 3/81 5300
/proc/meminfo: memFree=1686432/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=868032 CPUtime=25.22
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 54710 1838 1 0 2410 28 81 3 18 0 9 0 140275073 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 217008 33871 2637 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=868032 CPUtime=23.83
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23972 1838 1 0 2282 17 81 3 25 0 9 0 140275075 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4127297657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5290] ppid=5285 vsize=868032 CPUtime=1.8
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 28761 1838 0 0 88 8 81 3 16 0 9 0 140275076 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5291] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 24 1838 0 0 0 0 81 3 15 0 9 0 140275077 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=868032 CPUtime=1.23
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1057 1838 0 0 39 0 81 3 16 0 9 0 140275079 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5295] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888864768 33871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868032

[startup+51.1024 s]
/proc/loadavg: 2.07 2.08 1.97 3/81 5300
/proc/meminfo: memFree=1686176/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=868032 CPUtime=50.59
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 54747 1838 1 0 4946 29 81 3 18 0 9 0 140275073 888864768 33900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 217008 33900 2637 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=868032 CPUtime=49.13
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23979 1838 1 0 4812 17 81 3 25 0 9 0 140275075 888864768 33900 996147200 134512640 134550740 4294955968 18446744073709551615 4127313211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5290] ppid=5285 vsize=868032 CPUtime=1.8
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 28761 1838 0 0 88 8 81 3 16 0 9 0 140275076 888864768 33900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5291] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888864768 33900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 24 1838 0 0 0 0 81 3 15 0 9 0 140275077 888864768 33900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=868032 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888864768 33900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=868032 CPUtime=1.29
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1087 1838 0 0 45 0 81 3 16 0 9 0 140275079 888864768 33900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5295] ppid=5285 vsize=868032 CPUtime=0.84

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

/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 29 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.3
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1090 1838 0 0 46 0 81 3 16 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.04
Current children cumulated vsize (KiB) 867944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 5348
/proc/meminfo: memFree=1657376/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867944 CPUtime=1601.01
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 59024 1838 1 0 159984 33 81 3 18 0 9 0 140275073 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216986 38127 2615 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=867944 CPUtime=1599.37
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23996 1838 1 0 159833 20 81 3 25 0 9 0 140275075 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4127310430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867944 CPUtime=1.98
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 33013 1838 0 0 104 10 81 3 16 0 9 0 140275076 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 29 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.3
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1090 1838 0 0 46 0 81 3 16 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.01
Current children cumulated vsize (KiB) 867944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 4/89 5348
/proc/meminfo: memFree=1657440/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867944 CPUtime=1660.99
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 59024 1838 1 0 165982 33 81 3 18 0 9 0 140275073 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216986 38127 2615 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=867944 CPUtime=1659.35
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23996 1838 1 0 165831 20 81 3 25 0 9 0 140275075 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4127292372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867944 CPUtime=1.98
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 33013 1838 0 0 104 10 81 3 16 0 9 0 140275076 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 29 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.3
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1090 1838 0 0 46 0 81 3 16 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.99
Current children cumulated vsize (KiB) 867944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 5348
/proc/meminfo: memFree=1657376/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867944 CPUtime=1720.98
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 59024 1838 1 0 171980 34 81 3 18 0 9 0 140275073 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216986 38127 2615 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=867944 CPUtime=1719.33
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23996 1838 1 0 171829 20 81 3 25 0 9 0 140275075 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4127297654 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867944 CPUtime=1.98
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 33013 1838 0 0 104 10 81 3 16 0 9 0 140275076 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 29 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.3
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1090 1838 0 0 46 0 81 3 16 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.98
Current children cumulated vsize (KiB) 867944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 5348
/proc/meminfo: memFree=1657184/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867944 CPUtime=1780.95
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 59025 1838 1 0 177977 34 81 3 18 0 9 0 140275073 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216986 38127 2615 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=867944 CPUtime=1779.3
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23997 1838 1 0 177826 20 81 3 25 0 9 0 140275075 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4127302958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867944 CPUtime=1.98
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 33013 1838 0 0 104 10 81 3 16 0 9 0 140275076 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 29 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.3
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1090 1838 0 0 46 0 81 3 16 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.95
Current children cumulated vsize (KiB) 867944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 5348
/proc/meminfo: memFree=1657184/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867944 CPUtime=1800.05
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 59025 1838 1 0 179887 34 81 3 18 0 9 0 140275073 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216986 38127 2615 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=867944 CPUtime=1798.39
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23997 1838 1 0 179735 20 81 3 25 0 9 0 140275075 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4127313227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867944 CPUtime=1.98
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 33013 1838 0 0 104 10 81 3 16 0 9 0 140275076 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 29 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.3
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1090 1838 0 0 46 0 81 3 16 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867944

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

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 5348
/proc/meminfo: memFree=1657184/2055920 swapFree=4181040/4192956
[pid=5287] ppid=5285 vsize=867944 CPUtime=1800.05
/proc/5287/stat : 5287 (java) S 5285 5287 4246 0 -1 0 59025 1838 1 0 179887 34 81 3 18 0 9 0 140275073 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5287/statm: 216986 38127 2615 9 0 211514 0
[pid=5287/tid=5289] ppid=5285 vsize=867944 CPUtime=1798.39
/proc/5287/task/5289/stat : 5289 (java) R 5285 5287 4246 0 -1 64 23997 1838 1 0 179735 20 81 3 25 0 9 0 140275075 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4127313227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5290] ppid=5285 vsize=867944 CPUtime=1.98
/proc/5287/task/5290/stat : 5290 (java) S 5285 5287 4246 0 -1 64 33013 1838 0 0 104 10 81 3 16 0 9 0 140275076 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5291] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5291/stat : 5291 (java) S 5285 5287 4246 0 -1 64 20 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5292] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5292/stat : 5292 (java) S 5285 5287 4246 0 -1 64 29 1838 0 0 0 0 81 3 16 0 9 0 140275077 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5293] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5293/stat : 5293 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 18 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5294] ppid=5285 vsize=867944 CPUtime=1.3
/proc/5287/task/5294/stat : 5294 (java) S 5285 5287 4246 0 -1 64 1090 1838 0 0 46 0 81 3 16 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5287/tid=5295] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5295/stat : 5295 (java) S 5285 5287 4246 0 -1 64 1 1838 0 0 0 0 81 3 19 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5287/tid=5296] ppid=5285 vsize=867944 CPUtime=0.84
/proc/5287/task/5296/stat : 5296 (java) S 5285 5287 4246 0 -1 64 63 1838 0 0 0 0 81 3 15 0 9 0 140275079 888774656 38127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867944

Child status: 143
Real time (s): 1801.45
CPU time (s): 1800.11
CPU user time (s): 1799.71
CPU system time (s): 0.402938
CPU usage (%): 99.9258
Max. virtual memory (cumulated for all children) (KiB): 877372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60895
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= 38425
involuntary context switches= 47103

runsolver used 2.23766 second user time and 5.96309 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-02 20:50:37
IDJOB=1045001
IDBENCH=53640
IDSOLVER=364
FILE ID=node46/1045001-1215024637
PBS_JOBID= 7874378
Free space on /tmp= 66204 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 66397daf7b6417006d8c79e953125c77
RANDOM SEED=1895519338

node46.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.238
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.238
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:       1812880 kB
Buffers:         22252 kB
Cached:         130656 kB
SwapCached:       5872 kB
Active:         139152 kB
Inactive:        48740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812880 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:          43352 kB
Slab:            40716 kB
Committed_AS:   349628 kB
PageTables:       1580 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-02 21:20:41