Trace number 1051230

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.08 1809.35

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-12-a4.xml
MD5SUM17a5880df049540f5bc9b4999c8d510f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1051230-1215052679.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.34	     nbVariables=12  nbDomainTypes=1  minDomainSize=71  maxDomainSize=71  nbTotalValues=852
0.28/0.34	       =>  wckTime=0.098  cpuTime=0.1  mem=7M919
0.28/0.34	   
0.28/0.34	   predicates being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
0.97/1.01	     nbConstraints=782  nbGlobalConstraints=1  nbMergedConstraints=1210  nbConvertedConstraints=66
0.97/1.01	     nbConvertConstraintsChecks=5041  nbExtensionStructures=1  nbSharedExtensionStructures=65  nbConflictsStructures=1
0.97/1.01	     nbSharedConflictsStructures=65  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
0.97/1.01	     nbEvaluationManagers=2  nbSharedEvaluationManagers=713  minDegree=232  maxDegree=232  minArity=2  avgArity=3.56
0.97/1.01	     maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.109  symmetryCpuTime=0.07  nbCliques=1
0.97/1.01	       =>  wckTime=0.772  cpuTime=0.58  mem=29M424
0.97/1.09	   
0.97/1.09	   solver IterativeSystematicSolver being built... 
1.16/1.23	   
1.16/1.23	   INFO : Forward propagation technique limited 
1.16/1.29	       =>  wckTime=1.048  cpuTime=0.74  mem=32M927
4.03/4.15	   
4.03/4.15	   preprocessing
4.03/4.15	     nbConstraintChecks=2699856  nbValidityChecks=5630659  nbPropagations=734  nbRevisions=189713
4.03/4.15	     nbUselessRevisions=186029  nbSingletonTests=159  nbEffectiveSingletonTests=15  nbACRemovals=132
4.03/4.15	     nbFoundSingletons=0  nbRemovedValues=187  detectedInconsistency=no
4.03/4.15	       =>  wckTime=2.858  cpuTime=2.79  mem=33M875
11.86/12.04	   
11.86/12.04	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=34M881)

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-1051230-1215052679/watcher-1051230-1215052679 -o /tmp/evaluation-result-1051230-1215052679/solver-1051230-1215052679 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1051230-1215052679.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.92 1.98 1.99 4/80 12942
/proc/meminfo: memFree=1725768/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=1616 CPUtime=0
/proc/12942/stat : 12942 (java) D 12940 12942 10990 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1534934701 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12942/statm: 404 145 119 9 0 46 0

