Trace number 1055415

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 ESAC? (TO) 1800.13 1818.16

General information on the benchmark

Namecsp/nengfa/
normalized-block.xml
MD5SUMd774b3d9a6f2ab41cce78f1e9dd6d763
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.83342
Satisfiable
(Un)Satisfiability was proved
Number of variables616
Number of constraints1812
Maximum constraint arity7
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1055415-1215059535.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.39/0.43	     nbVariables=616  nbDomainTypes=9  minDomainSize=2  maxDomainSize=8  nbTotalValues=3361
0.39/0.43	       =>  wckTime=0.191  cpuTime=0.14  mem=9M869
0.39/0.43	   
0.39/0.43	   predicates being loaded...
0.39/0.48	   
0.39/0.48	   constraints being loaded...
1.16/1.22	     nbConstraints=1659  nbUnaryConstraints=79  nbMergedConstraints=74  nbSingletonDomainVariables=2  nbPurgedValues=20
1.16/1.22	     nbConvertedConstraints=879  nbConvertConstraintsChecks=17883  nbExtensionStructures=47
1.16/1.22	     nbSharedExtensionStructures=835  nbConflictsStructures=99  nbSharedConflictsStructures=1563
1.16/1.22	     nbSharedBinaryRepresentations=531  nbEvaluationManagers=52  nbSharedEvaluationManagers=728  minDegree=1
1.16/1.22	     maxDegree=31  minArity=2  avgArity=2.55  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=0.151
1.16/1.22	     symmetryCpuTime=0.1
1.16/1.22	       =>  wckTime=0.979  cpuTime=0.73  mem=31M430
1.27/1.32	   
1.27/1.32	   solver IterativeSystematicSolver being built... 
1.48/1.50	       =>  wckTime=1.261  cpuTime=0.91  mem=30M326
4.28/4.38	   
4.28/4.38	   preprocessing
4.28/4.38	     nbConstraintChecks=1013647  nbValidityChecks=1148972  nbPropagations=68274  nbRevisions=459455
4.28/4.38	     nbUselessRevisions=406432  nbSingletonTests=25196  nbEffectiveSingletonTests=82  nbACRemovals=92
4.28/4.38	     nbFoundSingletons=0  nbRemovedValues=682  detectedInconsistency=no
4.28/4.38	       =>  wckTime=2.869  cpuTime=2.79  mem=32M211
4.87/4.91	   
4.87/4.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M169)

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-1055415-1215059535/watcher-1055415-1215059535 -o /tmp/evaluation-result-1055415-1215059535/solver-1055415-1215059535 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1055415-1215059535.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.15 2.00 2.00 4/82 31852
/proc/meminfo: memFree=1863016/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=308 CPUtime=0
/proc/31852/stat : 31852 (java) R 31850 31852 31100 0 -1 0 219 0 0 0 0 0 0 0 18 0 1 0 1984926190 315392 39 996147200 134512640 134550740 4294955968 18446744073709551615 1819428 0 0 4096 0 0 0 0 17 0 0 0
/proc/31852/statm: 77 41 31 9 0 6 0

[startup+0.0672149 s]
/proc/loadavg: 2.15 2.00 2.00 4/82 31852
/proc/meminfo: memFree=1863016/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=865856 CPUtime=0.06
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 3356 0 1 0 4 2 0 0 18 0 9 0 1984926190 886636544 2875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 216464 2875 1561 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.10122 s]
/proc/loadavg: 2.15 2.00 2.00 4/82 31852
/proc/meminfo: memFree=1863016/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=865884 CPUtime=0.09
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 3800 0 1 0 7 2 0 0 18 0 9 0 1984926190 886665216 3251 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 216471 3254 1722 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301262 s]
/proc/loadavg: 2.15 2.00 2.00 4/82 31852
/proc/meminfo: memFree=1863016/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=866400 CPUtime=0.29
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 6047 0 1 0 25 4 0 0 18 0 9 0 1984926190 887193600 5421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 216600 5421 1958 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701344 s]
/proc/loadavg: 2.15 2.00 2.00 4/82 31852
/proc/meminfo: memFree=1863016/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=867708 CPUtime=0.69
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 9402 0 1 0 63 6 0 0 18 0 9 0 1984926190 888532992 8762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 216927 8762 2012 9 0 211433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867708

