Trace number 1072532

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.14 1810.25

General information on the benchmark

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

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1072532-1215175163.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.35	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.28/0.35	       =>  wckTime=0.101  cpuTime=0.1  mem=7M919
0.28/0.35	   
0.28/0.35	   relations being loaded...
0.78/0.88	   
0.78/0.88	   constraints being loaded...
1.18/1.22	     nbConstraints=75  nbRelationTypes=75  nbGlobalConstraints=75  nbExtensionStructures=75
1.18/1.22	     nbSharedExtensionStructures=0  nbConflictsStructures=75  nbSharedConflictsStructures=0
1.18/1.22	     nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=13  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.18/1.22	     symmetryWckTime=0.046  symmetryCpuTime=0.03
1.18/1.22	       =>  wckTime=0.968  cpuTime=0.82  mem=52M822
1.27/1.39	   
1.37/1.40	   solver IterativeSystematicSolver being built... 
1.37/1.47	   
1.37/1.47	   INFO : Forward propagation technique limited 
1.48/1.54	       =>  wckTime=1.291  cpuTime=0.94  mem=42M404
1.48/1.59	   
1.58/1.62	   preprocessing
1.58/1.62	     nbConstraintChecks=0  nbValidityChecks=378385  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0
1.58/1.62	     nbRemovedValues=0  detectedInconsistency=no
1.58/1.62	       =>  wckTime=0.055  cpuTime=0.06  mem=42M404
2.57/2.67	   
2.57/2.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M406)

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-1072532-1215175163/watcher-1072532-1215175163 -o /tmp/evaluation-result-1072532-1215175163/solver-1072532-1215175163 -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-1072532-1215175163.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.08 2.04 2.04 3/73 20504
/proc/meminfo: memFree=1665384/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=1616 CPUtime=0
/proc/20504/stat : 20504 (java) D 20502 20504 18269 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 155327737 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20504/statm: 404 145 119 9 0 46 0

[startup+0.043031 s]
/proc/loadavg: 2.08 2.04 2.04 3/73 20504
/proc/meminfo: memFree=1665384/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=861876 CPUtime=0.03
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 2280 0 1 0 2 1 0 0 18 0 5 0 155327737 882561024 1887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 215469 1889 864 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102039 s]
/proc/loadavg: 2.08 2.04 2.04 3/73 20504
/proc/meminfo: memFree=1665384/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=865884 CPUtime=0.08
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 3700 0 1 0 6 2 0 0 18 0 9 0 155327737 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 216471 3175 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302058 s]
/proc/loadavg: 2.08 2.04 2.04 3/73 20504
/proc/meminfo: memFree=1665384/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=866284 CPUtime=0.28
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 5890 0 1 0 24 4 0 0 18 0 9 0 155327737 887074816 5264 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 216571 5267 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.7021 s]
/proc/loadavg: 2.08 2.04 2.04 3/73 20504
/proc/meminfo: memFree=1665384/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=866400 CPUtime=0.68
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 14364 0 1 0 59 9 0 0 18 0 9 0 155327737 887193600 13735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 216600 13736 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.5012 s]
/proc/loadavg: 2.08 2.04 2.04 3/82 20513
/proc/meminfo: memFree=1598048/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=1.48
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 34079 147 1 0 130 18 0 0 18 0 10 0 155327737 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24328 2630 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=1.08
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 18277 147 1 0 98 10 0 0 16 0 10 0 155327738 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4125978072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.23
/proc/20504/task/20507/stat : 20507 (java) R 20502 20504 18269 0 -1 64 14487 147 0 0 18 5 0 0 18 0 10 0 155327740 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4159980573 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 147 0 0 0 0 0 0 16 0 10 0 155327740 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 147 0 0 0 0 0 0 16 0 10 0 155327740 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 147 0 0 0 0 0 0 23 0 10 0 155327742 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.12
/proc/20504/task/20511/stat : 20511 (java) R 20502 20504 18269 0 -1 64 479 147 0 0 12 0 0 0 16 0 10 0 155327742 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 147 0 0 0 0 0 0 24 0 10 0 155327742 888938496 24328 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 147 0 0 0 0 0 0 15 0 10 0 155327742 888938496 24328 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) 868104

[startup+3.10136 s]
/proc/loadavg: 2.08 2.04 2.04 3/82 20517
/proc/meminfo: memFree=1577568/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=3.07
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 35619 269 1 0 288 18 0 1 18 0 9 0 155327737 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24396 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=2.61
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 19770 269 1 0 249 11 0 1 25 0 9 0 155327738 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 17 0 9 0 155327740 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.2
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 521 269 0 0 19 0 0 1 16 0 9 0 155327742 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868104

[startup+6.30269 s]
/proc/loadavg: 2.07 2.04 2.04 3/82 20517
/proc/meminfo: memFree=1577376/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=6.23
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 35652 269 1 0 604 18 0 1 18 0 9 0 155327737 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24415 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=5.75
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 19781 269 1 0 563 11 0 1 17 0 9 0 155327738 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.23
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 543 269 0 0 22 0 0 1 16 0 9 0 155327742 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868104

[startup+12.7014 s]
/proc/loadavg: 2.07 2.04 2.04 3/82 20517
/proc/meminfo: memFree=1577184/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=12.57
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 35677 269 1 0 1238 18 0 1 18 0 9 0 155327737 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24420 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=12.08
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 19801 269 1 0 1196 11 0 1 25 0 9 0 155327738 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4126765183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 548 269 0 0 23 0 0 1 16 0 9 0 155327742 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868104