[startup+0.0312701 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 12942
/proc/meminfo: memFree=1725768/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=861876 CPUtime=0.02
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 2067 0 1 0 1 1 0 0 18 0 5 0 1534934701 882561024 1725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 215469 1725 796 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101282 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 12942
/proc/meminfo: memFree=1725768/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=865884 CPUtime=0.09
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 3732 0 1 0 7 2 0 0 18 0 9 0 1534934701 886665216 3196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 216471 3196 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301316 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 12942
/proc/meminfo: memFree=1725768/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=866408 CPUtime=0.28
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 6021 0 1 0 24 4 0 0 18 0 9 0 1534934701 887201792 5395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 216602 5395 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866408

[startup+0.701386 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 12942
/proc/meminfo: memFree=1725768/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=867676 CPUtime=0.68
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 9463 0 1 0 63 5 0 0 18 0 9 0 1534934701 888500224 8823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 216919 8823 2012 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50253 s]
/proc/loadavg: 1.92 1.98 1.99 6/91 12955
/proc/meminfo: memFree=1688744/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868000 CPUtime=1.46
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22356 340 1 0 132 13 1 0 18 0 9 0 1534934701 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217000 13704 2634 9 0 211506 0
[pid=12942/tid=12944] ppid=12940 vsize=868000 CPUtime=1.11
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 14926 340 1 0 100 10 1 0 18 0 9 0 1534934702 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4127082438 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868000 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 17 0 9 0 1534934703 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868000 CPUtime=0.25
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 895 340 0 0 24 0 1 0 15 0 9 0 1534934705 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 2 340 0 0 0 0 1 0 15 0 9 0 1534934705 888832000 13704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868000

[startup+3.1018 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 12955
/proc/meminfo: memFree=1680944/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868000 CPUtime=3.05
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22376 340 1 0 290 14 1 0 18 0 9 0 1534934701 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217000 13723 2634 9 0 211506 0
[pid=12942/tid=12944] ppid=12940 vsize=868000 CPUtime=2.69
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 14938 340 1 0 257 11 1 0 25 0 9 0 1534934702 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4127103488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868000 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 17 0 9 0 1534934703 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868000 CPUtime=0.27
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 903 340 0 0 26 0 1 0 15 0 9 0 1534934705 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888832000 13723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868000 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 2 340 0 0 0 0 1 0 15 0 9 0 1534934705 888832000 13723 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) 868000

[startup+6.30235 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 12955
/proc/meminfo: memFree=1679664/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=6.22
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22669 340 1 0 606 15 1 0 18 0 9 0 1534934701 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 13983 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=5.83
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15198 340 1 0 571 11 1 0 25 0 9 0 1534934702 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.29
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 908 340 0 0 27 1 1 0 15 0 9 0 1534934705 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 13983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868124

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 12955
/proc/meminfo: memFree=1679480/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=12.55
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22739 340 1 0 1239 15 1 0 18 0 9 0 1534934701 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14002 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=12.16
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15213 340 1 0 1203 12 1 0 20 0 9 0 1534934702 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4127096419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.31
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 963 340 0 0 29 1 1 0 15 0 9 0 1534934705 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14002 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) 868124

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 12955
/proc/meminfo: memFree=1679544/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=25.22
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22785 340 1 0 2506 15 1 0 18 0 9 0 1534934701 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14016 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=24.8
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15223 340 1 0 2467 12 1 0 18 0 9 0 1534934702 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4127080189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.34
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 999 340 0 0 32 1 1 0 15 0 9 0 1534934705 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868124

[startup+51.1021 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 12955
/proc/meminfo: memFree=1679480/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=50.59
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22801 340 1 0 5042 16 1 0 18 0 9 0 1534934701 888958976 14025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14025 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=50.15
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15232 340 1 0 5002 12 1 0 25 0 9 0 1534934702 888958976 14025 996147200 134512640 134550740 4294955968 18446744073709551615 4127089405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1006 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01

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

/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1008 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.12
Current children cumulated vsize (KiB) 868124

[startup+1602.3 s]
/proc/loadavg: 2.01 2.08 2.03 3/82 13067
/proc/meminfo: memFree=971112/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=1593.1
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22815 340 1 0 159282 27 1 0 18 0 9 0 1534934701 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14036 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=1592.66
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15244 340 1 0 159241 24 1 0 25 0 9 0 1534934702 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4127105200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1008 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.1
Current children cumulated vsize (KiB) 868124

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/82 13067
/proc/meminfo: memFree=971112/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=1653.07
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22815 340 1 0 165279 27 1 0 18 0 9 0 1534934701 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14036 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=1652.64
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15244 340 1 0 165239 24 1 0 25 0 9 0 1534934702 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4126860524 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1008 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.07
Current children cumulated vsize (KiB) 868124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/82 13067
/proc/meminfo: memFree=971056/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=1713.05
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22815 340 1 0 171277 27 1 0 18 0 9 0 1534934701 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14036 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=1712.61
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15244 340 1 0 171236 24 1 0 25 0 9 0 1534934702 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4127080119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1008 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.05
Current children cumulated vsize (KiB) 868124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 13067
/proc/meminfo: memFree=970928/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=1773.02
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22815 340 1 0 177274 27 1 0 18 0 9 0 1534934701 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14036 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=1772.58
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15244 340 1 0 177233 24 1 0 25 0 9 0 1534934702 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4127104036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1008 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.02
Current children cumulated vsize (KiB) 868124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/82 13067
/proc/meminfo: memFree=970928/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=1800.01
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22816 340 1 0 179973 27 1 0 18 0 9 0 1534934701 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14037 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=1799.58
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15245 340 1 0 179933 24 1 0 25 0 9 0 1534934702 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4126864340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1008 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868124

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

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

[startup+1809.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/82 13067
/proc/meminfo: memFree=970928/2055920 swapFree=4180384/4192956
[pid=12942] ppid=12940 vsize=868124 CPUtime=1800.01
/proc/12942/stat : 12942 (java) S 12940 12942 10990 0 -1 0 22816 340 1 0 179973 27 1 0 18 0 9 0 1534934701 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12942/statm: 217031 14037 2634 9 0 211537 0
[pid=12942/tid=12944] ppid=12940 vsize=868124 CPUtime=1799.58
/proc/12942/task/12944/stat : 12944 (java) R 12940 12942 10990 0 -1 64 15245 340 1 0 179933 24 1 0 25 0 9 0 1534934702 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4126864340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12945] ppid=12940 vsize=868124 CPUtime=0.07
/proc/12942/task/12945/stat : 12945 (java) S 12940 12942 10990 0 -1 64 5701 340 0 0 6 0 1 0 16 0 9 0 1534934703 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12946] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12946/stat : 12946 (java) S 12940 12942 10990 0 -1 64 16 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12947] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12947/stat : 12947 (java) S 12940 12942 10990 0 -1 64 11 340 0 0 0 0 1 0 16 0 9 0 1534934703 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12948] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12948/stat : 12948 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 23 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12949] ppid=12940 vsize=868124 CPUtime=0.35
/proc/12942/task/12949/stat : 12949 (java) S 12940 12942 10990 0 -1 64 1008 340 0 0 33 1 1 0 16 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12942/tid=12950] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12950/stat : 12950 (java) S 12940 12942 10990 0 -1 64 1 340 0 0 0 0 1 0 24 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12942/tid=12951] ppid=12940 vsize=868124 CPUtime=0.01
/proc/12942/task/12951/stat : 12951 (java) S 12940 12942 10990 0 -1 64 30 340 0 0 0 0 1 0 15 0 9 0 1534934705 888958976 14037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868124

Child status: 143
Real time (s): 1809.35
CPU time (s): 1800.08
CPU user time (s): 1799.79
CPU system time (s): 0.296954
CPU usage (%): 99.4879
Max. virtual memory (cumulated for all children) (KiB): 868124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23190
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= 38170
involuntary context switches= 43953

runsolver used 2.27165 second user time and 5.97409 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-03 04:37:59
IDJOB=1051230
IDBENCH=55429
IDSOLVER=364
FILE ID=node55/1051230-1215052679
PBS_JOBID= 7875065
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17a5880df049540f5bc9b4999c8d510f
RANDOM SEED=2014159318

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:       1726248 kB
Buffers:         32988 kB
Cached:         161940 kB
SwapCached:       6692 kB
Active:         165736 kB
Inactive:        97856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726248 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          81896 kB
Slab:            51156 kB
Committed_AS:  3735360 kB
PageTables:       1876 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= 66320 MiB
End job on node55 at 2008-07-03 05:08:10