Trace number 1064872

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.12 1805.79

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-elf-rf9.xml
MD5SUM6fea805b38dfb180ddb73a033dd0e468
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6417
Satisfiable
(Un)Satisfiability was proved
Number of variables20445
Number of constraints58443
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension58443
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1064872-1215144422.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.78/0.86	     nbVariables=20445  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=40889
0.78/0.86	       =>  wckTime=0.618  cpuTime=0.43  mem=22M132
0.78/0.86	   
0.78/0.86	   predicates being loaded...
0.87/0.92	   
0.87/0.92	   constraints being loaded...
20.87/21.00	     nbConstraints=56739  nbGlobalConstraints=1  nbMergedConstraints=1705  nbSingletonDomainVariables=1
20.87/21.00	     nbConvertedConstraints=37401  nbConvertConstraintsChecks=29722  nbExtensionStructures=3
20.87/21.00	     nbSharedExtensionStructures=37398  nbConflictsStructures=30  nbSharedConflictsStructures=56708
20.87/21.00	     nbSharedBinaryRepresentations=7  nbEvaluationManagers=27  nbSharedEvaluationManagers=19310  minDegree=1
20.87/21.00	     maxDegree=520  minArity=2  avgArity=2.49  maxArity=13  nbGenerators=1  nbFusions=0  symmetryWckTime=10.516
20.87/21.00	     symmetryCpuTime=0.53
20.87/21.00	       =>  wckTime=20.756  cpuTime=9.08  mem=216M441
21.66/21.86	   
21.66/21.86	   solver IterativeSystematicSolver being built... 
22.28/22.44	   
22.28/22.44	   INFO : Forward propagation technique limited 
22.98/23.15	       =>  wckTime=22.905  cpuTime=10.08  mem=197M278
23.07/23.27	   
23.07/23.27	   preprocessing
23.07/23.27	     nbConstraintChecks=132  nbValidityChecks=14  nbPropagations=20474  nbRevisions=101  nbUselessRevisions=72
23.07/23.27	     nbRemovedValues=29  detectedInconsistency=no
23.07/23.27	       =>  wckTime=0.101  cpuTime=0.09  mem=200M285

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-1064872-1215144422/watcher-1064872-1215144422 -o /tmp/evaluation-result-1064872-1215144422/solver-1064872-1215144422 -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-1064872-1215144422.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: 1.99 2.00 2.00 4/72 18385
/proc/meminfo: memFree=1832360/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=1616 CPUtime=0
/proc/18385/stat : 18385 (java) R 18383 18385 16249 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1993417427 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/18385/statm: 404 145 119 9 0 46 0

