Trace number 1083425

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.13 1815.15

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-12.xml
MD5SUM25d0763f0ac75a92331779534e76fb94
Bench Category2-ARY-INT (binary constraints in intension)
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1707
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.24	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1083425-1215227949.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.58/0.68	     nbVariables=800  nbDomainTypes=96  minDomainSize=1609  maxDomainSize=1707  nbTotalValues=1326114
0.58/0.68	       =>  wckTime=0.437  cpuTime=0.32  mem=37M302
0.58/0.68	   
0.58/0.68	   predicates being loaded...
0.68/0.74	   
0.68/0.74	   constraints being loaded...
21.08/21.33	   
21.08/21.33	   INFO : Stopping converting binary constraints (cpu=20.46, mem = 65M292)
24.24/24.59	     nbConstraints=12960  nbGlobalConstraints=12059  nbConvertedConstraints=60  nbConvertConstraintsChecks=101710332
24.24/24.59	     nbExtensionStructures=37  nbSharedExtensionStructures=23  nbConflictsStructures=37  nbSharedConflictsStructures=23
24.24/24.59	     nbUnbuiltConflictsStructures=250  nbSharedBinaryRepresentations=58454  nbEvaluationManagers=250
24.24/24.59	     nbSharedEvaluationManagers=591  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
24.24/24.59	     nbFusions=0  symmetryWckTime=2.691  symmetryCpuTime=2.44  nbCliques=20
24.24/24.59	       =>  wckTime=24.347  cpuTime=23.23  mem=84M352
24.54/24.87	   
24.54/24.87	   solver IterativeSystematicSolver being built... 
24.64/24.98	   
24.64/24.98	   INFO : Forward propagation technique limited 
24.84/25.18	       =>  wckTime=24.942  cpuTime=23.46  mem=119M119
138.95/140.38	   
138.95/140.38	   preprocessing
138.95/140.38	     nbConstraintChecks=616627708  nbValidityChecks=2973275  nbPropagations=1930  nbRevisions=4816
138.95/140.38	     nbUselessRevisions=3379  nbRemovedValues=765434  detectedInconsistency=no
138.95/140.38	       =>  wckTime=115.133  cpuTime=113.96  mem=155M129
168.67/170.31	   
168.67/170.31	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=160M507)

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-1083425-1215227949/watcher-1083425-1215227949 -o /tmp/evaluation-result-1083425-1215227949/solver-1083425-1215227949 -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-1083425-1215227949.xml 

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


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 3/81 1486
/proc/meminfo: memFree=909208/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=18572 CPUtime=0
/proc/1486/stat : 1486 (runsolver) R 1484 1486 1401 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001769786 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1486/statm: 4643 292 257 25 0 2626 0

[startup+0.031791 s]
/proc/loadavg: 2.05 2.02 2.00 3/81 1486
/proc/meminfo: memFree=909208/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=861228 CPUtime=0.01
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 1710 0 1 0 0 1 0 0 18 0 3 0 2001769786 881897472 1407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 215307 1407 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.102453 s]
/proc/loadavg: 2.05 2.02 2.00 3/81 1486
/proc/meminfo: memFree=909208/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=865884 CPUtime=0.08
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 3713 0 1 0 6 2 0 0 18 0 9 0 2001769786 886665216 3177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 216471 3177 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302481 s]
/proc/loadavg: 2.05 2.02 2.00 3/81 1486
/proc/meminfo: memFree=909208/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=866196 CPUtime=0.28
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 5622 0 1 0 24 4 0 0 18 0 9 0 2001769786 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702532 s]
/proc/loadavg: 2.05 2.02 2.00 3/81 1486
/proc/meminfo: memFree=909208/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=867104 CPUtime=0.68
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 14256 0 1 0 62 6 0 0 18 0 9 0 2001769786 887914496 13617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 216776 13617 1998 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50164 s]
/proc/loadavg: 2.05 2.02 2.00 4/90 1495
/proc/meminfo: memFree=850960/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=867632 CPUtime=1.47
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 24377 0 1 0 137 10 0 0 18 0 9 0 2001769786 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 216908 23713 2005 9 0 211436 0
[pid=1486/tid=1488] ppid=1484 vsize=867632 CPUtime=1.21
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 15760 0 1 0 114 7 0 0 25 0 9 0 2001769788 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1489] ppid=1484 vsize=867632 CPUtime=0.07
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 7245 0 0 0 5 2 0 0 17 0 9 0 2001769789 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1490] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001769791 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=867632 CPUtime=0.17
/proc/1486/task/1493/stat : 1493 (java) R 1484 1486 1401 0 -1 64 676 0 0 0 17 0 0 0 16 0 9 0 2001769791 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 101997776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001769791 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001769791 888455168 23713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867632

