Trace number 2098514

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.12 1802.04

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-4-5.xml
MD5SUM1177c7af9960e3129505024a30a05414
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 variables1740
Number of constraints6040
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6040
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-2098514-1247416023.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.58/0.64	     nbVariables=1740  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=3480
0.58/0.64	       =>  wckTime=0.388  cpuTime=0.25  mem=9M879
0.58/0.64	   
0.58/0.64	   predicates being loaded...
0.68/0.71	   
0.68/0.71	   constraints being loaded...
4.62/4.78	     nbConstraints=6087  nbGlobalConstraints=47  nbConflictsStructures=3  nbSharedConflictsStructures=6007
4.62/4.78	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
4.62/4.78	     nbSharedEvaluationManagers=6036  minDegree=8  maxDegree=27  minArity=3  avgArity=4.68  maxArity=580
4.62/4.78	     nbGenerators=47  nbFusions=0  symmetryWckTime=2.724  symmetryCpuTime=1.23
4.62/4.78	       =>  wckTime=4.529  cpuTime=2.7  mem=22M592
4.83/4.91	   
4.83/4.91	   solver IterativeSystematicSolver being built... 
5.02/5.11	   
5.02/5.12	   INFO : Forward propagation technique limited 
5.23/5.30	       =>  wckTime=5.052  cpuTime=3.01  mem=34M394
7.30/7.43	   
7.30/7.43	   preprocessing
7.30/7.43	     nbConstraintChecks=82855  nbValidityChecks=36262  nbPropagations=3874  nbRevisions=26263  nbUselessRevisions=25919
7.30/7.43	     nbSingletonTests=1848  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
7.30/7.43	     detectedInconsistency=no
7.30/7.43	       =>  wckTime=2.123  cpuTime=2.06  mem=35M379

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098514-1247416023/watcher-2098514-1247416023 -o /tmp/evaluation-result-2098514-1247416023/solver-2098514-1247416023 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098514-1247416023.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.98 3/80 1862
/proc/meminfo: memFree=1719160/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=152 CPUtime=0
/proc/1862/stat : 1862 (java) D 1860 1862 1823 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 28668269 155648 26 996147200 134512640 134550932 4294956128 18446744073709551615 10945316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1862/statm: 38 26 19 9 0 4 0

[startup+0.053648 s]
/proc/loadavg: 1.85 1.97 1.98 3/80 1862
/proc/meminfo: memFree=1719160/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=861936 CPUtime=0.03
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 2385 0 1 0 2 1 0 0 18 0 5 0 28668269 882622464 1965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 215484 1966 902 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102721 s]
/proc/loadavg: 1.85 1.97 1.98 3/80 1862
/proc/meminfo: memFree=1719160/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=865984 CPUtime=0.08
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 3722 0 1 0 6 2 0 0 18 0 9 0 28668269 886767616 3190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 216496 3190 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301749 s]
/proc/loadavg: 1.85 1.97 1.98 3/80 1862
/proc/meminfo: memFree=1719160/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=866144 CPUtime=0.28
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 5657 0 1 0 25 3 0 0 18 0 9 0 28668269 886931456 5060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 216536 5060 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.702795 s]
/proc/loadavg: 1.85 1.97 1.98 3/80 1862
/proc/meminfo: memFree=1719160/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=867620 CPUtime=0.68
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 7987 0 1 0 63 5 0 0 18 0 9 0 28668269 888442880 7342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 216905 7342 2029 9 0 211341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867620

[startup+1.5029 s]
/proc/loadavg: 1.85 1.97 1.98 3/89 1871
/proc/meminfo: memFree=1684720/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=867624 CPUtime=1.47
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 15524 0 1 0 128 19 0 0 18 0 9 0 28668269 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 216906 14877 2040 9 0 211342 0
[pid=1862/tid=1864] ppid=1860 vsize=867624 CPUtime=1.22
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 14143 0 1 0 105 17 0 0 25 0 9 0 28668271 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1865] ppid=1860 vsize=867624 CPUtime=0
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28668272 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=867624 CPUtime=0
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28668272 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=867624 CPUtime=0
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28668272 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=867624 CPUtime=0
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28668275 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=867624 CPUtime=0.23
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 683 0 0 0 22 1 0 0 16 0 9 0 28668275 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=867624 CPUtime=0
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28668275 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=867624 CPUtime=0
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28668275 888446976 14877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867624