[startup+0.013004 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 18385
/proc/meminfo: memFree=1832360/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=10732 CPUtime=0
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 742 0 0 0 0 0 0 0 18 0 2 0 1993417427 10989568 522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 2683 522 245 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10732

[startup+0.102013 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 18385
/proc/meminfo: memFree=1832360/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=865884 CPUtime=0.09
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 3736 0 1 0 7 2 0 0 18 0 9 0 1993417427 886665216 3199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 216471 3200 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301032 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 18385
/proc/meminfo: memFree=1832360/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=866284 CPUtime=0.28
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 5996 0 1 0 24 4 0 0 18 0 9 0 1993417427 887074816 5370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 216571 5370 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701074 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 18385
/proc/meminfo: memFree=1832360/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=867428 CPUtime=0.68
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 16062 0 1 0 60 8 0 0 18 0 9 0 1993417427 888246272 15432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 216857 15434 1970 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867428

[startup+1.50216 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18394
/proc/meminfo: memFree=1767328/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=867516 CPUtime=1.47
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 20108 0 1 0 137 10 0 0 18 0 9 0 1993417427 888336384 19466 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 216879 19467 2026 9 0 211385 0
[pid=18385/tid=18387] ppid=18383 vsize=867516 CPUtime=1.15
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 15743 0 1 0 107 8 0 0 25 0 9 0 1993417429 888336384 19467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=867516 CPUtime=0.11
/proc/18385/task/18388/stat : 18388 (java) R 18383 18385 16249 0 -1 64 3037 0 0 0 11 0 0 0 16 0 9 0 1993417430 888336384 19468 996147200 134512640 134550740 4294955984 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=867516 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993417430 888336384 19469 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18390] ppid=18383 vsize=867516 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993417430 888336384 19470 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=867516 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993417432 888336384 19471 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=867516 CPUtime=0.17
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 634 0 0 0 17 0 0 0 16 0 9 0 1993417432 888336384 19472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=867516 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1993417432 888336384 19473 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=867516 CPUtime=0
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993417432 888336384 19474 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867516

[startup+3.10233 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18394
/proc/meminfo: memFree=1752800/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=867428 CPUtime=3.07
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 24864 0 1 0 294 13 0 0 18 0 9 0 1993417427 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 216857 24197 2004 9 0 211385 0
[pid=18385/tid=18387] ppid=18383 vsize=867428 CPUtime=2.47
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 15745 0 1 0 238 9 0 0 25 0 9 0 1993417429 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=867428 CPUtime=0.4
/proc/18385/task/18388/stat : 18388 (java) R 18383 18385 16249 0 -1 64 7786 0 0 0 38 2 0 0 16 0 9 0 1993417430 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 103829536 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993417430 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18390] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993417430 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993417432 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=867428 CPUtime=0.17
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 636 0 0 0 17 0 0 0 16 0 9 0 1993417432 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1993417432 888246272 24197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993417432 888246272 24197 996147200 134512640 134550740 4294955984 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) 867428

[startup+6.30166 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 18394
/proc/meminfo: memFree=1727200/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=867428 CPUtime=6.25
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 32513 0 1 0 499 126 0 0 18 0 9 0 1993417427 888246272 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 216858 31840 2006 9 0 211386 0
[pid=18385/tid=18387] ppid=18383 vsize=867428 CPUtime=5.15
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 15781 0 1 0 397 118 0 0 25 0 9 0 1993417429 888246272 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=867428 CPUtime=0.84
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 15360 0 0 0 79 5 0 0 18 0 9 0 1993417430 888246272 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=867432 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993417430 888250368 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18390] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993417430 888246272 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993417432 888246272 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=867432 CPUtime=0.22
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 675 0 0 0 22 0 0 0 16 0 9 0 1993417432 888250368 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1993417432 888246272 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=867428 CPUtime=0
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993417432 888246272 31840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867428

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18396
/proc/meminfo: memFree=1580432/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=867752 CPUtime=10.98
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 61835 0 1 0 854 244 0 0 18 0 10 0 1993417427 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 216938 60977 2012 9 0 211466 0
[pid=18396] ppid=18385 vsize=22928 CPUtime=1.64
/proc/18396/stat : 18396 (saucy) R 18385 18385 16249 0 -1 4194304 2727 0 0 0 161 3 0 0 25 0 1 0 1993418531 23478272 2615 996147200 134512640 134531332 4294956000 18446744073709551615 134523046 0 4 0 0 0 0 0 17 1 0 0
/proc/18396/statm: 5732 2615 95 4 0 5408 0
[pid=18385/tid=18387] ppid=18383 vsize=867752 CPUtime=9.1
/proc/18385/task/18387/stat : 18387 (java) S 18383 18385 16249 0 -1 64 15872 0 1 0 686 224 0 0 16 0 10 0 1993417429 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=867752 CPUtime=1.56
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 44484 0 0 0 140 16 0 0 16 0 10 0 1993417430 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=867752 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 1993417430 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18390] ppid=18383 vsize=867752 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1993417430 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=867752 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1993417432 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=867752 CPUtime=0.27
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 705 0 0 0 27 0 0 0 16 0 10 0 1993417432 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=867752 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 1993417432 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=867752 CPUtime=0
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 1993417432 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18395] ppid=18383 vsize=867752 CPUtime=0
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 16249 0 -1 64 70 0 0 0 0 0 0 0 16 0 10 0 1993418531 888578048 60977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890680

[startup+25.5027 s]
/proc/loadavg: 2.13 2.03 2.01 3/81 18398
/proc/meminfo: memFree=1576920/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=25.36
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106100 3715 1 0 1308 255 967 6 18 0 9 0 1993417427 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66180 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=22.27
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31190 3715 1 0 1026 228 967 6 25 0 9 0 1993417429 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4127494631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 17 0 9 0 1993417430 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.17
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1043 3715 0 0 43 1 967 6 15 0 9 0 1993417432 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66180 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 868076

