Trace number 1081833

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.14 1807.54

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-35.xml
MD5SUM1eb3c150032c50ac46662d9f9a65bfe6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark64.5112
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints20859
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20859
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1081833-1215219402.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.48/0.55	     nbVariables=1225  nbDomainTypes=1  minDomainSize=35  maxDomainSize=35  nbTotalValues=42875
0.48/0.55	       =>  wckTime=0.308  cpuTime=0.21  mem=11M754
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
35.83/36.24	     nbConstraints=21804  nbGlobalConstraints=945  nbConvertedConstraints=20859  nbConvertConstraintsChecks=12186300
35.83/36.24	     nbExtensionStructures=9948  nbSharedExtensionStructures=20854  nbConflictsStructures=10856
35.83/36.24	     nbSharedConflictsStructures=20854  nbSharedBinaryRepresentations=696149  minDegree=35  maxDegree=37  minArity=2
35.83/36.24	     avgArity=2.05  maxArity=35  nbGenerators=910  nbFusions=910  symmetryWckTime=27.635  symmetryCpuTime=6.94
35.83/36.24	     nbCliques=35
35.83/36.24	       =>  wckTime=36.0  cpuTime=14.65  mem=53M181
36.12/36.52	   
36.12/36.52	   solver IterativeSystematicSolver being built... 
36.22/36.62	   
36.22/36.62	   INFO : Forward propagation technique limited 
36.32/36.75	       =>  wckTime=36.509  cpuTime=14.83  mem=51M109
46.32/46.87	   
46.32/46.87	   preprocessing
46.32/46.87	     nbConstraintChecks=2134079  nbPropagations=58066  nbRevisions=717201  nbUselessRevisions=678658
46.32/46.87	     nbSingletonTests=8161  nbEffectiveSingletonTests=12  nbACRemovals=30782  nbFoundSingletons=0  nbRemovedValues=30806
46.32/46.87	     nbRemovedTuples=1190  detectedInconsistency=no
46.32/46.87	       =>  wckTime=10.114  cpuTime=9.97  mem=51M109
49.39/49.95	   
49.39/49.95	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=57M927)

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-1081833-1215219402/watcher-1081833-1215219402 -o /tmp/evaluation-result-1081833-1215219402/solver-1081833-1215219402 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1081833-1215219402.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.02 2.01 4/81 28014
/proc/meminfo: memFree=1512968/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=1616 CPUtime=0
/proc/28014/stat : 28014 (java) D 28012 28014 26707 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2000909045 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28014/statm: 404 148 122 9 0 46 0

[startup+0.101048 s]
/proc/loadavg: 1.92 2.02 2.01 4/81 28014
/proc/meminfo: memFree=1512968/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=865884 CPUtime=0.08
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 3780 0 1 0 7 1 0 0 18 0 9 0 2000909045 886665216 3231 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216471 3231 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201067 s]
/proc/loadavg: 1.92 2.02 2.01 4/81 28014
/proc/meminfo: memFree=1512968/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=866048 CPUtime=0.18
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 4801 0 1 0 16 2 0 0 18 0 9 0 2000909045 886833152 4228 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216512 4228 1852 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301084 s]
/proc/loadavg: 1.92 2.02 2.01 4/81 28014
/proc/meminfo: memFree=1512968/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=866196 CPUtime=0.27
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 5620 0 1 0 25 2 0 0 18 0 9 0 2000909045 886984704 5034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216549 5034 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701155 s]
/proc/loadavg: 1.92 2.02 2.01 4/81 28014
/proc/meminfo: memFree=1512968/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=867684 CPUtime=0.67
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 8672 0 1 0 63 4 0 0 18 0 9 0 2000909045 888508416 8032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216921 8032 2010 9 0 211427 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867684

[startup+1.5023 s]
/proc/loadavg: 1.92 2.02 2.01 3/90 28023
/proc/meminfo: memFree=1467200/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=867596 CPUtime=1.47
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 19119 0 1 0 138 9 0 0 18 0 9 0 2000909045 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216899 18454 2004 9 0 211427 0
[pid=28014/tid=28016] ppid=28012 vsize=867596 CPUtime=1.19
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 15748 0 1 0 111 8 0 0 25 0 9 0 2000909046 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4126777462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28017] ppid=28012 vsize=867596 CPUtime=0.09
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 2010 0 0 0 9 0 0 0 16 0 9 0 2000909047 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000909047 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000909047 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000909049 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=867596 CPUtime=0.16
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 665 0 0 0 16 0 0 0 16 0 9 0 2000909049 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000909049 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000909049 888418304 18454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867596