[startup+3.10185 s]
/proc/loadavg: 2.05 2.02 2.00 3/90 1495
/proc/meminfo: memFree=821712/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=867632 CPUtime=3.06
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 24397 0 1 0 295 11 0 0 18 0 9 0 2001769786 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 216908 23729 2006 9 0 211436 0
[pid=1486/tid=1488] ppid=1484 vsize=867632 CPUtime=2.78
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 15772 0 1 0 271 7 0 0 25 0 9 0 2001769788 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4126918306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1489] ppid=1484 vsize=867632 CPUtime=0.07
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 7245 0 0 0 5 2 0 0 17 0 9 0 2001769789 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1490] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001769791 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=867632 CPUtime=0.18
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 684 0 0 0 18 0 0 0 16 0 9 0 2001769791 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001769791 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001769791 888455168 23729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867632

[startup+6.30128 s]
/proc/loadavg: 2.05 2.02 2.00 3/90 1495
/proc/meminfo: memFree=821456/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=867632 CPUtime=6.23
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 24414 0 1 0 610 13 0 0 18 0 9 0 2001769786 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 216908 23745 2006 9 0 211436 0
[pid=1486/tid=1488] ppid=1484 vsize=867632 CPUtime=5.93
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 15774 0 1 0 584 9 0 0 25 0 9 0 2001769788 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4126890775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1489] ppid=1484 vsize=867632 CPUtime=0.07
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 7245 0 0 0 5 2 0 0 17 0 9 0 2001769789 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1490] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001769791 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=867632 CPUtime=0.2
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 699 0 0 0 20 0 0 0 16 0 9 0 2001769791 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001769791 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001769791 888455168 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867632

[startup+12.7011 s]
/proc/loadavg: 2.04 2.02 2.00 3/90 1495
/proc/meminfo: memFree=799568/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=867632 CPUtime=12.57
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 29854 0 1 0 1239 18 0 0 18 0 9 0 2001769786 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 216908 29182 2006 9 0 211436 0
[pid=1486/tid=1488] ppid=1484 vsize=867632 CPUtime=12.1
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 15780 0 1 0 1198 12 0 0 25 0 9 0 2001769788 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4126918493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1489] ppid=1484 vsize=867632 CPUtime=0.23
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 12671 0 0 0 19 4 0 0 17 0 9 0 2001769789 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1490] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001769789 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001769791 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=867632 CPUtime=0.21
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 707 0 0 0 21 0 0 0 16 0 9 0 2001769791 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001769791 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=867632 CPUtime=0
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001769791 888455168 29182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867632