[startup+51.1024 s]
/proc/loadavg: 2.16 2.04 2.01 3/81 18398
/proc/meminfo: memFree=1576856/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=50.83
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106125 3715 1 0 3855 255 967 6 18 0 9 0 1993417427 888909824 66197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66197 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=47.7
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31194 3715 1 0 3569 228 967 6 25 0 9 0 1993417429 888909824 66197 996147200 134512640 134550740 4294955984 18446744073709551615 4127087111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 16 0 9 0 1993417430 888909824 66197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.21
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1074 3715 0 0 47 1 967 6 16 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.86
Current children cumulated vsize (KiB) 868076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.08 2.05 3/81 18571
/proc/meminfo: memFree=921048/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=1596.84
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106140 3715 1 0 158446 265 967 6 18 0 9 0 1993417427 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66204 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=1593.69
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31199 3715 1 0 158159 237 967 6 25 0 9 0 1993417429 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4127497033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.21
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1074 3715 0 0 47 1 967 6 16 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.84
Current children cumulated vsize (KiB) 868076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.04 3/81 18571
/proc/meminfo: memFree=920984/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=1656.81
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106140 3715 1 0 164443 265 967 6 18 0 9 0 1993417427 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66204 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=1653.66
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31199 3715 1 0 164156 237 967 6 25 0 9 0 1993417429 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4126457559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.21
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1074 3715 0 0 47 1 967 6 16 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.81
Current children cumulated vsize (KiB) 868076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/81 18571
/proc/meminfo: memFree=920856/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=1716.79
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106140 3715 1 0 170441 265 967 6 18 0 9 0 1993417427 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66204 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=1713.64
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31199 3715 1 0 170154 237 967 6 25 0 9 0 1993417429 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4127491820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.21
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1074 3715 0 0 47 1 967 6 16 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.79
Current children cumulated vsize (KiB) 868076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.03 2/76 18588
/proc/meminfo: memFree=1576832/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=1776.77
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106140 3715 1 0 176439 265 967 6 18 0 9 0 1993417427 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66204 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=1773.62
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31199 3715 1 0 176152 237 967 6 25 0 9 0 1993417429 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4127497033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.21
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1074 3715 0 0 47 1 967 6 16 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.77
Current children cumulated vsize (KiB) 868076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 1.94 2.02 2.02 3/102 18658
/proc/meminfo: memFree=1462256/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=1800.02
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106140 3715 1 0 178760 269 967 6 18 0 9 0 1993417427 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66204 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=1796.87
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31199 3715 1 0 178473 241 967 6 25 0 9 0 1993417429 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4127497033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.21
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1074 3715 0 0 47 1 967 6 16 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868076

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

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

[startup+1805.7 s]
/proc/loadavg: 1.94 2.02 2.02 3/102 18658
/proc/meminfo: memFree=1462256/2055920 swapFree=4180052/4192956
[pid=18385] ppid=18383 vsize=868076 CPUtime=1800.02
/proc/18385/stat : 18385 (java) S 18383 18385 16249 0 -1 0 106140 3715 1 0 178760 269 967 6 18 0 9 0 1993417427 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 217019 66204 2615 9 0 211547 0
[pid=18385/tid=18387] ppid=18383 vsize=868076 CPUtime=1796.87
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 16249 0 -1 64 31199 3715 1 0 178473 241 967 6 25 0 9 0 1993417429 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4127497033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=868076 CPUtime=12.34
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 16249 0 -1 64 72997 3715 0 0 238 23 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 16249 0 -1 64 14 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 16249 0 -1 64 19 3715 0 0 0 0 967 6 16 0 9 0 1993417430 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 16249 0 -1 64 1 3715 0 0 0 0 967 6 23 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=868076 CPUtime=10.21
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 16249 0 -1 64 1074 3715 0 0 47 1 967 6 16 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 16249 0 -1 64 2 3715 0 0 0 0 967 6 24 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=868076 CPUtime=9.73
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 16249 0 -1 64 22 3715 0 0 0 0 967 6 15 0 9 0 1993417432 888909824 66204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868076

Child status: 143
Real time (s): 1805.79
CPU time (s): 1800.12
CPU user time (s): 1797.32
CPU system time (s): 2.79257
CPU usage (%): 99.6856
Max. virtual memory (cumulated for all children) (KiB): 890680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.32
system time used= 2.79257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109886
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= 38836
involuntary context switches= 31671

runsolver used 2.23666 second user time and 5.99609 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 06:07:03
IDJOB=1064872
IDBENCH=54999
IDSOLVER=363
FILE ID=node7/1064872-1215144422
PBS_JOBID= 7877306
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-elf-rf9.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-1064872-1215144422/watcher-1064872-1215144422 -o /tmp/evaluation-result-1064872-1215144422/solver-1064872-1215144422 -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-1064872-1215144422.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fea805b38dfb180ddb73a033dd0e468
RANDOM SEED=1431858725

node7.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.236
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.236
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:       1832840 kB
Buffers:         13496 kB
Cached:         128644 kB
SwapCached:       6984 kB
Active:         112936 kB
Inactive:        44196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832840 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:           10928 kB
Writeback:           0 kB
Mapped:          22892 kB
Slab:            51332 kB
Committed_AS:  3469904 kB
PageTables:       1812 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= 66524 MiB
End job on node7 at 2008-07-04 06:37:10