Trace number 1056718

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.15 1805.67

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-35_ext.xml
MD5SUM9b477effa2074c42071ac2c82466c5cc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark256.786
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.21	
0.19/0.21	   configuration
0.19/0.21	     name=mac.xml
0.19/0.24	   
0.19/0.24	   instance
0.19/0.24	     name=HOME/instance-1056718-1215105702.xml
0.19/0.28	   
0.19/0.28	   domains being loaded...
0.19/0.28	   
0.19/0.28	   variables being loaded...
0.31/0.31	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.31/0.31	       =>  wckTime=0.089  cpuTime=0.09  mem=7M919
0.31/0.31	   
0.31/0.31	   relations being loaded...
0.83/0.80	   
0.83/0.80	   constraints being loaded...
1.15/1.11	     nbConstraints=75  nbRelationTypes=75  nbGlobalConstraints=75  nbExtensionStructures=75
1.15/1.11	     nbSharedExtensionStructures=0  nbConflictsStructures=75  nbSharedConflictsStructures=0
1.15/1.11	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=13  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.15/1.11	     symmetryWckTime=0.041  symmetryCpuTime=0.02
1.15/1.11	       =>  wckTime=0.892  cpuTime=0.81  mem=52M924
1.26/1.27	   
1.26/1.27	   solver IterativeSystematicSolver being built... 
1.36/1.34	   
1.36/1.34	   INFO : Forward propagation technique limited 
1.46/1.41	       =>  wckTime=1.193  cpuTime=0.91  mem=42M375
1.46/1.46	   
1.46/1.46	   preprocessing
1.46/1.46	     nbConstraintChecks=0  nbValidityChecks=378370  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0
1.46/1.46	     nbRemovedValues=0  detectedInconsistency=no
1.46/1.46	       =>  wckTime=0.05  cpuTime=0.04  mem=42M375
2.56/2.59	   
2.56/2.59	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M376)

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-1056718-1215105702/watcher-1056718-1215105702 -o /tmp/evaluation-result-1056718-1215105702/solver-1056718-1215105702 -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-1056718-1215105702.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: 0.00 0.00 0.00 2/67 2664
/proc/meminfo: memFree=1432876/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=152 CPUtime=0
/proc/2664/stat : 2664 (java) R 2662 2664 2598 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1989542638 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 0 0 0
/proc/2664/statm: 38 26 19 9 0 4 0

