Trace number 2094431

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.18 1823.18

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-48_ext.xml
MD5SUM1376644d8b88212e1528ffaa58d44d41
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-2094431-1247404135.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.28/0.40	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=784
0.28/0.40	       =>  wckTime=0.153  cpuTime=0.11  mem=7M892
0.28/0.40	   
0.28/0.40	   relations being loaded...
1.27/1.39	   
1.27/1.39	   constraints being loaded...
2.16/2.24	     nbConstraints=90  nbRelationTypes=93  nbGlobalConstraints=90  nbMergedConstraints=3  nbExtensionStructures=90
2.16/2.24	     nbSharedExtensionStructures=0  nbConflictsStructures=90  nbSharedConflictsStructures=0
2.16/2.24	     nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=14  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
2.16/2.24	     symmetryWckTime=0.055  symmetryCpuTime=0.02
2.16/2.24	       =>  wckTime=1.996  cpuTime=1.55  mem=60M197
2.34/2.47	   
2.34/2.47	   solver IterativeSystematicSolver being built... 
2.44/2.55	   
2.44/2.55	   INFO : Forward propagation technique limited 
2.54/2.62	       =>  wckTime=2.377  cpuTime=1.66  mem=63M265
2.63/2.71	   
2.63/2.71	   preprocessing
2.63/2.71	     nbConstraintChecks=0  nbValidityChecks=711841  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0
2.63/2.71	     nbRemovedValues=0  detectedInconsistency=no
2.63/2.71	       =>  wckTime=0.086  cpuTime=0.07  mem=64M302
4.12/4.23	   
4.12/4.23	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=65M306)

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094431-1247404135/watcher-2094431-1247404135 -o /tmp/evaluation-result-2094431-1247404135/solver-2094431-1247404135 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094431-1247404135.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.91 4/80 2598
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=10764 CPUtime=0
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 27477783 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 2691 520 240 9 0 1196 0
[pid=2598/tid=2599] ppid=2596 vsize=10964 CPUtime=0
/proc/2598/task/2599/stat : 2599 (java) S 2596 2598 32668 0 -1 64 145 0 0 0 0 0 0 0 19 0 2 0 27477784 11227136 577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0

[startup+0.029956 s]
/proc/loadavg: 2.00 2.02 1.91 4/80 2598
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=861936 CPUtime=0.02
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 2276 0 1 0 1 1 0 0 18 0 5 0 27477783 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 215484 1879 861 9 0 210399 0
[pid=2598/tid=2599] ppid=2596 vsize=861936 CPUtime=0.02
/proc/2598/task/2599/stat : 2599 (java) D 2596 2598 32668 0 -1 64 1581 0 1 0 1 1 0 0 17 0 5 0 27477784 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.115345 s]
/proc/loadavg: 2.00 2.02 1.91 4/80 2598
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=865984 CPUtime=0.1
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 3958 0 1 0 8 2 0 0 18 0 9 0 27477783 886767616 3387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216496 3387 1770 9 0 210981 0
[pid=2598/tid=2599] ppid=2596 vsize=865984 CPUtime=0.08
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 3050 0 1 0 7 1 0 0 18 0 9 0 27477784 886767616 3387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.307993 s]
/proc/loadavg: 2.00 2.02 1.91 4/80 2598
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=866296 CPUtime=0.28
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 5696 0 1 0 25 3 0 0 18 0 9 0 27477783 887087104 5099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216574 5099 1927 9 0 211052 0
[pid=2598/tid=2599] ppid=2596 vsize=866296 CPUtime=0.25
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 4726 0 1 0 22 3 0 0 19 0 9 0 27477784 887087104 5099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.70311 s]
/proc/loadavg: 2.00 2.02 1.91 4/80 2598
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=866500 CPUtime=0.68
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 12729 0 1 0 61 7 0 0 18 0 9 0 27477783 887296000 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216625 12091 1999 9 0 211083 0
[pid=2598/tid=2599] ppid=2596 vsize=866500 CPUtime=0.59
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 11702 0 1 0 53 6 0 0 22 0 9 0 27477784 887296000 12091 996147200 134512640 134550932 4294955968 18446744073709551615 3632765 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866500

