Trace number 1056673

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.19 1801.89

General information on the benchmark

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

Solver Data (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1056673-1215105676.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.29/0.36	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.29/0.36	       =>  wckTime=0.106  cpuTime=0.09  mem=7M919
0.29/0.36	   
0.29/0.36	   relations being loaded...
0.88/0.92	   
0.88/0.92	   constraints being loaded...
1.18/1.25	     nbConstraints=74  nbRelationTypes=74  nbGlobalConstraints=74  nbExtensionStructures=74
1.18/1.25	     nbSharedExtensionStructures=0  nbConflictsStructures=74  nbSharedConflictsStructures=0
1.18/1.25	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.18/1.25	     symmetryWckTime=0.048  symmetryCpuTime=0.02
1.18/1.25	       =>  wckTime=0.991  cpuTime=0.82  mem=50M979
1.36/1.41	   
1.36/1.41	   solver IterativeSystematicSolver being built... 
1.36/1.48	   
1.36/1.48	   INFO : Forward propagation technique limited 
1.47/1.54	       =>  wckTime=1.286  cpuTime=0.93  mem=41M929
1.66/1.76	   
1.66/1.76	   preprocessing
1.66/1.76	     nbConstraintChecks=0  nbValidityChecks=2842821  nbPropagations=206  nbRevisions=0  nbUselessRevisions=0
1.66/1.76	     nbSingletonTests=32  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.66/1.76	     detectedInconsistency=no
1.66/1.76	       =>  wckTime=0.212  cpuTime=0.2  mem=41M929
2.87/2.99	   
2.87/2.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=42M901)

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 16386
/proc/meminfo: memFree=1154792/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=10616 CPUtime=0
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1989536542 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 2654 472 209 9 0 1184 0
[pid=16386/tid=16387] ppid=16384 vsize=10616 CPUtime=0
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1989536543 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 9261016 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0804531 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 16386
/proc/meminfo: memFree=1154792/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=865856 CPUtime=0.07
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 3534 0 1 0 5 2 0 0 18 0 9 0 1989536542 886636544 3024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216464 3024 1636 9 0 211026 0
[pid=16386/tid=16387] ppid=16384 vsize=865856 CPUtime=0.05
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 2626 0 1 0 4 1 0 0 20 0 9 0 1989536543 886636544 3024 996147200 134512640 134550740 4294955968 18446744073709551615 8879688 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102456 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 16386
/proc/meminfo: memFree=1154792/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=865884 CPUtime=0.08
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 3754 0 1 0 6 2 0 0 18 0 9 0 1989536542 886665216 3213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216471 3213 1707 9 0 211026 0
[pid=16386/tid=16387] ppid=16384 vsize=865884 CPUtime=0.06
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 2840 0 1 0 5 1 0 0 18 0 9 0 1989536543 886665216 3213 996147200 134512640 134550740 4294955968 18446744073709551615 102896828 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30148 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 16386
/proc/meminfo: memFree=1154792/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=866284 CPUtime=0.29
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 5823 0 1 0 24 5 0 0 18 0 9 0 1989536542 887074816 5197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216571 5197 1953 9 0 211099 0
[pid=16386/tid=16387] ppid=16384 vsize=866284 CPUtime=0.22
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 4850 0 1 0 19 3 0 0 18 0 9 0 1989536543 887074816 5197 996147200 134512640 134550740 4294955968 18446744073709551615 4159506135 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701553 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 16386
/proc/meminfo: memFree=1154792/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=866400 CPUtime=0.68
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 13345 0 1 0 60 8 0 0 18 0 9 0 1989536542 887193600 12715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216600 12715 1969 9 0 211128 0
[pid=16386/tid=16387] ppid=16384 vsize=866400 CPUtime=0.59
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 12327 0 1 0 52 7 0 0 20 0 9 0 1989536543 887193600 12715 996147200 134512640 134550740 4294955968 18446744073709551615 4126398658 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.5017 s]
/proc/loadavg: 0.00 0.00 0.00 5/89 16399
/proc/meminfo: memFree=1020704/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=1.47
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 33571 270 1 0 132 15 0 0 18 0 9 0 1989536542 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24204 2630 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=1.09
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 18016 270 1 0 100 9 0 0 23 0 9 0 1989536543 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 102715030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14237 270 0 0 17 3 0 0 17 0 9 0 1989536544 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.13
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 478 270 0 0 13 0 0 0 15 0 9 0 1989536547 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867268