[startup+3.10108 s]
/proc/loadavg: 1.85 1.97 1.98 4/89 1871
/proc/meminfo: memFree=1653232/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=867856 CPUtime=2.19
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 20703 0 1 0 183 36 0 0 18 0 10 0 28668269 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 216964 18384 2033 9 0 211422 0
[pid=1862/tid=1864] ppid=1860 vsize=867856 CPUtime=1.82
/proc/1862/task/1864/stat : 1864 (java) S 1860 1862 1823 0 -1 64 17325 0 1 0 149 33 0 0 15 0 10 0 28668271 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1862/tid=1865] ppid=1860 vsize=867856 CPUtime=0.08
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 1863 0 0 0 8 0 0 0 16 0 10 0 28668272 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=867856 CPUtime=0
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28668272 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=867856 CPUtime=0
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28668272 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=867856 CPUtime=0
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28668275 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=867856 CPUtime=0.26
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 744 0 0 0 25 1 0 0 16 0 10 0 28668275 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=867856 CPUtime=0
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28668275 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=867856 CPUtime=0
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28668275 888684544 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 867856
heavy processes:

[startup+6.30247 s]
/proc/loadavg: 1.86 1.97 1.98 3/89 1876
/proc/meminfo: memFree=1634792/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=6.21
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42009 1297 1 0 447 44 128 2 18 0 9 0 28668269 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23496 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=5.47
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28511 1297 1 0 381 36 128 2 17 0 9 0 28668271 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4127420858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 17 0 9 0 28668272 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.67
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1042 1297 0 0 35 2 128 2 15 0 9 0 28668275 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868380

[startup+12.7012 s]
/proc/loadavg: 1.87 1.97 1.98 3/89 1876
/proc/meminfo: memFree=1634472/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=12.55
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42059 1297 1 0 1081 44 128 2 18 0 9 0 28668269 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23534 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=11.74
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28522 1297 1 0 1008 36 128 2 25 0 9 0 28668271 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4127375531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 17 0 9 0 28668272 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.74
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1081 1297 0 0 42 2 128 2 16 0 9 0 28668275 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868380

[startup+25.5028 s]
/proc/loadavg: 1.90 1.97 1.98 3/89 1876
/proc/meminfo: memFree=1634600/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=25.23
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42068 1297 1 0 2348 45 128 2 18 0 9 0 28668269 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23538 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=24.41
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 2275 36 128 2 25 0 9 0 28668271 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4127378151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.74
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1089 1297 0 0 42 2 128 2 17 0 9 0 28668275 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868380

[startup+51.1028 s]
/proc/loadavg: 1.93 1.97 1.98 3/89 1876
/proc/meminfo: memFree=1634728/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=50.59
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42068 1297 1 0 4884 45 128 2 18 0 9 0 28668269 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23538 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=49.77
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 4811 36 128 2 25 0 9 0 28668271 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4127391956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.74
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1089 1297 0 0 42 2 128 2 17 0 9 0 28668275 889221120 23538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3

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

/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.75
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1090 1297 0 0 43 2 128 2 16 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.48
Current children cumulated vsize (KiB) 868380