[startup+1.50161 s]
/proc/loadavg: 2.00 2.02 1.91 3/89 2607
/proc/meminfo: memFree=1642464/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=866632 CPUtime=1.46
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 19640 0 1 0 135 11 0 0 18 0 9 0 27477783 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216658 18984 2029 9 0 211116 0
[pid=2598/tid=2599] ppid=2596 vsize=866632 CPUtime=1.27
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 15778 0 1 0 118 9 0 0 25 0 9 0 27477784 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2601] ppid=2596 vsize=866632 CPUtime=0.06
/proc/2598/task/2601/stat : 2601 (java) R 2596 2598 32668 0 -1 64 2803 0 0 0 5 1 0 0 16 0 9 0 27477786 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=866632 CPUtime=0
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27477786 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=866632 CPUtime=0
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27477786 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=866632 CPUtime=0
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27477788 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=866632 CPUtime=0.11
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 27477788 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=866632 CPUtime=0
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27477788 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=866632 CPUtime=0
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27477788 887431168 18984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866632

[startup+3.10254 s]
/proc/loadavg: 2.00 2.02 1.91 3/89 2607
/proc/meminfo: memFree=1607968/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867368 CPUtime=3.04
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 46425 273 1 0 281 22 0 1 18 0 9 0 27477783 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216842 31223 2659 9 0 211278 0
[pid=2598/tid=2599] ppid=2596 vsize=867368 CPUtime=2.32
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 19904 273 1 0 221 10 0 1 25 0 9 0 27477784 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4126846994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867368 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 18 0 9 0 27477786 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867368 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867368 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867368 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867368 CPUtime=0.21
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 541 273 0 0 20 0 0 1 15 0 9 0 27477788 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867368 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867368 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888184832 31223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867368

[startup+6.30152 s]
/proc/loadavg: 2.00 2.02 1.91 3/89 2611
/proc/meminfo: memFree=1594656/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=6.19
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 46462 273 1 0 596 22 0 1 18 0 9 0 27477783 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31243 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=5.44
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 19922 273 1 0 533 10 0 1 25 0 9 0 27477784 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4126846994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 17 0 9 0 27477786 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.23
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 560 273 0 0 22 0 0 1 16 0 9 0 27477788 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 867500

[startup+12.7017 s]
/proc/loadavg: 2.00 2.02 1.91 4/89 2611
/proc/meminfo: memFree=1594528/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=12.49
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 46488 273 1 0 1226 22 0 1 18 0 9 0 27477783 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31253 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=11.72
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 19936 273 1 0 1161 10 0 1 25 0 9 0 27477784 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4126835350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.25
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 572 273 0 0 24 0 0 1 15 0 9 0 27477788 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 867500

[startup+25.5027 s]
/proc/loadavg: 2.00 2.02 1.91 3/89 2611
/proc/meminfo: memFree=1594656/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=25.1
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 46514 273 1 0 2487 22 0 1 18 0 9 0 27477783 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31257 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=24.32
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 19957 273 1 0 2421 10 0 1 25 0 9 0 27477784 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4126874898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.26
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 577 273 0 0 25 0 0 1 15 0 9 0 27477788 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 867500

