Trace number 1083152

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.14 1809.66

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-1.xml
MD5SUMdaaf1af72f8f417d373a93d1048498fa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark276.089
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
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.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1083152-1215225484.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.44	     nbVariables=450  nbDomainTypes=87  minDomainSize=1149  maxDomainSize=1247  nbTotalValues=538258
0.38/0.44	       =>  wckTime=0.202  cpuTime=0.15  mem=20M600
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
20.47/20.58	   
20.47/20.58	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 59M793)
21.65/21.80	     nbConstraints=5595  nbGlobalConstraints=5112  nbConvertedConstraints=159  nbConvertConstraintsChecks=112783608
21.65/21.80	     nbExtensionStructures=79  nbSharedExtensionStructures=80  nbConflictsStructures=79  nbSharedConflictsStructures=80
21.65/21.80	     nbUnbuiltConflictsStructures=134  nbSharedBinaryRepresentations=94496  nbEvaluationManagers=134
21.65/21.80	     nbSharedEvaluationManagers=190  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.65/21.80	     nbFusions=0  symmetryWckTime=1.129  symmetryCpuTime=0.82  nbCliques=15
21.65/21.80	       =>  wckTime=21.557  cpuTime=20.93  mem=49M263
21.84/21.98	   
21.84/21.98	   solver IterativeSystematicSolver being built... 
21.94/22.07	   
21.94/22.07	   INFO : Forward propagation technique limited 
22.05/22.17	       =>  wckTime=21.929  cpuTime=21.1  mem=81M405
43.24/43.52	   
43.24/43.52	   preprocessing
43.24/43.52	     nbConstraintChecks=116645452  nbValidityChecks=726378  nbPropagations=971  nbRevisions=1956
43.24/43.52	     nbUselessRevisions=1305  nbRemovedValues=326788  detectedInconsistency=no
43.24/43.52	       =>  wckTime=21.325  cpuTime=21.04  mem=70M403
52.55/52.95	   
52.55/52.95	   INFO : Stopping use of transposition table (mapSize=38, nbTooLargekeys=187, mem=70M227)

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-1083152-1215225484/watcher-1083152-1215225484 -o /tmp/evaluation-result-1083152-1215225484/solver-1083152-1215225484 -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-1083152-1215225484.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.91 1.97 1.99 4/74 25740
/proc/meminfo: memFree=1435880/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=1616 CPUtime=0
/proc/25740/stat : 25740 (java) D 25738 25740 23695 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2001520000 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/25740/statm: 404 148 122 9 0 46 0

[startup+0.102736 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 25740
/proc/meminfo: memFree=1435880/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=865884 CPUtime=0.08
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 3758 0 1 0 6 2 0 0 18 0 9 0 2001520000 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216471 3218 1706 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201924 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 25740
/proc/meminfo: memFree=1435880/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=866044 CPUtime=0.18
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 4832 0 1 0 15 3 0 0 18 0 9 0 2001520000 886829056 4259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216511 4259 1861 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.306712 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 25740
/proc/meminfo: memFree=1435880/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=866400 CPUtime=0.28
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 6078 0 1 0 24 4 0 0 18 0 9 0 2001520000 887193600 5448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216600 5448 1961 9 0 211128 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866400

[startup+0.701844 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 25740
/proc/meminfo: memFree=1435880/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=867708 CPUtime=0.68
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 11738 0 1 0 61 7 0 0 18 0 9 0 2001520000 888532992 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216927 11099 2011 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50299 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 25749
/proc/meminfo: memFree=1387872/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=867708 CPUtime=1.48
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 15016 0 1 0 138 10 0 0 18 0 9 0 2001520000 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216927 14373 2014 9 0 211433 0
[pid=25740/tid=25742] ppid=25738 vsize=867708 CPUtime=1.31
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 13645 0 1 0 122 9 0 0 25 0 9 0 2001520001 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4126896409 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001520002 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2001520002 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25745] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2001520002 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25746] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001520004 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=867708 CPUtime=0.16
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 674 0 0 0 16 0 0 0 16 0 9 0 2001520004 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001520004 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001520004 888532992 14373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867708