[startup+3.10299 s]
/proc/loadavg: 0.16 0.03 0.01 3/89 16403
/proc/meminfo: memFree=1000416/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=3.07
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 35359 270 1 0 291 16 0 0 18 0 9 0 1989536542 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24275 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=2.62
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 19762 270 1 0 252 10 0 0 25 0 9 0 1989536543 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4126756034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 516 270 0 0 20 0 0 0 15 0 9 0 1989536547 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867268

[startup+6.30156 s]
/proc/loadavg: 0.16 0.03 0.01 3/89 16403
/proc/meminfo: memFree=999968/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=6.26
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 35376 270 1 0 610 16 0 0 18 0 9 0 1989536542 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24281 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=5.8
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 19772 270 1 0 570 10 0 0 17 0 9 0 1989536543 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4126756034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 523 270 0 0 20 0 0 0 15 0 9 0 1989536547 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867268

[startup+12.7027 s]
/proc/loadavg: 0.44 0.10 0.03 3/89 16403
/proc/meminfo: memFree=999648/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=12.64
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 35409 270 1 0 1247 17 0 0 18 0 9 0 1989536542 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24292 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=12.16
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 19792 270 1 0 1206 10 0 0 20 0 9 0 1989536543 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4126773912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.23
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 536 270 0 0 23 0 0 0 16 0 9 0 1989536547 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 867268

[startup+25.503 s]
/proc/loadavg: 0.68 0.16 0.05 3/89 16403
/proc/meminfo: memFree=999584/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=25.43
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 35419 270 1 0 2526 17 0 0 18 0 9 0 1989536542 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24294 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=24.96
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 19800 270 1 0 2485 11 0 0 25 0 9 0 1989536543 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4126818600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.23
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 538 270 0 0 23 0 0 0 16 0 9 0 1989536547 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 867268

[startup+51.1016 s]
/proc/loadavg: 1.13 0.31 0.10 3/89 16403
/proc/meminfo: memFree=999520/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=51.01
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 35472 270 1 0 5084 17 0 0 18 0 9 0 1989536542 888082432 24295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24295 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=50.53
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 19852 270 1 0 5042 11 0 0 25 0 9 0 1989536543 888082432 24295 996147200 134512640 134550740 4294955968 18446744073709551615 4126756034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2

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