[startup+0.027597 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2664
/proc/meminfo: memFree=1432876/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=860580 CPUtime=0
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 1418 0 1 0 0 0 0 0 18 0 2 0 1989542638 881233920 1167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 215145 1169 438 9 0 210124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 860580

[startup+0.102614 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2664
/proc/meminfo: memFree=1432876/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=866756 CPUtime=0.08
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 3744 0 1 0 6 2 0 0 18 0 9 0 1989542638 887558144 3207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216689 3207 1697 9 0 211244 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866756

[startup+0.30265 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2664
/proc/meminfo: memFree=1432876/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867132 CPUtime=0.31
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 6454 0 1 0 27 4 0 0 18 0 9 0 1989542638 887943168 5824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216783 5826 1963 9 0 211311 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 867132

[startup+0.701718 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2664
/proc/meminfo: memFree=1432876/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867132 CPUtime=0.74
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 16116 0 1 0 66 8 0 0 18 0 9 0 1989542638 887943168 15486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216783 15487 1969 9 0 211311 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 867132

[startup+1.50188 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 2673
/proc/meminfo: memFree=1365540/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=1.56
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 35554 276 1 0 140 15 0 1 18 0 9 0 1989542638 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24357 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=1.17
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 19725 276 1 0 107 9 0 1 18 0 9 0 1989542640 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4126765676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14462 276 0 0 17 4 0 1 17 0 9 0 1989542641 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.15
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 521 276 0 0 14 0 0 1 16 0 9 0 1989542644 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 867544

[startup+3.10216 s]
/proc/loadavg: 0.16 0.03 0.01 4/90 2697
/proc/meminfo: memFree=1328436/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=3.15
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 35601 276 1 0 298 16 0 1 18 0 9 0 1989542638 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24387 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=2.71
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 19742 276 1 0 261 9 0 1 25 0 9 0 1989542640 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4126765150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.2
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 550 276 0 0 19 0 0 1 15 0 9 0 1989542644 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 867544

[startup+6.30174 s]
/proc/loadavg: 0.16 0.03 0.01 4/90 2700
/proc/meminfo: memFree=1317236/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=6.32
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 35621 276 1 0 615 16 0 1 18 0 9 0 1989542638 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24396 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=5.86
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 19750 276 1 0 576 9 0 1 25 0 9 0 1989542640 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2671/stat : 2671 (java) R 2662 2664 2598 0 -1 64 562 276 0 0 21 0 0 1 16 0 9 0 1989542644 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 102180108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 867544

[startup+12.7019 s]
/proc/loadavg: 0.44 0.10 0.03 3/90 2700
/proc/meminfo: memFree=1316788/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=12.66
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 35679 276 1 0 1249 16 0 1 18 0 9 0 1989542638 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24435 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=12.18
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 19767 276 1 0 1208 9 0 1 25 0 9 0 1989542640 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4126765029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 17 0 9 0 1989542641 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.24
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 603 276 0 0 23 0 0 1 16 0 9 0 1989542644 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 867544

[startup+25.5022 s]
/proc/loadavg: 0.68 0.16 0.05 4/90 2700
/proc/meminfo: memFree=1316724/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=25.34
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 35695 276 1 0 2517 16 0 1 18 0 9 0 1989542638 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24437 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=24.85
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 19778 276 1 0 2475 9 0 1 25 0 9 0 1989542640 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.24
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 608 276 0 0 23 0 0 1 15 0 9 0 1989542644 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24437 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 867544

[startup+51.1029 s]
/proc/loadavg: 1.13 0.31 0.10 3/90 2700
/proc/meminfo: memFree=1316596/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=50.68
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 35725 276 1 0 5051 16 0 1 18 0 9 0 1989542638 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24438 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=50.2
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 19807 276 1 0 5009 10 0 1 25 0 9 0 1989542640 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4126765470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01

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

/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.92
Current children cumulated vsize (KiB) 867544

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/81 2730
/proc/meminfo: memFree=1332612/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=1536.89
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 37706 276 1 0 153668 20 0 1 18 0 9 0 1989542638 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24438 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=1536.41
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 21788 276 1 0 153626 14 0 1 25 0 9 0 1989542640 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4126790160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.89
Current children cumulated vsize (KiB) 867544

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/81 2730
/proc/meminfo: memFree=1332612/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=1596.86
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 37795 276 1 0 159665 20 0 1 18 0 9 0 1989542638 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24438 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=1596.38
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 21877 276 1 0 159623 14 0 1 25 0 9 0 1989542640 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.86
Current children cumulated vsize (KiB) 867544

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/81 2730
/proc/meminfo: memFree=1332548/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=1656.84
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 37881 276 1 0 165662 21 0 1 18 0 9 0 1989542638 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24438 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=1656.35
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 21963 276 1 0 165620 14 0 1 25 0 9 0 1989542640 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4126765216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.84
Current children cumulated vsize (KiB) 867544

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.65 3/81 2730
/proc/meminfo: memFree=1332548/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=1716.81
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 37966 276 1 0 171659 21 0 1 18 0 9 0 1989542638 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24438 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=1716.32
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 22048 276 1 0 171617 14 0 1 25 0 9 0 1989542640 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4126765150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.81
Current children cumulated vsize (KiB) 867544

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/81 2730
/proc/meminfo: memFree=1332420/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=1776.78
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 38044 276 1 0 177656 21 0 1 18 0 9 0 1989542638 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24438 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=1776.3
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 22126 276 1 0 177614 15 0 1 25 0 9 0 1989542640 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4126765045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.78
Current children cumulated vsize (KiB) 867544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.00 1.97 1.68 4/81 2730
/proc/meminfo: memFree=1332356/2055920 swapFree=4179760/4192956
[pid=2664] ppid=2662 vsize=867544 CPUtime=1800.07
/proc/2664/stat : 2664 (java) S 2662 2664 2598 0 -1 0 38066 276 1 0 179985 21 0 1 18 0 9 0 1989542638 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2664/statm: 216886 24438 2634 9 0 211392 0
[pid=2664/tid=2666] ppid=2662 vsize=867544 CPUtime=1799.59
/proc/2664/task/2666/stat : 2666 (java) R 2662 2664 2598 0 -1 64 22148 276 1 0 179943 15 0 1 25 0 9 0 1989542640 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4126753917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2667] ppid=2662 vsize=867544 CPUtime=0.22
/proc/2664/task/2667/stat : 2667 (java) S 2662 2664 2598 0 -1 64 14463 276 0 0 17 4 0 1 16 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2668] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2668/stat : 2668 (java) S 2662 2664 2598 0 -1 64 16 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2669] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2669/stat : 2669 (java) S 2662 2664 2598 0 -1 64 8 276 0 0 0 0 0 1 15 0 9 0 1989542641 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2670] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2670/stat : 2670 (java) S 2662 2664 2598 0 -1 64 1 276 0 0 0 0 0 1 22 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2671] ppid=2662 vsize=867544 CPUtime=0.25
/proc/2664/task/2671/stat : 2671 (java) S 2662 2664 2598 0 -1 64 609 276 0 0 24 0 0 1 16 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2664/tid=2672] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2672/stat : 2672 (java) S 2662 2664 2598 0 -1 64 2 276 0 0 0 0 0 1 23 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2664/tid=2673] ppid=2662 vsize=867544 CPUtime=0.01
/proc/2664/task/2673/stat : 2673 (java) S 2662 2664 2598 0 -1 64 4 276 0 0 0 0 0 1 15 0 9 0 1989542644 888365056 24438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867544

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

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

Child status: 143
Real time (s): 1805.67
CPU time (s): 1800.15
CPU user time (s): 1799.91
CPU system time (s): 0.241963
CPU usage (%): 99.6943
Max. virtual memory (cumulated for all children) (KiB): 867544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38376
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= 37401
involuntary context switches= 30065

runsolver used 2.12168 second user time and 6.10107 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 19:21:43
IDJOB=1056718
IDBENCH=53963
IDSOLVER=363
FILE ID=node45/1056718-1215105702
PBS_JOBID= 7877115
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-35_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056718-1215105702/watcher-1056718-1215105702 -o /tmp/evaluation-result-1056718-1215105702/solver-1056718-1215105702 -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-1056718-1215105702.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b477effa2074c42071ac2c82466c5cc
RANDOM SEED=1944854346

node45.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.268
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.268
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:       1433356 kB
Buffers:         49464 kB
Cached:         494744 kB
SwapCached:       6932 kB
Active:         202944 kB
Inactive:       350404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1433356 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            4920 kB
Writeback:           0 kB
Mapped:          14744 kB
Slab:            54940 kB
Committed_AS:  3655512 kB
PageTables:       1576 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= 66544 MiB
End job on node45 at 2008-07-03 19:51:50