Trace number 1075877

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.13 1817.36

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg11-11_ext.xml
MD5SUMa6ab97861dd14e4d5f69d51673404492
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables121
Number of constraints22
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1075877-1215182228.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.37/0.40	     nbVariables=121  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=3146
0.37/0.40	       =>  wckTime=0.165  cpuTime=0.12  mem=7M919
0.37/0.40	   
0.37/0.40	   relations being loaded...
0.68/0.79	   
0.68/0.79	   constraints being loaded...
0.87/0.93	   Too large in ConstraintConflictsSTructure
0.98/1.07	     nbConstraints=23  nbRelationTypes=1  nbGlobalConstraints=23  nbExtensionStructures=1
0.98/1.07	     nbSharedExtensionStructures=21  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2
0.98/1.07	     maxDegree=3  minArity=11  avgArity=15.3  maxArity=110  nbGenerators=1  nbFusions=0  symmetryWckTime=0.076
0.98/1.07	     symmetryCpuTime=0.04
0.98/1.07	       =>  wckTime=0.829  cpuTime=0.66  mem=21M412
1.07/1.15	   
1.07/1.15	   solver IterativeSystematicSolver being built... 
1.16/1.22	   
1.16/1.22	   INFO : Forward propagation technique limited 
1.16/1.29	       =>  wckTime=1.058  cpuTime=0.78  mem=36M65
1.65/1.73	   
1.65/1.73	   preprocessing
1.65/1.73	     nbConstraintChecks=0  nbValidityChecks=3511615  nbPropagations=123  nbRevisions=0  nbUselessRevisions=0
1.65/1.73	     nbRemovedValues=61  detectedInconsistency=no
1.65/1.73	       =>  wckTime=0.436  cpuTime=0.42  mem=36M949
29.09/29.44	   
29.09/29.44	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=37M818)

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-1075877-1215182228/watcher-1075877-1215182228 -o /tmp/evaluation-result-1075877-1215182228/solver-1075877-1215182228 -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-1075877-1215182228.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.05 2.01 3/81 30140
/proc/meminfo: memFree=1624584/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=10616 CPUtime=0
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1547899083 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 2654 472 209 9 0 1184 0
[pid=30140/tid=30141] ppid=30138 vsize=10616 CPUtime=0
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1547899084 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 9510872 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0435201 s]
/proc/loadavg: 2.07 2.05 2.01 3/81 30140
/proc/meminfo: memFree=1624584/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=861876 CPUtime=0.03
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 2251 0 1 0 2 1 0 0 18 0 5 0 1547899083 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 215469 1862 854 9 0 210448 0
[pid=30140/tid=30141] ppid=30138 vsize=861876 CPUtime=0.01
/proc/30140/task/30141/stat : 30141 (java) D 30138 30140 27559 0 -1 64 1557 0 1 0 1 0 0 0 17 0 5 0 1547899084 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102524 s]
/proc/loadavg: 2.07 2.05 2.01 3/81 30140
/proc/meminfo: memFree=1624584/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=865884 CPUtime=0.08
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 3746 0 1 0 7 1 0 0 18 0 9 0 1547899083 886665216 3204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216471 3204 1699 9 0 211026 0
[pid=30140/tid=30141] ppid=30138 vsize=865884 CPUtime=0.07
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 2844 0 1 0 6 1 0 0 18 0 9 0 1547899084 886665216 3204 996147200 134512640 134550740 4294955968 18446744073709551615 103779218 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301565 s]
/proc/loadavg: 2.07 2.05 2.01 3/81 30140
/proc/meminfo: memFree=1624584/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=866196 CPUtime=0.28
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 1547899083 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216549 5036 1903 9 0 211097 0
[pid=30140/tid=30141] ppid=30138 vsize=866196 CPUtime=0.24
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 4655 0 1 0 22 2 0 0 19 0 9 0 1547899084 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701646 s]
/proc/loadavg: 2.07 2.05 2.01 3/81 30140
/proc/meminfo: memFree=1624584/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=866408 CPUtime=0.68
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 12422 0 1 0 62 6 0 0 18 0 9 0 1547899083 887201792 11792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216602 11792 1969 9 0 211130 0
[pid=30140/tid=30141] ppid=30138 vsize=866408 CPUtime=0.59
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 11401 0 1 0 54 5 0 0 20 0 9 0 1547899084 887201792 11792 996147200 134512640 134550740 4294955968 18446744073709551615 4126417455 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866408