[startup+3.10227 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 25749
/proc/meminfo: memFree=1384736/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=867708 CPUtime=3.08
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 15933 0 1 0 297 11 0 0 18 0 9 0 2001520000 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216927 15289 2014 9 0 211433 0
[pid=25740/tid=25742] ppid=25738 vsize=867708 CPUtime=2.89
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 14550 0 1 0 279 10 0 0 25 0 9 0 2001520001 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4126878679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001520002 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2001520002 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25745] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2001520002 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25746] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001520004 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=867708 CPUtime=0.17
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 686 0 0 0 17 0 0 0 16 0 9 0 2001520004 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001520004 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=867708 CPUtime=0
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001520004 888532992 15289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867708

[startup+6.30284 s]
/proc/loadavg: 1.92 1.97 1.99 3/83 25749
/proc/meminfo: memFree=1357472/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=867620 CPUtime=6.28
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 22110 0 1 0 612 16 0 0 18 0 9 0 2001520000 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216905 21440 2005 9 0 211433 0
[pid=25740/tid=25742] ppid=25738 vsize=867620 CPUtime=5.97
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 15776 0 1 0 584 13 0 0 25 0 9 0 2001520001 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4126896433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=867620 CPUtime=0.09
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 4941 0 0 0 8 1 0 0 16 0 9 0 2001520002 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001520002 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25745] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001520002 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25746] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001520004 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=867620 CPUtime=0.18
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 697 0 0 0 18 0 0 0 15 0 9 0 2001520004 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001520004 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001520004 888442880 21440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867620

[startup+12.7031 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 25749
/proc/meminfo: memFree=1357280/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=867620 CPUtime=12.68
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 22127 0 1 0 1248 20 0 0 18 0 9 0 2001520000 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 216905 21455 2005 9 0 211433 0
[pid=25740/tid=25742] ppid=25738 vsize=867620 CPUtime=12.35
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 15780 0 1 0 1218 17 0 0 25 0 9 0 2001520001 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4126876144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=867620 CPUtime=0.09
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 4941 0 0 0 8 1 0 0 16 0 9 0 2001520002 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001520002 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25745] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001520002 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25746] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001520004 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=867620 CPUtime=0.21
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 710 0 0 0 21 0 0 0 16 0 9 0 2001520004 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001520004 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=867620 CPUtime=0
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001520004 888442880 21455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867620

[startup+25.5014 s]
/proc/loadavg: 1.94 1.97 1.99 4/83 25754
/proc/meminfo: memFree=1323808/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=25.41
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 53365 602 1 0 2499 36 5 1 18 0 9 0 2001520000 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 30418 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=24.61
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 28577 602 1 0 2429 26 5 1 25 0 9 0 2001520001 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4126457613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=0.51
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 23016 602 0 0 39 6 5 1 16 0 9 0 2001520002 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 17 0 9 0 2001520002 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 16 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.36
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 913 602 0 0 29 1 5 1 16 0 9 0 2001520004 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 30418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 868356

[startup+51.1028 s]
/proc/loadavg: 1.96 1.97 1.99 3/83 25754
/proc/meminfo: memFree=1300320/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=50.76
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 61932 602 1 0 5031 39 5 1 18 0 9 0 2001520000 889196544 36262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 36262 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=49.86
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 29698 602 1 0 4953 27 5 1 25 0 9 0 2001520001 889196544 36262 996147200 134512640 134550740 4294955968 18446744073709551615 4126959818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=0.58
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 30410 602 0 0 44 8 5 1 16 0 9 0 2001520002 889196544 36262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.41
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 956 602 0 0 34 1 5 1 15 0 9 0 2001520004 889196544 36262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06

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

