Trace number 1050368

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 1821.54

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-hanoi5.xml
MD5SUM5125e2c8e16f9553ce00c9ebd3b2d74a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.43017
Satisfiable
(Un)Satisfiability was proved
Number of variables3862
Number of constraints16034
Maximum constraint arity8
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16034
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.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1050368-1215049450.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.58/0.69	     nbVariables=3862  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=7369
0.58/0.69	       =>  wckTime=0.453  cpuTime=0.3  mem=18M582
0.58/0.69	   
0.58/0.69	   predicates being loaded...
0.67/0.75	   
0.67/0.75	   constraints being loaded...
4.52/4.62	     nbConstraints=13028  nbMergedConstraints=3006  nbSingletonDomainVariables=355  nbConvertedConstraints=6115
4.52/4.62	     nbConvertConstraintsChecks=5025  nbExtensionStructures=1185  nbSharedExtensionStructures=6110
4.52/4.62	     nbConflictsStructures=1189  nbSharedConflictsStructures=13019  nbSharedBinaryRepresentations=4728
4.52/4.62	     nbEvaluationManagers=4  nbSharedEvaluationManagers=6909  minDegree=2  maxDegree=29  minArity=2  avgArity=2.56
4.52/4.62	     maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=1.097  symmetryCpuTime=0.27
4.52/4.62	       =>  wckTime=4.384  cpuTime=3.05  mem=28M347
4.71/4.86	   
4.71/4.86	   solver IterativeSystematicSolver being built... 
5.11/5.27	       =>  wckTime=5.03  cpuTime=3.39  mem=56M133
5.22/5.33	   
5.22/5.33	   preprocessing
5.22/5.33	     nbConstraintChecks=1696  nbValidityChecks=64  nbPropagations=4358  nbRevisions=1298  nbUselessRevisions=791
5.22/5.33	     nbRemovedValues=507  detectedInconsistency=no
5.22/5.33	       =>  wckTime=0.049  cpuTime=0.04  mem=57M132

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-1050368-1215049450/watcher-1050368-1215049450 -o /tmp/evaluation-result-1050368-1215049450/solver-1050368-1215049450 -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-1050368-1215049450.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.10 2.07 2.02 4/80 30389
/proc/meminfo: memFree=1716152/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=152 CPUtime=0
/proc/30389/stat : 30389 (java) D 30387 30389 27547 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1983914542 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 6890276 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30389/statm: 38 26 19 9 0 4 0

[startup+0.094724 s]
/proc/loadavg: 2.10 2.07 2.02 4/80 30389
/proc/meminfo: memFree=1716152/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=865884 CPUtime=0.08
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 3635 0 1 0 6 2 0 0 18 0 9 0 1983914542 886665216 3119 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216471 3119 1670 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.102727 s]
/proc/loadavg: 2.10 2.07 2.02 4/80 30389
/proc/meminfo: memFree=1716152/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=865884 CPUtime=0.08
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 3719 0 1 0 6 2 0 0 18 0 9 0 1983914542 886665216 3182 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216471 3182 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302765 s]
/proc/loadavg: 2.10 2.07 2.02 4/80 30389
/proc/meminfo: memFree=1716152/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=866196 CPUtime=0.28
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 5623 0 1 0 24 4 0 0 18 0 9 0 1983914542 886984704 5037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216549 5037 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702843 s]
/proc/loadavg: 2.10 2.07 2.02 4/80 30389
/proc/meminfo: memFree=1716152/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867444 CPUtime=0.67
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 9532 0 1 0 62 5 0 0 18 0 9 0 1983914542 888262656 8895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216861 8895 1979 9 0 211389 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867444

