Trace number 1081601

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

General information on the benchmark

Namecsp/knights/
normalized-knights-80-9.xml
MD5SUMdcac56c0e48723f8c0ddbfc8ec2d0014
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1081601-1215217768.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.37	     nbVariables=9  nbDomainTypes=1  minDomainSize=6400  maxDomainSize=6400  nbTotalValues=57600
0.28/0.37	       =>  wckTime=0.113  cpuTime=0.11  mem=8M887
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.38/0.44	   
0.38/0.44	   constraints being loaded...
0.57/0.64	     nbConstraints=39  nbGlobalConstraints=3  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0
0.57/0.64	     nbEvaluationManagers=4  nbSharedEvaluationManagers=32  minDegree=11  maxDegree=11  minArity=2  avgArity=2.51
0.57/0.64	     maxArity=9  nbGenerators=2  nbFusions=2  symmetryWckTime=0.138  symmetryCpuTime=0.11  nbCliques=1
0.57/0.64	       =>  wckTime=0.377  cpuTime=0.33  mem=14M772
0.57/0.69	   
0.57/0.69	   solver IterativeSystematicSolver being built... 
0.67/0.76	   
0.67/0.76	   INFO : Forward propagation technique limited 
0.77/0.83	       =>  wckTime=0.57  cpuTime=0.44  mem=24M662
181.93/183.51	   
181.93/183.51	   preprocessing
181.93/183.51	     nbConstraintChecks=206168688  nbValidityChecks=106392  nbPropagations=11  nbRevisions=80  nbUselessRevisions=76
181.93/183.51	     nbRemovedValues=242  detectedInconsistency=no
181.93/183.51	       =>  wckTime=182.677  cpuTime=181.12  mem=25M653

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-1081601-1215217768/watcher-1081601-1215217768 -o /tmp/evaluation-result-1081601-1215217768/solver-1081601-1215217768 -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-1081601-1215217768.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: 1.84 1.95 1.98 4/72 30598
/proc/meminfo: memFree=1544880/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=1616 CPUtime=0
/proc/30598/stat : 30598 (java) D 30596 30598 30561 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1551443622 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30598/statm: 404 145 119 9 0 46 0

[startup+0.0424549 s]
/proc/loadavg: 1.84 1.95 1.98 4/72 30598
/proc/meminfo: memFree=1544880/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=861876 CPUtime=0.02
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 2274 0 1 0 1 1 0 0 18 0 5 0 1551443622 882561024 1881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 215469 1883 861 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.106202 s]
/proc/loadavg: 1.84 1.95 1.98 4/72 30598
/proc/meminfo: memFree=1544880/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=865884 CPUtime=0.09
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 3722 0 1 0 7 2 0 0 18 0 9 0 1551443622 886665216 3188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216471 3188 1690 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301232 s]
/proc/loadavg: 1.84 1.95 1.98 4/72 30598
/proc/meminfo: memFree=1544880/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=866284 CPUtime=0.28
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 5782 0 1 0 25 3 0 0 18 0 9 0 1551443622 887074816 5156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216571 5156 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701303 s]
/proc/loadavg: 1.84 1.95 1.98 4/72 30598
/proc/meminfo: memFree=1544880/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=0.67
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 11617 274 1 0 61 6 0 0 18 0 9 0 1551443622 888082432 8634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 8634 2626 9 0 211323 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867268

[startup+1.50244 s]
/proc/loadavg: 1.84 1.95 1.98 3/81 30611
/proc/meminfo: memFree=1510056/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=1.46
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16463 274 1 0 138 8 0 0 18 0 9 0 1551443622 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11245 2628 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=1.28
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 12682 274 1 0 123 5 0 0 25 0 9 0 1551443624 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4126606143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.11
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 485 274 0 0 11 0 0 0 15 0 9 0 1551443627 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11245 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) 867268

