Trace number 2094317

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.17 1817.37

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-11.xml
MD5SUM995ab5e30175a498c1eb15b93ed7231d
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.3741
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28733
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28513
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-2094317-1247403420.xml
0.27/0.37	   
0.27/0.37	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.47/0.59	     nbVariables=800  nbDomainTypes=39  minDomainSize=1  maxDomainSize=45  nbTotalValues=18826
0.47/0.59	       =>  wckTime=0.344  cpuTime=0.23  mem=10M820
0.47/0.60	   
0.47/0.60	   predicates being loaded...
0.57/0.66	   
0.57/0.66	   constraints being loaded...
8.58/8.75	     nbConstraints=28734  nbGlobalConstraints=221  nbSingletonDomainVariables=146  nbConflictsStructures=94
8.58/8.75	     nbSharedConflictsStructures=15071  nbUnbuiltConflictsStructures=411  nbSharedBinaryRepresentations=0
8.58/8.75	     nbEvaluationManagers=505  nbSharedEvaluationManagers=28008  minDegree=34  maxDegree=325  minArity=4  avgArity=4.1
8.58/8.75	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=1.554  symmetryCpuTime=0.52
8.58/8.75	       =>  wckTime=8.497  cpuTime=6.39  mem=141M540
9.07/9.27	   
9.07/9.27	   solver IterativeSystematicSolver being built... 
10.66/10.88	   
10.66/10.88	   INFO : Forward propagation technique limited 
10.86/11.08	       =>  wckTime=10.83  cpuTime=7.44  mem=254M552
11.85/12.09	   
11.85/12.09	   preprocessing
11.85/12.09	     nbConstraintChecks=1250436  nbValidityChecks=45448  nbPropagations=800  nbRevisions=53392  nbUselessRevisions=53392
11.85/12.09	     nbRemovedValues=0  detectedInconsistency=no
11.85/12.09	       =>  wckTime=1.007  cpuTime=0.97  mem=258M556
31.15/31.55	   
31.15/31.55	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=262M577)

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-2094317-1247403420/watcher-2094317-1247403420 -o /tmp/evaluation-result-2094317-1247403420/solver-2094317-1247403420 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094317-1247403420.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.99 2.00 1.83 3/80 32106
/proc/meminfo: memFree=1726424/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=18576 CPUtime=0
/proc/32106/stat : 32106 (runsolver) R 32104 32106 31795 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27409087 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32106/statm: 4644 284 249 26 0 2626 0

[startup+0.0949911 s]
/proc/loadavg: 1.99 2.00 1.83 3/80 32106
/proc/meminfo: memFree=1726424/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=865984 CPUtime=0.07
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 3640 0 1 0 5 2 0 0 18 0 9 0 27409087 886767616 3123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 216496 3123 1669 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.101989 s]
/proc/loadavg: 1.99 2.00 1.83 3/80 32106
/proc/meminfo: memFree=1726424/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=865984 CPUtime=0.08
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 3720 0 1 0 6 2 0 0 18 0 9 0 27409087 886767616 3188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 216496 3188 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301036 s]
/proc/loadavg: 1.99 2.00 1.83 3/80 32106
/proc/meminfo: memFree=1726424/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=866144 CPUtime=0.27
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 5656 0 1 0 24 3 0 0 18 0 9 0 27409087 886931456 5059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 216536 5059 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866144

[startup+0.70112 s]
/proc/loadavg: 1.99 2.00 1.83 3/80 32106
/proc/meminfo: memFree=1726424/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=867200 CPUtime=0.67
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 8243 0 1 0 62 5 0 0 18 0 9 0 27409087 888012800 7597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 216800 7597 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867200

[startup+1.5023 s]
/proc/loadavg: 1.99 2.00 1.83 3/89 32115
/proc/meminfo: memFree=1689168/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=867700 CPUtime=1.46
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 18548 0 1 0 135 11 0 0 18 0 9 0 27409087 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 216925 17876 2028 9 0 211383 0
[pid=32106/tid=32108] ppid=32104 vsize=867700 CPUtime=1.21
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 15796 0 1 0 112 9 0 0 25 0 9 0 27409089 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4126529401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=867700 CPUtime=0.05
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 1373 0 0 0 5 0 0 0 16 0 9 0 27409090 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27409091 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27409091 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27409093 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=867700 CPUtime=0.17
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 677 0 0 0 17 0 0 0 16 0 9 0 27409093 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27409093 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27409093 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867700