[startup+1.50252 s]
/proc/loadavg: 2.15 2.00 2.00 4/91 31861
/proc/meminfo: memFree=1829344/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=1.48
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22218 260 1 0 132 15 1 0 18 0 10 0 1984926190 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13385 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=1.1
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15373 260 1 0 96 13 1 0 17 0 10 0 1984926191 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4125956590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.08
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5089 260 0 0 7 0 1 0 16 0 10 0 1984926192 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.01
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 260 0 0 0 0 1 0 16 0 10 0 1984926192 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.01
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 260 0 0 0 0 1 0 16 0 10 0 1984926192 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.01
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 260 0 0 0 0 1 0 24 0 10 0 1984926194 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.28
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 923 260 0 0 27 0 1 0 16 0 10 0 1984926194 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.01
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 260 0 0 0 0 1 0 25 0 10 0 1984926194 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.01
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 6 260 0 0 0 0 1 0 15 0 10 0 1984926194 890048512 13385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 869188

[startup+3.10285 s]
/proc/loadavg: 2.15 2.00 2.00 3/91 31865
/proc/meminfo: memFree=1819168/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=3.09
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22394 383 1 0 289 17 2 1 18 0 9 0 1984926190 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13422 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=2.65
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15513 383 1 0 248 14 2 1 23 0 9 0 1984926191 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4126883147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.35
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 955 383 0 0 32 0 2 1 15 0 9 0 1984926194 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 6 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 869188

[startup+6.30251 s]
/proc/loadavg: 2.13 2.00 2.00 3/91 31865
/proc/meminfo: memFree=1818016/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=6.25
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22713 383 1 0 604 18 2 1 18 0 9 0 1984926190 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13703 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=5.75
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15721 383 1 0 557 15 2 1 17 0 9 0 1984926191 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4127352595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.42
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1034 383 0 0 38 1 2 1 15 0 9 0 1984926194 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 869188

[startup+12.7028 s]
/proc/loadavg: 2.12 2.00 2.00 3/91 31865
/proc/meminfo: memFree=1817760/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=12.59
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22726 383 1 0 1238 18 2 1 18 0 9 0 1984926190 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13713 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=12.08
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15731 383 1 0 1190 15 2 1 25 0 9 0 1984926191 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4127109031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.42
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1037 383 0 0 38 1 2 1 15 0 9 0 1984926194 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 869188

[startup+25.5015 s]
/proc/loadavg: 2.10 2.00 2.00 3/91 31865
/proc/meminfo: memFree=1817696/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=25.27
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22729 383 1 0 2505 19 2 1 18 0 9 0 1984926190 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13716 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=24.76
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15734 383 1 0 2457 16 2 1 25 0 9 0 1984926191 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4127233539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.42
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1037 383 0 0 38 1 2 1 15 0 9 0 1984926194 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 869188

[startup+51.1018 s]
/proc/loadavg: 2.06 2.00 2.00 3/91 31865
/proc/meminfo: memFree=1817632/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=50.63
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22732 383 1 0 5041 19 2 1 18 0 9 0 1984926190 890048512 13719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13719 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=50.12
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15736 383 1 0 4993 16 2 1 25 0 9 0 1984926191 890048512 13719 996147200 134512640 134550740 4294955968 18446744073709551615 4127276680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.42
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 38 1 2 1 16 0 9 0 1984926194 890048512 13719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03

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

/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.43
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 39 1 2 1 16 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1526.34
Current children cumulated vsize (KiB) 869188

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/103 31951
/proc/meminfo: memFree=1736192/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=1585.17
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22751 383 1 0 158490 24 2 1 18 0 9 0 1984926190 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13737 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=1584.66
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15755 383 1 0 158442 21 2 1 25 0 9 0 1984926191 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4127001079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.43
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 39 1 2 1 16 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.17
Current children cumulated vsize (KiB) 869188

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/94 31954
/proc/meminfo: memFree=1770432/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=1644.34
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22751 383 1 0 164407 24 2 1 18 0 9 0 1984926190 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13737 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=1643.83
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15755 383 1 0 164359 21 2 1 25 0 9 0 1984926191 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4127233488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.43
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 39 1 2 1 16 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1644.34
Current children cumulated vsize (KiB) 869188