[startup+3.10171 s]
/proc/loadavg: 1.84 1.95 1.98 3/81 30611
/proc/meminfo: memFree=1509864/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=3.05
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16466 274 1 0 297 8 0 0 18 0 9 0 1551443622 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11247 2628 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=2.86
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 12682 274 1 0 281 5 0 0 25 0 9 0 1551443624 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4126604910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.11
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 488 274 0 0 11 0 0 0 16 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867268

[startup+6.30226 s]
/proc/loadavg: 1.85 1.95 1.98 3/81 30611
/proc/meminfo: memFree=1509608/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=6.22
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16466 274 1 0 614 8 0 0 18 0 9 0 1551443622 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11247 2628 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=6.04
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 12682 274 1 0 598 6 0 0 25 0 9 0 1551443624 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4126606576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.11
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 488 274 0 0 11 0 0 0 16 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) R 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867268

[startup+12.7014 s]
/proc/loadavg: 1.87 1.95 1.98 3/81 30612
/proc/meminfo: memFree=1509424/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=12.56
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16466 274 1 0 1248 8 0 0 18 0 9 0 1551443622 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11247 2628 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=12.38
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 12682 274 1 0 1232 6 0 0 25 0 9 0 1551443624 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4126606600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.11
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 488 274 0 0 11 0 0 0 16 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867268

[startup+25.5026 s]
/proc/loadavg: 1.89 1.95 1.98 3/81 30613
/proc/meminfo: memFree=1509296/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=25.26
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16470 274 1 0 2518 8 0 0 18 0 9 0 1551443622 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11249 2629 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=25.08
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 12684 274 1 0 2502 6 0 0 25 0 9 0 1551443624 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4126606583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.11
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 490 274 0 0 11 0 0 0 16 0 9 0 1551443627 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867268

[startup+51.103 s]
/proc/loadavg: 1.93 1.96 1.98 3/81 30613
/proc/meminfo: memFree=1509360/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=50.64
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16471 274 1 0 5056 8 0 0 18 0 9 0 1551443622 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11249 2629 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=50.46
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 12685 274 1 0 5040 6 0 0 25 0 9 0 1551443624 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4126616887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.11
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 490 274 0 0 11 0 0 0 16 0 9 0 1551443627 888082432 11249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0

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

/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.17
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 534 274 0 0 17 0 0 0 16 0 9 0 1551443627 888082432 11582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.17
Current children cumulated vsize (KiB) 867268

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/81 30613
/proc/meminfo: memFree=1506992/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=1588.65
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16843 274 1 0 158851 14 0 0 18 0 9 0 1551443622 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11586 2631 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=1588.4
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 13006 274 1 0 158829 11 0 0 25 0 9 0 1551443624 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 104689862 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.18
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 541 274 0 0 18 0 0 0 16 0 9 0 1551443627 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.65
Current children cumulated vsize (KiB) 867268

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 30649
/proc/meminfo: memFree=1346168/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=1648.08
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16852 274 1 0 164792 16 0 0 18 0 9 0 1551443622 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11589 2631 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=1647.82
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 13009 274 1 0 164769 13 0 0 25 0 9 0 1551443624 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4126457503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.19
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 547 274 0 0 18 1 0 0 16 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.08
Current children cumulated vsize (KiB) 867268

[startup+1722.3 s]
/proc/loadavg: 1.96 1.96 1.97 3/90 30690
/proc/meminfo: memFree=1486376/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=1707.52
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16852 274 1 0 170735 17 0 0 18 0 9 0 1551443622 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11589 2631 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=1707.26
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 13009 274 1 0 170712 14 0 0 25 0 9 0 1551443624 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4126604808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.19
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 547 274 0 0 18 1 0 0 16 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.52
Current children cumulated vsize (KiB) 867268