[startup+1542.3 s]
/proc/loadavg: 2.02 1.99 1.97 3/89 1958
/proc/meminfo: memFree=1657904/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=1540.46
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42069 1297 1 0 153868 48 128 2 18 0 9 0 28668269 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23539 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=1539.65
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 153795 40 128 2 25 0 9 0 28668271 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4127394869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.75
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1090 1297 0 0 43 2 128 2 16 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) R 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.46
Current children cumulated vsize (KiB) 868380

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 1958
/proc/meminfo: memFree=1657904/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=1600.44
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42069 1297 1 0 159866 48 128 2 18 0 9 0 28668269 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23539 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=1599.62
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 159792 40 128 2 25 0 9 0 28668271 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4127358692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.75
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1090 1297 0 0 43 2 128 2 16 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.44
Current children cumulated vsize (KiB) 868380

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 1958
/proc/meminfo: memFree=1657776/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=1660.41
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42069 1297 1 0 165863 48 128 2 18 0 9 0 28668269 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23539 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=1659.6
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 165790 40 128 2 25 0 9 0 28668271 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4127474313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.75
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1090 1297 0 0 43 2 128 2 16 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.41
Current children cumulated vsize (KiB) 868380

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 1958
/proc/meminfo: memFree=1657840/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=1720.39
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42069 1297 1 0 171861 48 128 2 18 0 9 0 28668269 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23539 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=1719.58
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 171788 40 128 2 25 0 9 0 28668271 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4127474366 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.75
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1090 1297 0 0 43 2 128 2 16 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.39
Current children cumulated vsize (KiB) 868380

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 1958
/proc/meminfo: memFree=1657712/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=1780.37
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42069 1297 1 0 177859 48 128 2 18 0 9 0 28668269 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23539 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=1779.55
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 177785 40 128 2 25 0 9 0 28668271 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4127354188 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.75
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1090 1297 0 0 43 2 128 2 16 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.37
Current children cumulated vsize (KiB) 868380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 1958
/proc/meminfo: memFree=1657776/2055920 swapFree=4192812/4192956
[pid=1862] ppid=1860 vsize=868380 CPUtime=1800.06
/proc/1862/stat : 1862 (java) S 1860 1862 1823 0 -1 0 42069 1297 1 0 179828 48 128 2 18 0 9 0 28668269 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1862/statm: 217095 23539 2662 9 0 211531 0
[pid=1862/tid=1864] ppid=1860 vsize=868380 CPUtime=1799.25
/proc/1862/task/1864/stat : 1864 (java) R 1860 1862 1823 0 -1 64 28523 1297 1 0 179755 40 128 2 25 0 9 0 28668271 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4127386384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=868380 CPUtime=1.63
/proc/1862/task/1865/stat : 1865 (java) S 1860 1862 1823 0 -1 64 11587 1297 0 0 30 3 128 2 16 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1866] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1866/stat : 1866 (java) S 1860 1862 1823 0 -1 64 21 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1867] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1867/stat : 1867 (java) S 1860 1862 1823 0 -1 64 9 1297 0 0 0 0 128 2 15 0 9 0 28668272 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1868] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1868/stat : 1868 (java) S 1860 1862 1823 0 -1 64 2 1297 0 0 0 0 128 2 18 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1869] ppid=1860 vsize=868380 CPUtime=1.75
/proc/1862/task/1869/stat : 1869 (java) S 1860 1862 1823 0 -1 64 1090 1297 0 0 43 2 128 2 16 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1870] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1870/stat : 1870 (java) S 1860 1862 1823 0 -1 64 0 1297 0 0 0 0 128 2 19 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1862/tid=1871] ppid=1860 vsize=868380 CPUtime=1.3
/proc/1862/task/1871/stat : 1871 (java) S 1860 1862 1823 0 -1 64 29 1297 0 0 0 0 128 2 15 0 9 0 28668275 889221120 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868380

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

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

Child status: 143
Real time (s): 1802.04
CPU time (s): 1800.12
CPU user time (s): 1799.6
CPU system time (s): 0.52392
CPU usage (%): 99.8934
Max. virtual memory (cumulated for all children) (KiB): 873884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43394
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= 38320
involuntary context switches= 14032

runsolver used 2.58861 second user time and 5.63214 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 18:27:03
IDJOB=2098514
IDBENCH=58707
IDSOLVER=774
FILE ID=node33/2098514-1247416023
PBS_JOBID= 9510704
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-4-5.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098514-1247416023/watcher-2098514-1247416023 -o /tmp/evaluation-result-2098514-1247416023/solver-2098514-1247416023 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098514-1247416023.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1177c7af9960e3129505024a30a05414
RANDOM SEED=1382880710

node33.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.229
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.229
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:       1719640 kB
Buffers:         43344 kB
Cached:         126928 kB
SwapCached:          0 kB
Active:         187120 kB
Inactive:        92896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:         130240 kB
Slab:            41368 kB
Committed_AS:  1011828 kB
PageTables:       1972 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= 66444 MiB
End job on node33 at 2009-07-12 18:57:07