[startup+3.10264 s]
/proc/loadavg: 1.99 2.00 1.83 4/89 32115
/proc/meminfo: memFree=1658320/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=867700 CPUtime=3.05
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 22469 0 1 0 287 18 0 0 18 0 9 0 27409087 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 216925 21795 2029 9 0 211383 0
[pid=32106/tid=32108] ppid=32104 vsize=867700 CPUtime=2.59
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 15823 0 1 0 245 14 0 0 25 0 9 0 27409089 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=867700 CPUtime=0.22
/proc/32106/task/32109/stat : 32109 (java) R 32104 32106 31795 0 -1 64 5227 0 0 0 20 2 0 0 17 0 9 0 27409090 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 102759275 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27409091 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27409091 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27409093 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=867700 CPUtime=0.21
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 717 0 0 0 21 0 0 0 16 0 9 0 27409093 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27409093 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27409093 888524800 21795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867700

[startup+6.30233 s]
/proc/loadavg: 1.99 2.00 1.83 3/89 32115
/proc/meminfo: memFree=1598480/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=867700 CPUtime=6.22
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 40078 0 1 0 516 106 0 0 18 0 9 0 27409087 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 216925 39400 2029 9 0 211383 0
[pid=32106/tid=32108] ppid=32104 vsize=867700 CPUtime=5.32
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 15829 0 1 0 439 93 0 0 25 0 9 0 27409089 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=867700 CPUtime=0.61
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 22806 0 0 0 50 11 0 0 17 0 9 0 27409090 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27409091 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27409091 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27409093 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=867700 CPUtime=0.25
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 741 0 0 0 25 0 0 0 15 0 9 0 27409093 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27409093 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=867700 CPUtime=0
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27409093 888524800 39400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867700

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 1.84 3/89 32119
/proc/meminfo: memFree=1425168/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=12.53
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126436 2650 1 0 1016 159 74 4 18 0 9 0 27409087 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77653 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=9.99
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27916 2650 1 0 798 123 74 4 25 0 9 0 27409089 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4126937606 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.17
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1021 2650 0 0 38 1 74 4 15 0 9 0 27409093 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 868112

[startup+25.5014 s]
/proc/loadavg: 2.06 2.02 1.84 3/89 32119
/proc/meminfo: memFree=1425104/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=25.21
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126459 2650 1 0 2284 159 74 4 18 0 9 0 27409087 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77667 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=22.64
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27922 2650 1 0 2063 123 74 4 25 0 9 0 27409089 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4127388526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.2
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1038 2650 0 0 41 1 74 4 16 0 9 0 27409093 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868112

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 1.84 3/89 32119
/proc/meminfo: memFree=1425104/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=50.57
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126474 2650 1 0 4819 160 74 4 18 0 9 0 27409087 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77676 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=47.98
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27927 2650 1 0 4596 124 74 4 25 0 9 0 27409089 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4127391435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.22
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1048 2650 0 0 43 1 74 4 16 0 9 0 27409093 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.24
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1066 2650 0 0 45 1 74 4 16 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.69
Current children cumulated vsize (KiB) 868112

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 1.95 3/89 32205
/proc/meminfo: memFree=1478480/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=1587.13
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126499 2650 1 0 158472 163 74 4 18 0 9 0 27409087 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77687 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=1584.51
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27934 2650 1 0 158246 127 74 4 25 0 9 0 27409089 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4127405811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.24
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1066 2650 0 0 45 1 74 4 16 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.13
Current children cumulated vsize (KiB) 868112

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/89 32205
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=1646.56
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126499 2650 1 0 164415 163 74 4 18 0 9 0 27409087 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77687 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=1643.94
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27934 2650 1 0 164189 127 74 4 25 0 9 0 27409089 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4127400488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.24
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1066 2650 0 0 45 1 74 4 16 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.56
Current children cumulated vsize (KiB) 868112

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/89 32205
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=1705.99
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126499 2650 1 0 170358 163 74 4 18 0 9 0 27409087 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77687 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=1703.37
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27934 2650 1 0 170132 127 74 4 25 0 9 0 27409089 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4127391488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.24
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1066 2650 0 0 45 1 74 4 16 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.99
Current children cumulated vsize (KiB) 868112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/89 32205
/proc/meminfo: memFree=1478232/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=1765.42
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126499 2650 1 0 176301 163 74 4 18 0 9 0 27409087 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77687 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=1762.8
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27934 2650 1 0 176075 127 74 4 25 0 9 0 27409089 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4126533041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.24
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1066 2650 0 0 45 1 74 4 16 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.42
Current children cumulated vsize (KiB) 868112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/89 32205
/proc/meminfo: memFree=1478232/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=1800.09
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126499 2650 1 0 179768 163 74 4 18 0 9 0 27409087 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77687 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=1797.47
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27934 2650 1 0 179542 127 74 4 25 0 9 0 27409089 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4127405759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.24
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1066 2650 0 0 45 1 74 4 16 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868112

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

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