[startup+1782.3 s]
/proc/loadavg: 1.98 1.96 1.97 3/90 30690
/proc/meminfo: memFree=1486248/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=1766.95
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16856 274 1 0 176678 17 0 0 18 0 9 0 1551443622 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11591 2631 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=1766.69
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 13011 274 1 0 176655 14 0 0 25 0 9 0 1551443624 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4126604817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.2
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 549 274 0 0 19 1 0 0 16 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.95
Current children cumulated vsize (KiB) 867268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 1.99 1.97 1.97 3/90 30690
/proc/meminfo: memFree=1486312/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=1800.04
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16856 274 1 0 179987 17 0 0 18 0 9 0 1551443622 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11591 2631 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=1799.77
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 13011 274 1 0 179963 14 0 0 25 0 9 0 1551443624 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 104689631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.2
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 549 274 0 0 19 1 0 0 16 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867268

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

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

[startup+1815.7 s]
/proc/loadavg: 1.99 1.97 1.97 3/90 30690
/proc/meminfo: memFree=1486312/2055920 swapFree=4180408/4192956
[pid=30598] ppid=30596 vsize=867268 CPUtime=1800.04
/proc/30598/stat : 30598 (java) S 30596 30598 30561 0 -1 0 16856 274 1 0 179987 17 0 0 18 0 9 0 1551443622 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30598/statm: 216817 11591 2631 9 0 211323 0
[pid=30598/tid=30600] ppid=30596 vsize=867268 CPUtime=1799.77
/proc/30598/task/30600/stat : 30600 (java) R 30596 30598 30561 0 -1 64 13011 274 1 0 179963 14 0 0 25 0 9 0 1551443624 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 104689631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30601] ppid=30596 vsize=867268 CPUtime=0.03
/proc/30598/task/30601/stat : 30601 (java) S 30596 30598 30561 0 -1 64 2455 274 0 0 3 0 0 0 16 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30598/tid=30602] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30602/stat : 30602 (java) S 30596 30598 30561 0 -1 64 16 274 0 0 0 0 0 0 16 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30603] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30603/stat : 30603 (java) S 30596 30598 30561 0 -1 64 12 274 0 0 0 0 0 0 15 0 9 0 1551443625 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30604] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30604/stat : 30604 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 18 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30605] ppid=30596 vsize=867268 CPUtime=0.2
/proc/30598/task/30605/stat : 30605 (java) S 30596 30598 30561 0 -1 64 549 274 0 0 19 1 0 0 16 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30606] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30606/stat : 30606 (java) S 30596 30598 30561 0 -1 64 1 274 0 0 0 0 0 0 19 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30598/tid=30607] ppid=30596 vsize=867268 CPUtime=0
/proc/30598/task/30607/stat : 30607 (java) S 30596 30598 30561 0 -1 64 2 274 0 0 0 0 0 0 15 0 9 0 1551443627 888082432 11591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867268

Child status: 143
Real time (s): 1815.75
CPU time (s): 1800.1
CPU user time (s): 1799.91
CPU system time (s): 0.187971
CPU usage (%): 99.138
Max. virtual memory (cumulated for all children) (KiB): 867268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17163
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= 37913
involuntary context switches= 78349

runsolver used 2.40263 second user time and 5.84911 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 02:29:28
IDJOB=1081601
IDBENCH=57115
IDSOLVER=363
FILE ID=node55/1081601-1215217768
PBS_JOBID= 7881821
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/knights/normalized-knights-80-9.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-1081601-1215217768/watcher-1081601-1215217768 -o /tmp/evaluation-result-1081601-1215217768/solver-1081601-1215217768 -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-1081601-1215217768.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dcac56c0e48723f8c0ddbfc8ec2d0014
RANDOM SEED=1421614016

node55.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:       1545360 kB
Buffers:         85516 kB
Cached:         349748 kB
SwapCached:       6804 kB
Active:         210824 kB
Inactive:       238204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545360 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          20940 kB
Slab:            47136 kB
Committed_AS:  3071156 kB
PageTables:       1696 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= 66428 MiB
End job on node55 at 2008-07-05 02:59:46