[startup+3.10258 s]
/proc/loadavg: 1.92 2.02 2.01 3/90 28023
/proc/meminfo: memFree=1446400/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=867596 CPUtime=3.06
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 19217 0 1 0 280 26 0 0 18 0 9 0 2000909045 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216899 18549 2006 9 0 211427 0
[pid=28014/tid=28016] ppid=28012 vsize=867596 CPUtime=2.68
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 15781 0 1 0 244 24 0 0 25 0 9 0 2000909046 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4126899895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28017] ppid=28012 vsize=867596 CPUtime=0.09
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 2010 0 0 0 9 0 0 0 17 0 9 0 2000909047 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000909047 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000909047 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000909049 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=867596 CPUtime=0.25
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 730 0 0 0 25 0 0 0 16 0 9 0 2000909049 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000909049 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000909049 888418304 18549 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867596

[startup+6.30216 s]
/proc/loadavg: 1.93 2.02 2.01 3/90 28023
/proc/meminfo: memFree=1434432/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=867596 CPUtime=6.22
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 23651 0 1 0 556 66 0 0 18 0 9 0 2000909045 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216899 22979 2006 9 0 211427 0
[pid=28014/tid=28016] ppid=28012 vsize=867596 CPUtime=5.63
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 15786 0 1 0 500 63 0 0 25 0 9 0 2000909046 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4126881395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28017] ppid=28012 vsize=867596 CPUtime=0.3
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 6439 0 0 0 29 1 0 0 18 0 9 0 2000909047 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000909047 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000909047 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000909049 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=867596 CPUtime=0.25
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 730 0 0 0 25 0 0 0 16 0 9 0 2000909049 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000909049 888418304 22979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=867596 CPUtime=0
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000909049 888418304 22979 996147200 134512640 134550740 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) 867596

[startup+12.7023 s]
/proc/loadavg: 1.93 2.02 2.01 3/92 28025
/proc/meminfo: memFree=1414320/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=867920 CPUtime=8.8
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 25953 0 1 0 780 100 0 0 18 0 10 0 2000909045 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216980 24702 2012 9 0 211508 0
[pid=28025] ppid=28014 vsize=8556 CPUtime=3.75
/proc/28025/stat : 28025 (saucy) R 28014 28014 26707 0 -1 4194304 1572 0 0 0 374 1 0 0 25 0 1 0 2000909933 8761344 1530 996147200 134512640 134531332 4294956000 18446744073709551615 134523069 0 4 0 0 0 0 0 17 1 0 0
/proc/28025/statm: 2139 1530 104 4 0 1815 0
[pid=28014/tid=28016] ppid=28012 vsize=867920 CPUtime=8.06
/proc/28014/task/28016/stat : 28016 (java) S 28012 28014 26707 0 -1 64 16248 0 1 0 710 96 0 0 15 0 10 0 2000909046 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28014/tid=28017] ppid=28012 vsize=867920 CPUtime=0.43
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 8175 0 0 0 41 2 0 0 16 0 10 0 2000909047 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000909047 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2000909047 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000909049 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=867920 CPUtime=0.27
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 755 0 0 0 27 0 0 0 16 0 10 0 2000909049 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000909049 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 10 0 0 0 0 0 0 0 15 0 10 0 2000909049 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28024] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28024/stat : 28024 (java) S 28012 28014 26707 0 -1 64 69 0 0 0 0 0 0 0 25 0 10 0 2000909933 888750080 24702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 876476

[startup+25.5016 s]
/proc/loadavg: 1.95 2.02 2.01 3/92 28025
/proc/meminfo: memFree=1413296/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=867920 CPUtime=8.83
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 26506 0 1 0 782 101 0 0 18 0 10 0 2000909045 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 216980 24703 2012 9 0 211508 0
[pid=28025] ppid=28014 vsize=9612 CPUtime=16.4
/proc/28025/stat : 28025 (saucy) R 28014 28014 26707 0 -1 4194304 1855 0 0 0 1639 1 0 0 25 0 1 0 2000909933 9842688 1813 996147200 134512640 134531332 4294956000 18446744073709551615 134529453 0 4 0 0 0 0 0 17 1 0 0
/proc/28025/statm: 2403 1813 104 4 0 2079 0
[pid=28014/tid=28016] ppid=28012 vsize=867920 CPUtime=8.08
/proc/28014/task/28016/stat : 28016 (java) S 28012 28014 26707 0 -1 64 16778 0 1 0 712 96 0 0 15 0 10 0 2000909046 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28014/tid=28017] ppid=28012 vsize=867920 CPUtime=0.43
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 8175 0 0 0 41 2 0 0 16 0 10 0 2000909047 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000909047 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2000909047 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000909049 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=867920 CPUtime=0.27
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 778 0 0 0 27 0 0 0 15 0 10 0 2000909049 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000909049 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 10 0 0 0 0 0 0 0 15 0 10 0 2000909049 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28024] ppid=28012 vsize=867920 CPUtime=0
/proc/28014/task/28024/stat : 28024 (java) S 28012 28014 26707 0 -1 64 69 0 0 0 0 0 0 0 25 0 10 0 2000909933 888750080 24703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 877532