[startup+25.5027 s]
/proc/loadavg: 2.05 2.03 2.04 3/82 20517
/proc/meminfo: memFree=1577376/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=25.26
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 35684 269 1 0 2506 19 0 1 18 0 9 0 155327737 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24423 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=24.75
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 19805 269 1 0 2463 11 0 1 25 0 9 0 155327738 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 551 269 0 0 23 0 0 1 16 0 9 0 155327742 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868104

[startup+51.1024 s]
/proc/loadavg: 2.03 2.03 2.04 3/82 20517
/proc/meminfo: memFree=1576736/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=50.62
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 35742 269 1 0 5042 19 0 1 18 0 9 0 155327737 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24423 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=50.12
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 19863 269 1 0 4999 12 0 1 25 0 9 0 155327738 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 551 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01

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

/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 555 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.31
Current children cumulated vsize (KiB) 868104

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/90 20636
/proc/meminfo: memFree=1716120/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=1532.29
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 38258 269 1 0 153200 28 0 1 18 0 9 0 155327737 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24426 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=1531.79
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 22375 269 1 0 153157 21 0 1 25 0 9 0 155327738 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4126765003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 555 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.29
Current children cumulated vsize (KiB) 868104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 20636
/proc/meminfo: memFree=1716056/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=1592.26
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 38397 269 1 0 159197 28 0 1 18 0 9 0 155327737 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24426 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=1591.76
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 22514 269 1 0 159154 21 0 1 25 0 9 0 155327738 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4126789524 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 555 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.26
Current children cumulated vsize (KiB) 868104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 20636
/proc/meminfo: memFree=1715992/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=1652.23
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 38477 269 1 0 165194 28 0 1 18 0 9 0 155327737 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24426 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=1651.73
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 22594 269 1 0 165151 21 0 1 25 0 9 0 155327738 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4126765316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 555 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.23
Current children cumulated vsize (KiB) 868104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 20636
/proc/meminfo: memFree=1715928/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=1712.22
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 38592 269 1 0 171192 29 0 1 18 0 9 0 155327737 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24426 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=1711.72
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 22709 269 1 0 171149 22 0 1 25 0 9 0 155327738 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 555 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.22
Current children cumulated vsize (KiB) 868104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 20636
/proc/meminfo: memFree=1715736/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=1772.19
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 38699 269 1 0 177189 29 0 1 18 0 9 0 155327737 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24426 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=1771.69
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 22816 269 1 0 177146 22 0 1 25 0 9 0 155327738 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4126764978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 555 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.19
Current children cumulated vsize (KiB) 868104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 20636
/proc/meminfo: memFree=1715736/2055920 swapFree=4181068/4192956
[pid=20504] ppid=20502 vsize=868104 CPUtime=1800.09
/proc/20504/stat : 20504 (java) S 20502 20504 18269 0 -1 0 38777 269 1 0 179979 29 0 1 18 0 9 0 155327737 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20504/statm: 217026 24426 2634 9 0 211532 0
[pid=20504/tid=20506] ppid=20502 vsize=868104 CPUtime=1799.58
/proc/20504/task/20506/stat : 20506 (java) R 20502 20504 18269 0 -1 64 22894 269 1 0 179935 22 0 1 25 0 9 0 155327738 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4126765160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20507] ppid=20502 vsize=868104 CPUtime=0.24
/proc/20504/task/20507/stat : 20507 (java) S 20502 20504 18269 0 -1 64 14488 269 0 0 18 5 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20508] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20508/stat : 20508 (java) S 20502 20504 18269 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20509] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20509/stat : 20509 (java) S 20502 20504 18269 0 -1 64 8 269 0 0 0 0 0 1 16 0 9 0 155327740 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20510] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20510/stat : 20510 (java) S 20502 20504 18269 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20511] ppid=20502 vsize=868104 CPUtime=0.25
/proc/20504/task/20511/stat : 20511 (java) S 20502 20504 18269 0 -1 64 555 269 0 0 24 0 0 1 16 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20504/tid=20512] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20512/stat : 20512 (java) S 20502 20504 18269 0 -1 64 2 269 0 0 0 0 0 1 24 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20504/tid=20513] ppid=20502 vsize=868104 CPUtime=0.01
/proc/20504/task/20513/stat : 20513 (java) S 20502 20504 18269 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 155327742 888938496 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868104

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

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

Child status: 143
Real time (s): 1810.25
CPU time (s): 1800.14
CPU user time (s): 1799.82
CPU system time (s): 0.32395
CPU usage (%): 99.4418
Max. virtual memory (cumulated for all children) (KiB): 868104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.32395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39081
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= 37718
involuntary context switches= 43453

runsolver used 2.42763 second user time and 5.81912 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 14:39:24
IDJOB=1072532
IDBENCH=56263
IDSOLVER=363
FILE ID=node46/1072532-1215175163
PBS_JOBID= 7881467
Free space on /tmp= 66188 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072532-1215175163/watcher-1072532-1215175163 -o /tmp/evaluation-result-1072532-1215175163/solver-1072532-1215175163 -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-1072532-1215175163.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5dc2c8781f0a3ac756e399cc2de9206a
RANDOM SEED=626913837

node46.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.238
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.238
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:       1665800 kB
Buffers:         18704 kB
Cached:         133860 kB
SwapCached:       5876 kB
Active:         298308 kB
Inactive:        39432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665800 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            4888 kB
Writeback:           0 kB
Mapped:         192252 kB
Slab:            37516 kB
Committed_AS:   530608 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-04 15:09:36