/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.45
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 980 602 0 0 38 1 5 1 16 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 12 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.87
Current children cumulated vsize (KiB) 868356

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 25802
/proc/meminfo: memFree=1155560/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=1592.84
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 62620 602 1 0 159232 46 5 1 18 0 9 0 2001520000 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 36587 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=1591.1
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 30053 602 1 0 159074 30 5 1 25 0 9 0 2001520001 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4127235498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=1.37
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 30718 602 0 0 119 12 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.45
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 980 602 0 0 38 1 5 1 16 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 12 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.84
Current children cumulated vsize (KiB) 868356

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 25802
/proc/meminfo: memFree=1155432/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=1652.81
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 62637 602 1 0 165229 46 5 1 18 0 9 0 2001520000 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 36587 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=1651.05
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 30070 602 1 0 165068 31 5 1 25 0 9 0 2001520001 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4126877393 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=1.4
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 30718 602 0 0 122 12 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.45
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 980 602 0 0 38 1 5 1 16 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 12 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.81
Current children cumulated vsize (KiB) 868356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 25802
/proc/meminfo: memFree=1155304/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=1712.79
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 62655 602 1 0 171226 47 5 1 18 0 9 0 2001520000 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 36587 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=1710.98
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 30088 602 1 0 171061 31 5 1 25 0 9 0 2001520001 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4127290864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=1.43
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 30718 602 0 0 125 12 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.45
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 980 602 0 0 38 1 5 1 16 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 12 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.79
Current children cumulated vsize (KiB) 868356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 25802
/proc/meminfo: memFree=1155304/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=1772.76
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 62671 602 1 0 177223 47 5 1 18 0 9 0 2001520000 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 36587 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=1770.92
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 30104 602 1 0 177055 31 5 1 25 0 9 0 2001520001 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4127261848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=1.46
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 30718 602 0 0 128 12 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.45
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 980 602 0 0 38 1 5 1 16 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 12 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.76
Current children cumulated vsize (KiB) 868356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.61 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 25802
/proc/meminfo: memFree=1155304/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=1800.05
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 62675 602 1 0 179952 47 5 1 18 0 9 0 2001520000 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 36587 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=1798.21
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 30108 602 1 0 179784 31 5 1 25 0 9 0 2001520001 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4127261880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=1.47
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 30718 602 0 0 129 12 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.45
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 980 602 0 0 38 1 5 1 16 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 12 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868356

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

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

[startup+1809.61 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 25802
/proc/meminfo: memFree=1155304/2055920 swapFree=4179784/4192956
[pid=25740] ppid=25738 vsize=868356 CPUtime=1800.05
/proc/25740/stat : 25740 (java) S 25738 25740 23695 0 -1 0 62675 602 1 0 179952 47 5 1 18 0 9 0 2001520000 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 217089 36587 2638 9 0 211595 0
[pid=25740/tid=25742] ppid=25738 vsize=868356 CPUtime=1798.21
/proc/25740/task/25742/stat : 25742 (java) R 25738 25740 23695 0 -1 64 30108 602 1 0 179784 31 5 1 25 0 9 0 2001520001 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4127261880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25743] ppid=25738 vsize=868356 CPUtime=1.47
/proc/25740/task/25743/stat : 25743 (java) S 25738 25740 23695 0 -1 64 30718 602 0 0 129 12 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25744] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25744/stat : 25744 (java) S 25738 25740 23695 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25745] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25745/stat : 25745 (java) S 25738 25740 23695 0 -1 64 25 602 0 0 0 0 5 1 16 0 9 0 2001520002 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25740/tid=25746] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25746/stat : 25746 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 23 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25747] ppid=25738 vsize=868356 CPUtime=0.45
/proc/25740/task/25747/stat : 25747 (java) S 25738 25740 23695 0 -1 64 980 602 0 0 38 1 5 1 16 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25748] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25748/stat : 25748 (java) S 25738 25740 23695 0 -1 64 1 602 0 0 0 0 5 1 24 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25740/tid=25749] ppid=25738 vsize=868356 CPUtime=0.06
/proc/25740/task/25749/stat : 25749 (java) S 25738 25740 23695 0 -1 64 12 602 0 0 0 0 5 1 15 0 9 0 2001520004 889196544 36587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868356

Child status: 143
Real time (s): 1809.66
CPU time (s): 1800.14
CPU user time (s): 1799.62
CPU system time (s): 0.52092
CPU usage (%): 99.4737
Max. virtual memory (cumulated for all children) (KiB): 868356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63308
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= 41361
involuntary context switches= 41236

runsolver used 2.21266 second user time and 6.06708 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 04:38:04
IDJOB=1083152
IDBENCH=57417
IDSOLVER=363
FILE ID=node56/1083152-1215225484
PBS_JOBID= 7881798
Free space on /tmp= 103236 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-1.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-1083152-1215225484/watcher-1083152-1215225484 -o /tmp/evaluation-result-1083152-1215225484/solver-1083152-1215225484 -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-1083152-1215225484.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= daaf1af72f8f417d373a93d1048498fa
RANDOM SEED=833461074

node56.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.265
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	: 5931.00
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.265
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:       1436360 kB
Buffers:         16768 kB
Cached:         521480 kB
SwapCached:       7316 kB
Active:         111320 kB
Inactive:       446636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436360 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            2716 kB
Writeback:           0 kB
Mapped:          26172 kB
Slab:            46784 kB
Committed_AS:  4026720 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103236 MiB
End job on node56 at 2008-07-05 05:08:16