[startup+51.1012 s]
/proc/loadavg: 2.02 2.03 2.01 3/90 28027
/proc/meminfo: memFree=1414896/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=868332 CPUtime=50.58
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 44810 2039 1 0 2927 108 2021 2 18 0 9 0 2000909045 889171968 26956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 217083 26956 2637 9 0 211589 0
[pid=28014/tid=28016] ppid=28012 vsize=868332 CPUtime=49.37
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 26595 2039 1 0 2813 101 2021 2 25 0 9 0 2000909046 889171968 26956 996147200 134512640 134550740 4294955968 18446744073709551615 4127406404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28017] ppid=28012 vsize=868332 CPUtime=20.93

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

/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 15 2039 0 0 0 0 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 18 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=868332 CPUtime=20.71
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 1095 2039 0 0 47 1 2021 2 16 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 19 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 13 2039 0 0 0 0 2021 2 15 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.17
Current children cumulated vsize (KiB) 868332

[startup+1542.31 s]
/proc/loadavg: 2.03 2.10 2.04 3/81 28063
/proc/meminfo: memFree=1389248/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=868332 CPUtime=1535.11
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 44890 2039 1 0 151377 111 2021 2 18 0 9 0 2000909045 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 217083 26960 2637 9 0 211589 0
[pid=28014/tid=28016] ppid=28012 vsize=868332 CPUtime=1533.9
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 26670 2039 1 0 151262 105 2021 2 25 0 9 0 2000909046 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4127363227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28014/tid=28017] ppid=28012 vsize=868332 CPUtime=20.93
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 16275 2039 0 0 67 3 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 17 2039 0 0 0 0 2021 2 17 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 15 2039 0 0 0 0 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 18 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=868332 CPUtime=20.71
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 1095 2039 0 0 47 1 2021 2 16 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 19 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 13 2039 0 0 0 0 2021 2 15 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.11
Current children cumulated vsize (KiB) 868332