[startup+1.5028 s]
/proc/loadavg: 2.07 2.05 2.01 4/90 30149
/proc/meminfo: memFree=1555712/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=1.45
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 31790 282 1 0 131 13 0 1 18 0 9 0 1547899083 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22868 2633 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=1.17
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 20926 282 1 0 108 8 0 1 25 0 9 0 1547899084 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4126771091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9497 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.15
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 521 282 0 0 14 0 0 1 15 0 9 0 1547899088 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22868 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867268

[startup+3.10115 s]
/proc/loadavg: 2.06 2.05 2.01 3/90 30153
/proc/meminfo: memFree=1542848/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=3.05
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32095 282 1 0 290 14 0 1 18 0 9 0 1547899083 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22890 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=2.72
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21210 282 1 0 263 8 0 1 25 0 9 0 1547899084 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4126771074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 17 0 9 0 1547899086 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.18
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 541 282 0 0 17 0 0 1 15 0 9 0 1547899088 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867268

[startup+6.30272 s]
/proc/loadavg: 2.06 2.05 2.01 3/90 30153
/proc/meminfo: memFree=1542728/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=6.21
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32110 282 1 0 606 14 0 1 18 0 9 0 1547899083 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22896 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=5.88
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21218 282 1 0 579 8 0 1 17 0 9 0 1547899084 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4126770891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.2
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 548 282 0 0 19 0 0 1 15 0 9 0 1547899088 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867268

[startup+12.7019 s]
/proc/loadavg: 2.13 2.07 2.01 3/90 30153
/proc/meminfo: memFree=1542544/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=12.55
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32138 282 1 0 1240 14 0 1 18 0 9 0 1547899083 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22901 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=12.21
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21241 282 1 0 1212 8 0 1 20 0 9 0 1547899084 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4126771074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.21
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 553 282 0 0 20 0 0 1 16 0 9 0 1547899088 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22901 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867268

[startup+25.5024 s]
/proc/loadavg: 2.11 2.06 2.01 3/90 30153
/proc/meminfo: memFree=1542736/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=25.23
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32155 282 1 0 2508 14 0 1 18 0 9 0 1547899083 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22904 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=24.88
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21254 282 1 0 2479 8 0 1 18 0 9 0 1547899084 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4126771074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.21
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 557 282 0 0 20 0 0 1 16 0 9 0 1547899088 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867268

[startup+51.1023 s]
/proc/loadavg: 2.07 2.06 2.01 3/90 30153
/proc/meminfo: memFree=1542672/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=50.58
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32163 282 1 0 5043 14 0 1 18 0 9 0 1547899083 888082432 22905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22905 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=50.24
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21261 282 1 0 5014 9 0 1 25 0 9 0 1547899084 888082432 22905 996147200 134512640 134550740 4294955968 18446744073709551615 4126771257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12

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

