Trace number 1093533

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

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-5.xml
MD5SUMbe5703472a17e97989b970da7fed1b87
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.05377
Satisfiable
(Un)Satisfiability was proved
Number of variables1080
Number of constraints3375
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3375
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1093533-1215250368.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.39/0.45	     nbVariables=1080  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2160
0.39/0.45	       =>  wckTime=0.204  cpuTime=0.14  mem=8M829
0.39/0.45	   
0.39/0.45	   predicates being loaded...
0.49/0.51	   
0.49/0.51	   constraints being loaded...
2.36/2.46	     nbConstraints=3417  nbGlobalConstraints=42  nbConflictsStructures=3  nbSharedConflictsStructures=3342
2.36/2.46	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
2.36/2.46	     nbSharedEvaluationManagers=3371  minDegree=8  maxDegree=22  minArity=3  avgArity=4.83  maxArity=360
2.36/2.46	     nbGenerators=42  nbFusions=0  symmetryWckTime=1.154  symmetryCpuTime=0.54
2.36/2.46	       =>  wckTime=2.209  cpuTime=1.41  mem=40M578
2.46/2.57	   
2.46/2.57	   solver IterativeSystematicSolver being built... 
2.66/2.73	   
2.66/2.73	   INFO : Forward propagation technique limited 
2.76/2.85	       =>  wckTime=2.608  cpuTime=1.66  mem=53M786
2.85/2.91	   
2.85/2.92	   preprocessing
2.85/2.92	     nbConstraintChecks=2160  nbValidityChecks=450  nbPropagations=1080  nbRevisions=450  nbUselessRevisions=450
2.85/2.92	     nbRemovedValues=0  detectedInconsistency=no
2.85/2.92	       =>  wckTime=0.055  cpuTime=0.04  mem=54M750
4.83/4.99	   
4.94/5.00	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=14M357)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093533-1215250368/watcher-1093533-1215250368 -o /tmp/evaluation-result-1093533-1215250368/solver-1093533-1215250368 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1093533-1215250368.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23368
/proc/meminfo: memFree=1188856/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=152 CPUtime=0
/proc/23368/stat : 23368 (java) R 23366 23368 21375 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 2004011125 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 8438059 0 0 4096 0 0 0 0 17 0 0 0
/proc/23368/statm: 38 26 19 9 0 4 0

[startup+0.0857789 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23368
/proc/meminfo: memFree=1188856/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=865884 CPUtime=0.07
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 3619 0 1 0 6 1 0 0 18 0 9 0 2004011125 886665216 3107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 216472 3107 1666 9 0 211027 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.10197 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23368
/proc/meminfo: memFree=1188856/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=865884 CPUtime=0.08
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 3737 0 1 0 7 1 0 0 18 0 9 0 2004011125 886665216 3200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 216471 3200 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302007 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23368
/proc/meminfo: memFree=1188856/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=866284 CPUtime=0.28
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 5893 0 1 0 25 3 0 0 18 0 9 0 2004011125 887074816 5267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 216571 5267 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701086 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23368
/proc/meminfo: memFree=1188856/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=867672 CPUtime=0.69
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 8944 0 1 0 63 6 0 0 18 0 9 0 2004011125 888496128 8304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 216918 8305 2008 9 0 211424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867672

[startup+1.50223 s]
/proc/loadavg: 2.14 2.02 2.01 3/93 23377
/proc/meminfo: memFree=1151856/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=867996 CPUtime=1.4
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 16458 0 1 0 116 24 0 0 18 0 10 0 2004011125 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 216999 15688 2016 9 0 211505 0
[pid=23368/tid=23370] ppid=23366 vsize=867996 CPUtime=1.15
/proc/23368/task/23370/stat : 23370 (java) S 23366 23368 21375 0 -1 64 14975 0 1 0 93 22 0 0 15 0 10 0 2004011126 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=23368/tid=23371] ppid=23366 vsize=867996 CPUtime=0
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 2004011128 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23372] ppid=23366 vsize=867996 CPUtime=0
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 9 0 0 0 0 0 0 0 22 0 10 0 2004011128 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23373] ppid=23366 vsize=867996 CPUtime=0
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 2004011128 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23374] ppid=23366 vsize=867996 CPUtime=0
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2004011130 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=867996 CPUtime=0.23
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 714 0 0 0 23 0 0 0 15 0 10 0 2004011130 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=867996 CPUtime=0
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 2004011130 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=867996 CPUtime=0
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2004011130 888827904 15688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 867996