[startup+1602.3 s]
/proc/loadavg: 2.01 2.08 2.03 3/81 28063
/proc/meminfo: memFree=1389184/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=868332 CPUtime=1595.07
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 44890 2039 1 0 157372 112 2021 2 18 0 9 0 2000909045 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 217083 26960 2637 9 0 211589 0
[pid=28014/tid=28016] ppid=28012 vsize=868332 CPUtime=1593.85
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 26670 2039 1 0 157257 105 2021 2 25 0 9 0 2000909046 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4127363240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28014/tid=28017] ppid=28012 vsize=868332 CPUtime=20.93
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 16275 2039 0 0 67 3 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 17 2039 0 0 0 0 2021 2 17 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 15 2039 0 0 0 0 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 18 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=868332 CPUtime=20.71
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 1095 2039 0 0 47 1 2021 2 16 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 19 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 13 2039 0 0 0 0 2021 2 15 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.07
Current children cumulated vsize (KiB) 868332

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/81 28063
/proc/meminfo: memFree=1389248/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=868332 CPUtime=1655.02
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 44890 2039 1 0 163367 112 2021 2 18 0 9 0 2000909045 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 217083 26960 2637 9 0 211589 0
[pid=28014/tid=28016] ppid=28012 vsize=868332 CPUtime=1653.8
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 26670 2039 1 0 163252 105 2021 2 25 0 9 0 2000909046 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4127374363 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28014/tid=28017] ppid=28012 vsize=868332 CPUtime=20.93
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 16275 2039 0 0 67 3 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 17 2039 0 0 0 0 2021 2 17 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 15 2039 0 0 0 0 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 18 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=868332 CPUtime=20.71
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 1095 2039 0 0 47 1 2021 2 16 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 19 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 13 2039 0 0 0 0 2021 2 15 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.02
Current children cumulated vsize (KiB) 868332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/81 28063
/proc/meminfo: memFree=1389184/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=868332 CPUtime=1714.96
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 44890 2039 1 0 169361 112 2021 2 18 0 9 0 2000909045 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 217083 26960 2637 9 0 211589 0
[pid=28014/tid=28016] ppid=28012 vsize=868332 CPUtime=1713.74
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 26670 2039 1 0 169246 105 2021 2 25 0 9 0 2000909046 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4127374445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28014/tid=28017] ppid=28012 vsize=868332 CPUtime=20.93
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 16275 2039 0 0 67 3 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 17 2039 0 0 0 0 2021 2 17 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 15 2039 0 0 0 0 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 18 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=868332 CPUtime=20.71
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 1095 2039 0 0 47 1 2021 2 16 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 19 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 13 2039 0 0 0 0 2021 2 15 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.96
Current children cumulated vsize (KiB) 868332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/81 28063
/proc/meminfo: memFree=1389184/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=868332 CPUtime=1774.9
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 44890 2039 1 0 175355 112 2021 2 18 0 9 0 2000909045 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 217083 26960 2637 9 0 211589 0
[pid=28014/tid=28016] ppid=28012 vsize=868332 CPUtime=1773.68
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 26670 2039 1 0 175240 105 2021 2 25 0 9 0 2000909046 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4127374448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28014/tid=28017] ppid=28012 vsize=868332 CPUtime=20.93
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 16275 2039 0 0 67 3 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 17 2039 0 0 0 0 2021 2 17 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 15 2039 0 0 0 0 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 18 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=868332 CPUtime=20.71
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 1095 2039 0 0 47 1 2021 2 16 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 19 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 13 2039 0 0 0 0 2021 2 15 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.9
Current children cumulated vsize (KiB) 868332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.03 2.01 3/81 28063
/proc/meminfo: memFree=1389184/2055920 swapFree=4111004/4192956
[pid=28014] ppid=28012 vsize=868332 CPUtime=1800.08
/proc/28014/stat : 28014 (java) S 28012 28014 26707 0 -1 0 44890 2039 1 0 177873 112 2021 2 18 0 9 0 2000909045 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28014/statm: 217083 26960 2637 9 0 211589 0
[pid=28014/tid=28016] ppid=28012 vsize=868332 CPUtime=1798.86
/proc/28014/task/28016/stat : 28016 (java) R 28012 28014 26707 0 -1 64 26670 2039 1 0 177758 105 2021 2 25 0 9 0 2000909046 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4127492451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28014/tid=28017] ppid=28012 vsize=868332 CPUtime=20.93
/proc/28014/task/28017/stat : 28017 (java) S 28012 28014 26707 0 -1 64 16275 2039 0 0 67 3 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28018] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28018/stat : 28018 (java) S 28012 28014 26707 0 -1 64 17 2039 0 0 0 0 2021 2 17 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28019] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28019/stat : 28019 (java) S 28012 28014 26707 0 -1 64 15 2039 0 0 0 0 2021 2 16 0 9 0 2000909047 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28020] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28020/stat : 28020 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 18 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28021] ppid=28012 vsize=868332 CPUtime=20.71
/proc/28014/task/28021/stat : 28021 (java) S 28012 28014 26707 0 -1 64 1095 2039 0 0 47 1 2021 2 16 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28022] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28022/stat : 28022 (java) S 28012 28014 26707 0 -1 64 1 2039 0 0 0 0 2021 2 19 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28014/tid=28023] ppid=28012 vsize=868332 CPUtime=20.23
/proc/28014/task/28023/stat : 28023 (java) S 28012 28014 26707 0 -1 64 13 2039 0 0 0 0 2021 2 15 0 9 0 2000909049 889171968 26960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868332

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): 1807.54
CPU time (s): 1800.14
CPU user time (s): 1798.96
CPU system time (s): 1.17082
CPU usage (%): 99.5905
Max. virtual memory (cumulated for all children) (KiB): 877796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.17082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46964
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= 38922
involuntary context switches= 56085

runsolver used 2.15667 second user time and 6.07608 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 02:56:42
IDJOB=1081833
IDBENCH=57143
IDSOLVER=364
FILE ID=node70/1081833-1215219402
PBS_JOBID= 7881771
Free space on /tmp= 66340 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1eb3c150032c50ac46662d9f9a65bfe6
RANDOM SEED=1725841058

node70.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.256
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.256
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:       1513448 kB
Buffers:         66644 kB
Cached:         302784 kB
SwapCached:      76584 kB
Active:         291924 kB
Inactive:       190100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513448 kB
SwapTotal:     4192956 kB
SwapFree:      4111004 kB
Dirty:            4600 kB
Writeback:           0 kB
Mapped:         128068 kB
Slab:            45432 kB
Committed_AS:  4225320 kB
PageTables:       2004 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= 66336 MiB
End job on node70 at 2008-07-05 03:26:51