/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.26
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 594 282 0 0 25 0 0 1 17 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.66
Current children cumulated vsize (KiB) 867268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/89 30195
/proc/meminfo: memFree=1528792/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=1587.1
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32355 282 1 0 158686 23 0 1 18 0 9 0 1547899083 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22923 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=1586.7
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21417 282 1 0 158652 17 0 1 25 0 9 0 1547899084 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4126771064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.26
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 594 282 0 0 25 0 0 1 17 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.1
Current children cumulated vsize (KiB) 867268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/89 30195
/proc/meminfo: memFree=1528728/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=1646.53
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32359 282 1 0 164629 23 0 1 18 0 9 0 1547899083 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22923 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=1646.13
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21421 282 1 0 164595 17 0 1 25 0 9 0 1547899084 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4126771260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.26
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 594 282 0 0 25 0 0 1 17 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.53
Current children cumulated vsize (KiB) 867268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/89 30195
/proc/meminfo: memFree=1528728/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=1705.96
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32365 282 1 0 170572 23 0 1 18 0 9 0 1547899083 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22923 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=1705.57
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21427 282 1 0 170539 17 0 1 25 0 9 0 1547899084 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4126771306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.26
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 594 282 0 0 25 0 0 1 17 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.96
Current children cumulated vsize (KiB) 867268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/89 30195
/proc/meminfo: memFree=1528736/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=1765.39
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32370 282 1 0 176515 23 0 1 18 0 9 0 1547899083 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22923 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=1764.99
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21432 282 1 0 176481 17 0 1 25 0 9 0 1547899084 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4126770917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.26
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 594 282 0 0 25 0 0 1 17 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.39
Current children cumulated vsize (KiB) 867268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30195
/proc/meminfo: memFree=1528736/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=1800.06
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32372 282 1 0 179982 23 0 1 18 0 9 0 1547899083 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22923 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=1799.67
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21434 282 1 0 179948 18 0 1 25 0 9 0 1547899084 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4126771074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.26
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 594 282 0 0 25 0 0 1 17 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30195
/proc/meminfo: memFree=1528736/2055920 swapFree=4114052/4192956
[pid=30140] ppid=30138 vsize=867268 CPUtime=1800.06
/proc/30140/stat : 30140 (java) S 30138 30140 27559 0 -1 0 32372 282 1 0 179982 23 0 1 18 0 9 0 1547899083 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30140/statm: 216817 22923 2634 9 0 211323 0
[pid=30140/tid=30141] ppid=30138 vsize=867268 CPUtime=1799.67
/proc/30140/task/30141/stat : 30141 (java) R 30138 30140 27559 0 -1 64 21434 282 1 0 179948 18 0 1 25 0 9 0 1547899084 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4126771074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30143] ppid=30138 vsize=867268 CPUtime=0.12
/proc/30140/task/30143/stat : 30143 (java) S 30138 30140 27559 0 -1 64 9498 282 0 0 8 3 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30144] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30144/stat : 30144 (java) S 30138 30140 27559 0 -1 64 17 282 0 0 0 0 0 1 16 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30145] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30145/stat : 30145 (java) S 30138 30140 27559 0 -1 64 9 282 0 0 0 0 0 1 15 0 9 0 1547899086 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30146] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30146/stat : 30146 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 18 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30147] ppid=30138 vsize=867268 CPUtime=0.26
/proc/30140/task/30147/stat : 30147 (java) S 30138 30140 27559 0 -1 64 594 282 0 0 25 0 0 1 17 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30148] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30148/stat : 30148 (java) S 30138 30140 27559 0 -1 64 1 282 0 0 0 0 0 1 19 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30140/tid=30149] ppid=30138 vsize=867268 CPUtime=0.01
/proc/30140/task/30149/stat : 30149 (java) S 30138 30140 27559 0 -1 64 3 282 0 0 0 0 0 1 15 0 9 0 1547899088 888082432 22923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867268

Child status: 143
Real time (s): 1817.36
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.267959
CPU usage (%): 99.0518
Max. virtual memory (cumulated for all children) (KiB): 867268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32685
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= 37907
involuntary context switches= 61891

runsolver used 2.27665 second user time and 6.00209 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 16:37:08
IDJOB=1075877
IDBENCH=56548
IDSOLVER=363
FILE ID=node9/1075877-1215182228
PBS_JOBID= 7881447
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg11-11_ext.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-1075877-1215182228/watcher-1075877-1215182228 -o /tmp/evaluation-result-1075877-1215182228/solver-1075877-1215182228 -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-1075877-1215182228.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a6ab97861dd14e4d5f69d51673404492
RANDOM SEED=1025573141

node9.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.265
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	: 5931.00
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.265
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:       1625064 kB
Buffers:         46368 kB
Cached:         135600 kB
SwapCached:      72692 kB
Active:         314760 kB
Inactive:        58304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625064 kB
SwapTotal:     4192956 kB
SwapFree:      4114052 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:         204844 kB
Slab:            42580 kB
Committed_AS:  3730220 kB
PageTables:       2260 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= 66536 MiB
End job on node9 at 2008-07-04 17:07:28