/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.23
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 540 270 0 0 23 0 0 0 16 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.87
Current children cumulated vsize (KiB) 867268

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.60 3/89 16405
/proc/meminfo: memFree=998816/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=1540.81
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 37371 270 1 0 154058 23 0 0 18 0 9 0 1989536542 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24296 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=1540.32
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 21750 270 1 0 154015 17 0 0 25 0 9 0 1989536543 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4126756034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.23
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 540 270 0 0 23 0 0 0 16 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.81
Current children cumulated vsize (KiB) 867268

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.62 3/89 16405
/proc/meminfo: memFree=998816/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=1600.75
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 37455 270 1 0 160052 23 0 0 18 0 9 0 1989536542 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24296 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=1600.27
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 21834 270 1 0 160010 17 0 0 25 0 9 0 1989536543 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4126756152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.23
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 540 270 0 0 23 0 0 0 16 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.75
Current children cumulated vsize (KiB) 867268

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.64 3/89 16405
/proc/meminfo: memFree=998816/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=1660.7
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 37533 270 1 0 166046 24 0 0 18 0 9 0 1989536542 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24296 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=1660.22
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 21912 270 1 0 166004 18 0 0 25 0 9 0 1989536543 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4126753779 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.23
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 540 270 0 0 23 0 0 0 16 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.7
Current children cumulated vsize (KiB) 867268

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.66 3/89 16405
/proc/meminfo: memFree=998816/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=1720.64
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 37608 270 1 0 172040 24 0 0 18 0 9 0 1989536542 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24296 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=1720.16
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 21987 270 1 0 171998 18 0 0 25 0 9 0 1989536543 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4126756125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.23
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 540 270 0 0 23 0 0 0 16 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.64
Current children cumulated vsize (KiB) 867268

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.68 3/89 16405
/proc/meminfo: memFree=998688/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=1780.58
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 37687 270 1 0 178034 24 0 0 18 0 9 0 1989536542 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24297 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=1780.1
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 22065 270 1 0 177992 18 0 0 25 0 9 0 1989536543 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4126756034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.24
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 541 270 0 0 24 0 0 0 16 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.58
Current children cumulated vsize (KiB) 867268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 2.00 1.98 1.68 3/89 16405
/proc/meminfo: memFree=998688/2055920 swapFree=4110720/4192956
[pid=16386] ppid=16384 vsize=867268 CPUtime=1800.09
/proc/16386/stat : 16386 (java) S 16384 16386 16331 0 -1 0 37687 270 1 0 179985 24 0 0 18 0 9 0 1989536542 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16386/statm: 216817 24297 2634 9 0 211323 0
[pid=16386/tid=16387] ppid=16384 vsize=867268 CPUtime=1799.6
/proc/16386/task/16387/stat : 16387 (java) R 16384 16386 16331 0 -1 64 22065 270 1 0 179942 18 0 0 25 0 9 0 1989536543 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4126756220 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16389] ppid=16384 vsize=867268 CPUtime=0.2
/proc/16386/task/16389/stat : 16389 (java) S 16384 16386 16331 0 -1 64 14238 270 0 0 17 3 0 0 16 0 9 0 1989536544 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16390] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16390/stat : 16390 (java) S 16384 16386 16331 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 1989536545 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16391] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16391/stat : 16391 (java) S 16384 16386 16331 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 1989536545 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16392] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16392/stat : 16392 (java) S 16384 16386 16331 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16393] ppid=16384 vsize=867268 CPUtime=0.24
/proc/16386/task/16393/stat : 16393 (java) S 16384 16386 16331 0 -1 64 541 270 0 0 24 0 0 0 16 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16386/tid=16394] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16394/stat : 16394 (java) S 16384 16386 16331 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16386/tid=16395] ppid=16384 vsize=867268 CPUtime=0
/proc/16386/task/16395/stat : 16395 (java) S 16384 16386 16331 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 1989536547 888082432 24297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867268

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): 1801.89
CPU time (s): 1800.19
CPU user time (s): 1799.91
CPU system time (s): 0.274958
CPU usage (%): 99.9057
Max. virtual memory (cumulated for all children) (KiB): 867268

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

runsolver used 1.76473 second user time and 6.43802 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-03 19:21:17
IDJOB=1056673
IDBENCH=53961
IDSOLVER=364
FILE ID=node70/1056673-1215105676
PBS_JOBID= 7877066
Free space on /tmp= 66432 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-7_ext.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-1056673-1215105676/watcher-1056673-1215105676 -o /tmp/evaluation-result-1056673-1215105676/solver-1056673-1215105676 -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-1056673-1215105676.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ce4933c2cbf08d2a4c68a0c6ef00b84
RANDOM SEED=798433693

node70.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.256
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.256
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:       1156104 kB
Buffers:         71300 kB
Cached:         633064 kB
SwapCached:      76072 kB
Active:         367632 kB
Inactive:       455712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1156104 kB
SwapTotal:     4192956 kB
SwapFree:      4110720 kB
Dirty:            9892 kB
Writeback:           0 kB
Mapped:         132584 kB
Slab:            61688 kB
Committed_AS:  4887108 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node70 at 2008-07-03 19:51:21