[startup+1.50199 s]
/proc/loadavg: 2.09 2.07 2.02 3/89 30398
/proc/meminfo: memFree=1676080/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867444 CPUtime=1.46
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 18776 0 1 0 136 10 0 0 18 0 9 0 1983914542 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216861 18111 2004 9 0 211389 0
[pid=30389/tid=30391] ppid=30387 vsize=867444 CPUtime=1.18
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 15742 0 1 0 110 8 0 0 25 0 9 0 1983914543 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 103778109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867444 CPUtime=0.07
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 1702 0 0 0 7 0 0 0 16 0 9 0 1983914545 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983914545 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983914545 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983914547 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867444 CPUtime=0.18
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 635 0 0 0 18 0 0 0 16 0 9 0 1983914547 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983914547 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983914547 888262656 18111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867444

[startup+3.10127 s]
/proc/loadavg: 2.09 2.07 2.02 3/89 30398
/proc/meminfo: memFree=1650800/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867444 CPUtime=3.05
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 22106 0 1 0 258 47 0 0 18 0 9 0 1983914542 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216861 21436 2007 9 0 211389 0
[pid=30389/tid=30391] ppid=30387 vsize=867444 CPUtime=2.56
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 15781 0 1 0 213 43 0 0 25 0 9 0 1983914543 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4125958804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867444 CPUtime=0.2
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 4932 0 0 0 18 2 0 0 17 0 9 0 1983914545 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983914545 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983914545 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983914547 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867444 CPUtime=0.26
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 696 0 0 0 26 0 0 0 16 0 9 0 1983914547 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983914547 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867444 CPUtime=0
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983914547 888262656 21436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867444

[startup+6.30186 s]
/proc/loadavg: 2.09 2.07 2.02 3/89 30402
/proc/meminfo: memFree=1621928/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=6.21
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45923 1045 1 0 495 65 60 1 18 0 9 0 1983914542 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 25992 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=5.16
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19702 1045 1 0 399 56 60 1 25 0 9 0 1983914543 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4127361789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 17 0 9 0 1983914545 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 994 1045 0 0 39 0 60 1 15 0 9 0 1983914547 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 25992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867976

[startup+12.702 s]
/proc/loadavg: 2.15 2.08 2.02 3/89 30402
/proc/meminfo: memFree=1621680/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=12.54
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45947 1045 1 0 1128 65 60 1 18 0 9 0 1983914542 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26009 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=11.47
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19704 1045 1 0 1029 57 60 1 25 0 9 0 1983914543 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4127361414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1016 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867976

[startup+25.5024 s]
/proc/loadavg: 2.29 2.11 2.03 3/89 30402
/proc/meminfo: memFree=1621808/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=25.22
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45952 1045 1 0 2396 65 60 1 18 0 9 0 1983914542 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26010 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=24.14
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19706 1045 1 0 2296 57 60 1 25 0 9 0 1983914543 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4126458335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 17 0 9 0 1983914545 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1019 1045 0 0 43 0 60 1 17 0 9 0 1983914547 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867976

[startup+51.103 s]
/proc/loadavg: 2.25 2.12 2.03 3/89 30402
/proc/meminfo: memFree=1621744/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=50.57
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45953 1045 1 0 4931 65 60 1 18 0 9 0 1983914542 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26010 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=49.5
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19707 1045 1 0 4832 57 60 1 25 0 9 0 1983914543 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4127355152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1019 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61

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

/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1020 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1522.23
Current children cumulated vsize (KiB) 867976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/90 31075
/proc/meminfo: memFree=1629936/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=1581.94
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45955 1045 1 0 158058 75 60 1 18 0 9 0 1983914542 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26011 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=1580.87
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19708 1045 1 0 157959 67 60 1 25 0 9 0 1983914543 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4127328787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1020 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.94
Current children cumulated vsize (KiB) 867976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/90 31075
/proc/meminfo: memFree=1629808/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=1641.65
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45955 1045 1 0 164029 75 60 1 18 0 9 0 1983914542 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26011 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=1640.57
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19708 1045 1 0 163929 67 60 1 25 0 9 0 1983914543 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4127329215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1020 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641.65
Current children cumulated vsize (KiB) 867976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/90 31075
/proc/meminfo: memFree=1629808/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=1701.35
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45955 1045 1 0 169999 75 60 1 18 0 9 0 1983914542 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26011 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=1700.28
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19708 1045 1 0 169900 67 60 1 25 0 9 0 1983914543 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4127360336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1020 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1701.35
Current children cumulated vsize (KiB) 867976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/90 31075
/proc/meminfo: memFree=1629808/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=1761.06
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45955 1045 1 0 175970 75 60 1 18 0 9 0 1983914542 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26011 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=1759.99
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19708 1045 1 0 175871 67 60 1 25 0 9 0 1983914543 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4126458341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1020 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1761.06
Current children cumulated vsize (KiB) 867976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/90 31075
/proc/meminfo: memFree=1629808/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=1800.08
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45955 1045 1 0 179872 75 60 1 18 0 9 0 1983914542 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26011 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=1799
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19708 1045 1 0 179772 67 60 1 25 0 9 0 1983914543 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4127355119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1020 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867976

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

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