[startup+51.103 s]
/proc/loadavg: 2.00 2.01 1.91 3/89 2611
/proc/meminfo: memFree=1594592/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=50.32
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 46549 273 1 0 5009 22 0 1 18 0 9 0 27477783 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31257 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=49.54
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 19992 273 1 0 4943 10 0 1 25 0 9 0 27477784 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4126846994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.27
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 582 273 0 0 26 0 0 1 16 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1520.46
Current children cumulated vsize (KiB) 867500

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/89 2687
/proc/meminfo: memFree=1639584/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=1579.78
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 48515 273 1 0 157948 29 0 1 18 0 9 0 27477783 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31261 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=1578.99
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 21953 273 1 0 157881 17 0 1 25 0 9 0 27477784 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4126914446 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.27
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 582 273 0 0 26 0 0 1 16 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1579.78
Current children cumulated vsize (KiB) 867500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/89 2691
/proc/meminfo: memFree=1542112/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=1639.75
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 48579 273 1 0 163945 29 0 1 18 0 9 0 27477783 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31261 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=1638.96
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 22017 273 1 0 163878 17 0 1 25 0 9 0 27477784 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4126846991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.27
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 582 273 0 0 26 0 0 1 16 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1639.75
Current children cumulated vsize (KiB) 867500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 2691
/proc/meminfo: memFree=1541984/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=1699.72
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 48657 273 1 0 169942 29 0 1 18 0 9 0 27477783 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31261 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=1698.93
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 22095 273 1 0 169875 17 0 1 25 0 9 0 27477784 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4126846841 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.27
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 582 273 0 0 26 0 0 1 16 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1699.72
Current children cumulated vsize (KiB) 867500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 2691
/proc/meminfo: memFree=1541920/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=1759.49
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 48764 273 1 0 175919 29 0 1 18 0 9 0 27477783 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31261 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=1758.69
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 22202 273 1 0 175851 17 0 1 25 0 9 0 27477784 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4126846837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.27
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 582 273 0 0 26 0 0 1 16 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1759.49
Current children cumulated vsize (KiB) 867500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1823.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 2691
/proc/meminfo: memFree=1541920/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=1800.08
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 48834 273 1 0 179978 29 0 1 18 0 9 0 27477783 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31261 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=1799.3
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 22272 273 1 0 179911 18 0 1 25 0 9 0 27477784 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4126846994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.27
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 582 273 0 0 26 0 0 1 16 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867500

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

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

[startup+1823.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 2691
/proc/meminfo: memFree=1541920/2055920 swapFree=4192812/4192956
[pid=2598] ppid=2596 vsize=867500 CPUtime=1800.08
/proc/2598/stat : 2598 (java) S 2596 2598 32668 0 -1 0 48834 273 1 0 179978 29 0 1 18 0 9 0 27477783 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2598/statm: 216875 31261 2659 9 0 211311 0
[pid=2598/tid=2599] ppid=2596 vsize=867500 CPUtime=1799.3
/proc/2598/task/2599/stat : 2599 (java) R 2596 2598 32668 0 -1 64 22272 273 1 0 179911 18 0 1 25 0 9 0 27477784 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4126846994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=867500 CPUtime=0.48
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 32668 0 -1 64 25137 273 0 0 39 8 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2602] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 32668 0 -1 64 21 273 0 0 0 0 0 1 17 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2603] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 32668 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 27477786 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2604] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 32668 0 -1 64 2 273 0 0 0 0 0 1 18 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2605] ppid=2596 vsize=867500 CPUtime=0.27
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 32668 0 -1 64 582 273 0 0 26 0 0 1 16 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2606] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 32668 0 -1 64 0 273 0 0 0 0 0 1 19 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2598/tid=2607] ppid=2596 vsize=867500 CPUtime=0.01
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 32668 0 -1 64 3 273 0 0 0 0 0 1 15 0 9 0 27477788 888320000 31261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867500

Child status: 143
Real time (s): 1823.18
CPU time (s): 1800.18
CPU user time (s): 1799.85
CPU system time (s): 0.332949
CPU usage (%): 98.7381
Max. virtual memory (cumulated for all children) (KiB): 867500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49139
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= 38044
involuntary context switches= 61409

runsolver used 3.9634 second user time and 8.14376 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 15:08:56
IDJOB=2094431
IDBENCH=54189
IDSOLVER=773
FILE ID=node37/2094431-1247404135
PBS_JOBID= 9510569
Free space on /tmp= 66420 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-48_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094431-1247404135/watcher-2094431-1247404135 -o /tmp/evaluation-result-2094431-1247404135/solver-2094431-1247404135 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094431-1247404135.xml

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

MD5SUM BENCH= 1376644d8b88212e1528ffaa58d44d41
RANDOM SEED=651488455

node37.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.260
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.260
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:       1710216 kB
Buffers:         31364 kB
Cached:         129660 kB
SwapCached:          0 kB
Active:         225180 kB
Inactive:        67016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7844 kB
Writeback:           0 kB
Mapped:         151656 kB
Slab:            38556 kB
Committed_AS:  1019484 kB
PageTables:       1992 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= 66420 MiB
End job on node37 at 2009-07-12 15:39:21