[startup+3.10253 s]
/proc/loadavg: 2.14 2.02 2.01 5/95 23381
/proc/meminfo: memFree=1123416/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868096 CPUtime=3.05
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 44237 854 1 0 230 30 43 2 18 0 10 0 2004011125 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217024 20780 2637 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868096 CPUtime=2.49
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28482 854 1 0 179 25 43 2 16 0 10 0 2004011126 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4125977230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868096 CPUtime=0.63
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 13891 854 0 0 16 2 43 2 16 0 10 0 2004011128 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868096 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 15 0 10 0 2004011128 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868096 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 15 0 10 0 2004011128 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868096 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 10 0 2004011130 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868096 CPUtime=0.79
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1020 854 0 0 34 0 43 2 15 0 10 0 2004011130 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868096 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 10 0 2004011130 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868096 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 9 854 0 0 0 0 43 2 15 0 10 0 2004011130 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23380] ppid=23366 vsize=868096 CPUtime=0.45
/proc/23368/task/23380/stat : 23380 (java) R 23366 23368 21375 0 -1 64 45 854 0 0 0 0 43 2 17 0 10 0 2004011324 888930304 20780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868096

[startup+6.30113 s]
/proc/loadavg: 2.12 2.02 2.00 3/93 23381
/proc/meminfo: memFree=1109344/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=6.22
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45900 854 1 0 545 32 43 2 18 0 9 0 2004011125 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22323 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=5.56
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28547 854 1 0 486 25 43 2 18 0 9 0 2004011126 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4126865888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 17 0 9 0 2004011128 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.84
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1044 854 0 0 38 1 43 2 15 0 9 0 2004011130 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868008

[startup+12.7023 s]
/proc/loadavg: 2.11 2.02 2.00 3/93 23381
/proc/meminfo: memFree=1109088/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=12.56
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45905 854 1 0 1179 32 43 2 18 0 9 0 2004011125 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22326 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=11.9
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28547 854 1 0 1120 25 43 2 25 0 9 0 2004011126 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4127258515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1049 854 0 0 39 1 43 2 17 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868008

[startup+25.5018 s]
/proc/loadavg: 2.10 2.01 2.00 3/93 23381
/proc/meminfo: memFree=1109224/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=25.23
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45906 854 1 0 2446 32 43 2 18 0 9 0 2004011125 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22326 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=24.57
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28548 854 1 0 2387 25 43 2 25 0 9 0 2004011126 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4126865872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1049 854 0 0 39 1 43 2 17 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868008

[startup+51.1016 s]
/proc/loadavg: 2.06 2.01 2.00 3/93 23381
/proc/meminfo: memFree=1091688/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=50.59
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45906 854 1 0 4982 32 43 2 18 0 9 0 2004011125 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22326 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=49.94
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28548 854 1 0 4923 26 43 2 25 0 9 0 2004011126 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4127258515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85

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