[startup+25.5029 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 1499
/proc/meminfo: memFree=753296/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=25.23
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 69879 898 1 0 2474 34 13 2 18 0 9 0 2001769786 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 41375 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=24.12
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 30694 898 1 0 2376 21 13 2 25 0 9 0 2001769788 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4126995204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=0.9
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 37415 898 0 0 65 10 13 2 16 0 9 0 2001769789 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.47
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 906 898 0 0 32 0 13 2 15 0 9 0 2001769791 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 6 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 41375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868044

[startup+51.1023 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 1499
/proc/meminfo: memFree=753296/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=50.59
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 70196 898 1 0 5010 34 13 2 18 0 9 0 2001769786 888877056 41382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 41382 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=49.46
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 31001 898 1 0 4910 21 13 2 25 0 9 0 2001769788 888877056 41382 996147200 134512640 134550740 4294955968 18446744073709551615 4126886861 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=0.9
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 37415 898 0 0 65 10 13 2 16 0 9 0 2001769789 888877056 41382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 41382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 41382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 41382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.48
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 915 898 0 0 33 0 13 2 16 0 9 0 2001769791 888877056 41382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15

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

/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.59
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 971 898 0 0 43 1 13 2 16 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 7 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.74
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 1.95 2.03 2.00 3/82 1663
/proc/meminfo: memFree=1428248/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=1587.48
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 80584 898 1 0 158686 47 13 2 18 0 9 0 2001769786 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 49963 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=1585.61
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 32779 898 1 0 158516 30 13 2 25 0 9 0 2001769788 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4126520041 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=1.54
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 45969 898 0 0 125 14 13 2 16 0 9 0 2001769789 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.59
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 971 898 0 0 43 1 13 2 16 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 7 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.48
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/90 1752
/proc/meminfo: memFree=1408856/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=1647.45
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 80588 898 1 0 164683 47 13 2 18 0 9 0 2001769786 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 49963 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=1645.57
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 32783 898 1 0 164512 30 13 2 25 0 9 0 2001769788 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4126889473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=1.56
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 45969 898 0 0 127 14 13 2 16 0 9 0 2001769789 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.59
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 971 898 0 0 43 1 13 2 16 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 7 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 49963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.45
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 2.42 2.14 2.04 3/90 1752
/proc/meminfo: memFree=1399000/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=1707.43
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 80610 898 1 0 170680 48 13 2 18 0 9 0 2001769786 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 49982 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=1705.54
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 32786 898 1 0 170508 31 13 2 25 0 9 0 2001769788 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4126889525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=1.57
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 45988 898 0 0 128 14 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.59
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 971 898 0 0 43 1 13 2 16 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 7 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.43
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.66 2.27 2.09 4/90 1753
/proc/meminfo: memFree=1391192/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=1767.41
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 80613 898 1 0 176678 48 13 2 18 0 9 0 2001769786 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 49982 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=1765.51
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 32789 898 1 0 176505 31 13 2 25 0 9 0 2001769788 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4127122209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=1.58
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 45988 898 0 0 129 14 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.59
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 971 898 0 0 43 1 13 2 16 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 7 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.41
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 2.54 2.29 2.10 3/90 1754
/proc/meminfo: memFree=1388056/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=1800.06
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 80615 898 1 0 179943 48 13 2 18 0 9 0 2001769786 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 49982 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=1798.16
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 32791 898 1 0 179770 31 13 2 25 0 9 0 2001769788 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4126889441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=1.58
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 45988 898 0 0 129 14 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.59
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 971 898 0 0 43 1 13 2 16 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 7 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868044

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

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

[startup+1815.1 s]
/proc/loadavg: 2.54 2.29 2.10 3/90 1754
/proc/meminfo: memFree=1388056/2055920 swapFree=4179464/4192956
[pid=1486] ppid=1484 vsize=868044 CPUtime=1800.06
/proc/1486/stat : 1486 (java) S 1484 1486 1401 0 -1 0 80615 898 1 0 179943 48 13 2 18 0 9 0 2001769786 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1486/statm: 217011 49982 2638 9 0 211517 0
[pid=1486/tid=1488] ppid=1484 vsize=868044 CPUtime=1798.16
/proc/1486/task/1488/stat : 1488 (java) R 1484 1486 1401 0 -1 64 32791 898 1 0 179770 31 13 2 25 0 9 0 2001769788 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4126889441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1489] ppid=1484 vsize=868044 CPUtime=1.58
/proc/1486/task/1489/stat : 1489 (java) S 1484 1486 1401 0 -1 64 45988 898 0 0 129 14 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1486/tid=1490] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1490/stat : 1490 (java) S 1484 1486 1401 0 -1 64 17 898 0 0 0 0 13 2 16 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1491] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1491/stat : 1491 (java) S 1484 1486 1401 0 -1 64 22 898 0 0 0 0 13 2 15 0 9 0 2001769789 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1492] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1492/stat : 1492 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 18 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1493] ppid=1484 vsize=868044 CPUtime=0.59
/proc/1486/task/1493/stat : 1493 (java) S 1484 1486 1401 0 -1 64 971 898 0 0 43 1 13 2 16 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1494] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1494/stat : 1494 (java) S 1484 1486 1401 0 -1 64 1 898 0 0 0 0 13 2 19 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1486/tid=1495] ppid=1484 vsize=868044 CPUtime=0.15
/proc/1486/task/1495/stat : 1495 (java) S 1484 1486 1401 0 -1 64 7 898 0 0 0 0 13 2 15 0 9 0 2001769791 888877056 49982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868044

Child status: 143
Real time (s): 1815.15
CPU time (s): 1800.13
CPU user time (s): 1799.59
CPU system time (s): 0.537918
CPU usage (%): 99.1723
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.537918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81545
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= 39606
involuntary context switches= 76862

runsolver used 2.25366 second user time and 6.04608 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 05:19:09
IDJOB=1083425
IDBENCH=57474
IDSOLVER=363
FILE ID=node10/1083425-1215227949
PBS_JOBID= 7881893
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-12.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-1083425-1215227949/watcher-1083425-1215227949 -o /tmp/evaluation-result-1083425-1215227949/solver-1083425-1215227949 -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-1083425-1215227949.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 25d0763f0ac75a92331779534e76fb94
RANDOM SEED=2079198731

node10.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.229
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.229
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:        909624 kB
Buffers:         72444 kB
Cached:         251992 kB
SwapCached:       7540 kB
Active:         965832 kB
Inactive:       119644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        909624 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:         777296 kB
Slab:            44228 kB
Committed_AS:  4185284 kB
PageTables:       3472 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= 66504 MiB
End job on node10 at 2008-07-05 05:49:26