[startup+1821.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/90 31075
/proc/meminfo: memFree=1629808/2055920 swapFree=4181476/4192956
[pid=30389] ppid=30387 vsize=867976 CPUtime=1800.08
/proc/30389/stat : 30389 (java) S 30387 30389 27547 0 -1 0 45955 1045 1 0 179872 75 60 1 18 0 9 0 1983914542 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 216994 26011 2638 9 0 211500 0
[pid=30389/tid=30391] ppid=30387 vsize=867976 CPUtime=1799
/proc/30389/task/30391/stat : 30391 (java) R 30387 30389 27547 0 -1 64 19708 1045 1 0 179772 67 60 1 25 0 9 0 1983914543 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4127355119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30387 vsize=867976 CPUtime=1.21
/proc/30389/task/30392/stat : 30392 (java) S 30387 30389 27547 0 -1 64 24360 1045 0 0 55 5 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30393] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30393/stat : 30393 (java) S 30387 30389 27547 0 -1 64 22 1045 0 0 0 0 60 1 16 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30394] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30394/stat : 30394 (java) S 30387 30389 27547 0 -1 64 21 1045 0 0 0 0 60 1 15 0 9 0 1983914545 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30395] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30395/stat : 30395 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 18 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30396] ppid=30387 vsize=867976 CPUtime=1.04
/proc/30389/task/30396/stat : 30396 (java) S 30387 30389 27547 0 -1 64 1020 1045 0 0 43 0 60 1 16 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30397] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30397/stat : 30397 (java) S 30387 30389 27547 0 -1 64 1 1045 0 0 0 0 60 1 19 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30389/tid=30398] ppid=30387 vsize=867976 CPUtime=0.61
/proc/30389/task/30398/stat : 30398 (java) S 30387 30389 27547 0 -1 64 37 1045 0 0 0 0 60 1 15 0 9 0 1983914547 888807424 26011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867976

Child status: 143
Real time (s): 1821.54
CPU time (s): 1800.13
CPU user time (s): 1799.34
CPU system time (s): 0.78888
CPU usage (%): 98.8248
Max. virtual memory (cumulated for all children) (KiB): 874228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.78888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47034
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= 38702
involuntary context switches= 77333

runsolver used 2.11868 second user time and 6.17606 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-03 03:44:10
IDJOB=1050368
IDBENCH=54874
IDSOLVER=363
FILE ID=node67/1050368-1215049450
PBS_JOBID= 7875041
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-hanoi5.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-1050368-1215049450/watcher-1050368-1215049450 -o /tmp/evaluation-result-1050368-1215049450/solver-1050368-1215049450 -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-1050368-1215049450.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5125e2c8e16f9553ce00c9ebd3b2d74a
RANDOM SEED=715557440

node67.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.281
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.281
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:       1716632 kB
Buffers:         39180 kB
Cached:         174784 kB
SwapCached:       5336 kB
Active:         200856 kB
Inactive:        83220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716632 kB
SwapTotal:     4192956 kB
SwapFree:      4181476 kB
Dirty:            4248 kB
Writeback:           0 kB
Mapped:          86364 kB
Slab:            40260 kB
Committed_AS:  4775968 kB
PageTables:       1948 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= 66536 MiB
End job on node67 at 2008-07-03 04:14:34