/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1050 854 0 0 39 1 43 2 16 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.11
Current children cumulated vsize (KiB) 868008

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23383
/proc/meminfo: memFree=777640/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=1532.08
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45909 854 1 0 153129 34 43 2 18 0 9 0 2004011125 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22327 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=1531.43
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28550 854 1 0 153070 28 43 2 25 0 9 0 2004011126 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4126865888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1050 854 0 0 39 1 43 2 16 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.08
Current children cumulated vsize (KiB) 868008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23383
/proc/meminfo: memFree=757032/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=1592.06
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45909 854 1 0 159126 35 43 2 18 0 9 0 2004011125 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22327 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=1591.4
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28550 854 1 0 159067 28 43 2 25 0 9 0 2004011126 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4127258515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1050 854 0 0 39 1 43 2 16 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.06
Current children cumulated vsize (KiB) 868008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23383
/proc/meminfo: memFree=757032/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=1652.03
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45909 854 1 0 165123 35 43 2 18 0 9 0 2004011125 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22327 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=1651.37
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28550 854 1 0 165064 28 43 2 25 0 9 0 2004011126 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4127231143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1050 854 0 0 39 1 43 2 16 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.03
Current children cumulated vsize (KiB) 868008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23389
/proc/meminfo: memFree=756840/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=1712
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45909 854 1 0 171120 35 43 2 18 0 9 0 2004011125 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22327 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=1711.33
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28550 854 1 0 171060 28 43 2 25 0 9 0 2004011126 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4127258562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1050 854 0 0 39 1 43 2 16 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712
Current children cumulated vsize (KiB) 868008

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 23419
/proc/meminfo: memFree=1168904/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=1771.94
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45909 854 1 0 177108 41 43 2 18 0 9 0 2004011125 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22327 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=1771.29
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28550 854 1 0 177049 35 43 2 25 0 9 0 2004011126 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4127232990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1050 854 0 0 39 1 43 2 16 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.94
Current children cumulated vsize (KiB) 868008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 23419
/proc/meminfo: memFree=950600/2055920 swapFree=4180412/4192956
[pid=23368] ppid=23366 vsize=868008 CPUtime=1800.03
/proc/23368/stat : 23368 (java) S 23366 23368 21375 0 -1 0 45909 854 1 0 179917 41 43 2 18 0 9 0 2004011125 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23368/statm: 217002 22327 2615 9 0 211530 0
[pid=23368/tid=23370] ppid=23366 vsize=868008 CPUtime=1799.38
/proc/23368/task/23370/stat : 23370 (java) R 23366 23368 21375 0 -1 64 28550 854 1 0 179858 35 43 2 25 0 9 0 2004011126 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4127258480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23371] ppid=23366 vsize=868008 CPUtime=0.67
/proc/23368/task/23371/stat : 23371 (java) S 23366 23368 21375 0 -1 64 15434 854 0 0 19 3 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23372] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23372/stat : 23372 (java) S 23366 23368 21375 0 -1 64 20 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23373] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23373/stat : 23373 (java) S 23366 23368 21375 0 -1 64 17 854 0 0 0 0 43 2 16 0 9 0 2004011128 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23368/tid=23374] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23374/stat : 23374 (java) S 23366 23368 21375 0 -1 64 1 854 0 0 0 0 43 2 24 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23375] ppid=23366 vsize=868008 CPUtime=0.85
/proc/23368/task/23375/stat : 23375 (java) S 23366 23368 21375 0 -1 64 1050 854 0 0 39 1 43 2 16 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23376] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23376/stat : 23376 (java) S 23366 23368 21375 0 -1 64 2 854 0 0 0 0 43 2 25 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23368/tid=23377] ppid=23366 vsize=868008 CPUtime=0.45
/proc/23368/task/23377/stat : 23377 (java) S 23366 23368 21375 0 -1 64 36 854 0 0 0 0 43 2 15 0 9 0 2004011130 888840192 22327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868008

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): 1810.47
CPU time (s): 1800.12
CPU user time (s): 1799.66
CPU system time (s): 0.45993
CPU usage (%): 99.4283
Max. virtual memory (cumulated for all children) (KiB): 868096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46794
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= 38403
involuntary context switches= 51356

runsolver used 2.35164 second user time and 5.9001 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 11:32:49
IDJOB=1093533
IDBENCH=58709
IDSOLVER=363
FILE ID=node21/1093533-1215250368
PBS_JOBID= 7881990
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093533-1215250368/watcher-1093533-1215250368 -o /tmp/evaluation-result-1093533-1215250368/solver-1093533-1215250368 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1093533-1215250368.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be5703472a17e97989b970da7fed1b87
RANDOM SEED=1586834357

node21.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.263
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.263
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:       1189336 kB
Buffers:        104480 kB
Cached:         452224 kB
SwapCached:       6472 kB
Active:         448456 kB
Inactive:       347844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1189336 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:         249792 kB
Slab:            55008 kB
Committed_AS:  4261116 kB
PageTables:       2248 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 node21 at 2008-07-05 12:03:01