[startup+1722.3 s]
/proc/loadavg: 2.16 2.08 2.01 3/94 31954
/proc/meminfo: memFree=1770304/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=1704.31
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22751 383 1 0 170404 24 2 1 18 0 9 0 1984926190 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13737 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=1703.81
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15755 383 1 0 170357 21 2 1 25 0 9 0 1984926191 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4127235936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.43
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 39 1 2 1 16 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.31
Current children cumulated vsize (KiB) 869188

[startup+1782.3 s]
/proc/loadavg: 2.10 2.08 2.01 3/94 31960
/proc/meminfo: memFree=1770048/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=1764.27
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22751 383 1 0 176400 24 2 1 18 0 9 0 1984926190 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13737 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=1763.77
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15755 383 1 0 176353 21 2 1 25 0 9 0 1984926191 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4127350222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.43
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 39 1 2 1 16 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.27
Current children cumulated vsize (KiB) 869188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.1 s]
/proc/loadavg: 2.05 2.07 2.01 3/94 31960
/proc/meminfo: memFree=1770048/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=1800.06
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22751 383 1 0 179979 24 2 1 18 0 9 0 1984926190 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13737 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=1799.55
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15755 383 1 0 179931 21 2 1 25 0 9 0 1984926191 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4126990716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.43
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 39 1 2 1 16 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13737 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) 869188

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

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

[startup+1818.1 s]
/proc/loadavg: 2.05 2.07 2.01 3/94 31960
/proc/meminfo: memFree=1770048/2055920 swapFree=4179680/4192956
[pid=31852] ppid=31850 vsize=869188 CPUtime=1800.06
/proc/31852/stat : 31852 (java) S 31850 31852 31100 0 -1 0 22751 383 1 0 179979 24 2 1 18 0 9 0 1984926190 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31852/statm: 217297 13737 2634 9 0 211803 0
[pid=31852/tid=31854] ppid=31850 vsize=869188 CPUtime=1799.55
/proc/31852/task/31854/stat : 31854 (java) R 31850 31852 31100 0 -1 64 15755 383 1 0 179931 21 2 1 25 0 9 0 1984926191 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4126990716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31855] ppid=31850 vsize=869188 CPUtime=0.11
/proc/31852/task/31855/stat : 31855 (java) S 31850 31852 31100 0 -1 64 5090 383 0 0 8 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31856] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31856/stat : 31856 (java) S 31850 31852 31100 0 -1 64 16 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31857] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31857/stat : 31857 (java) S 31850 31852 31100 0 -1 64 11 383 0 0 0 0 2 1 16 0 9 0 1984926192 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31858] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31858/stat : 31858 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 24 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31859] ppid=31850 vsize=869188 CPUtime=0.43
/proc/31852/task/31859/stat : 31859 (java) S 31850 31852 31100 0 -1 64 1038 383 0 0 39 1 2 1 16 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31852/tid=31860] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31860/stat : 31860 (java) S 31850 31852 31100 0 -1 64 1 383 0 0 0 0 2 1 25 0 9 0 1984926194 890048512 13737 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31852/tid=31861] ppid=31850 vsize=869188 CPUtime=0.03
/proc/31852/task/31861/stat : 31861 (java) S 31850 31852 31100 0 -1 64 38 383 0 0 0 0 2 1 15 0 9 0 1984926194 890048512 13737 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) 869188

Child status: 143
Real time (s): 1818.16
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.266959
CPU usage (%): 99.0084
Max. virtual memory (cumulated for all children) (KiB): 869188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23166
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= 38651
involuntary context switches= 72895

runsolver used 2.17067 second user time and 6.11407 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-03 06:32:15
IDJOB=1055415
IDBENCH=56818
IDSOLVER=364
FILE ID=node54/1055415-1215059535
PBS_JOBID= 7875193
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/nengfa/normalized-block.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055415-1215059535/watcher-1055415-1215059535 -o /tmp/evaluation-result-1055415-1215059535/solver-1055415-1215059535 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1055415-1215059535.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d774b3d9a6f2ab41cce78f1e9dd6d763
RANDOM SEED=587385749

node54.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.279
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.279
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:       1863432 kB
Buffers:         10296 kB
Cached:          96568 kB
SwapCached:       6628 kB
Active:         103436 kB
Inactive:        23408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863432 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:          36084 kB
Slab:            50824 kB
Committed_AS:  3786048 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-03 07:02:36