[startup+1817.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/89 32205
/proc/meminfo: memFree=1478232/2055920 swapFree=4192812/4192956
[pid=32106] ppid=32104 vsize=868112 CPUtime=1800.09
/proc/32106/stat : 32106 (java) S 32104 32106 31795 0 -1 0 126499 2650 1 0 179768 163 74 4 18 0 9 0 27409087 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 217028 77687 2662 9 0 211464 0
[pid=32106/tid=32108] ppid=32104 vsize=868112 CPUtime=1797.47
/proc/32106/task/32108/stat : 32108 (java) R 32104 32106 31795 0 -1 64 27934 2650 1 0 179542 127 74 4 25 0 9 0 27409089 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4127405759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32104 vsize=868112 CPUtime=2.88
/proc/32106/task/32109/stat : 32109 (java) S 32104 32106 31795 0 -1 64 96631 2650 0 0 179 31 74 4 16 0 9 0 27409090 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32110/stat : 32110 (java) S 32104 32106 31795 0 -1 64 25 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32111/stat : 32111 (java) S 32104 32106 31795 0 -1 64 24 2650 0 0 0 0 74 4 16 0 9 0 27409091 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32112] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32112/stat : 32112 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 18 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32104 vsize=868112 CPUtime=1.24
/proc/32106/task/32113/stat : 32113 (java) S 32104 32106 31795 0 -1 64 1066 2650 0 0 45 1 74 4 16 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32114] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32114/stat : 32114 (java) S 32104 32106 31795 0 -1 64 1 2650 0 0 0 0 74 4 19 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32106/tid=32115] ppid=32104 vsize=868112 CPUtime=0.78
/proc/32106/task/32115/stat : 32115 (java) S 32104 32106 31795 0 -1 64 11 2650 0 0 0 0 74 4 15 0 9 0 27409093 888946688 77687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868112

Child status: 143
Real time (s): 1817.37
CPU time (s): 1800.17
CPU user time (s): 1798.44
CPU system time (s): 1.73174
CPU usage (%): 99.0538
Max. virtual memory (cumulated for all children) (KiB): 868112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.73174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129178
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= 38861
involuntary context switches= 80781

runsolver used 2.44863 second user time and 5.82911 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 14:57:00
IDJOB=2094317
IDBENCH=54129
IDSOLVER=773
FILE ID=node10/2094317-1247403420
PBS_JOBID= 9510624
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-11.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094317-1247403420/watcher-2094317-1247403420 -o /tmp/evaluation-result-2094317-1247403420/solver-2094317-1247403420 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094317-1247403420.xml

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

MD5SUM BENCH= 995ab5e30175a498c1eb15b93ed7231d
RANDOM SEED=459520800

node10.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.279
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.279
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:       1726904 kB
Buffers:         41200 kB
Cached:         124992 kB
SwapCached:          0 kB
Active:         204324 kB
Inactive:        65884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6048 kB
Writeback:           0 kB
Mapped:         124440 kB
Slab:            43932 kB
Committed_AS:  1002264 kB
PageTables:       1928 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= 66412 MiB
End job on node10 at 2009-07-12 15:27:20