Trace number 1064873

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.16 1818.98

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.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1064873-1215144426.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.98/1.03	     nbVariables=20445  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=40889
0.98/1.03	       =>  wckTime=0.786  cpuTime=0.55  mem=22M132
0.98/1.03	   
0.98/1.03	   predicates being loaded...
0.98/1.10	   
0.98/1.10	   constraints being loaded...
22.33/22.65	     nbConstraints=56739  nbGlobalConstraints=1  nbMergedConstraints=1705  nbSingletonDomainVariables=1
22.44/22.77	     nbConvertedConstraints=37401  nbConvertConstraintsChecks=29722  nbExtensionStructures=3
22.44/22.77	     nbSharedExtensionStructures=37398  nbConflictsStructures=30  nbSharedConflictsStructures=56708
22.44/22.77	     nbSharedBinaryRepresentations=7  nbEvaluationManagers=27  nbSharedEvaluationManagers=19310  minDegree=1
22.44/22.77	     maxDegree=520  minArity=2  avgArity=2.49  maxArity=13  nbGenerators=1  nbFusions=0  symmetryWckTime=10.988
22.44/22.77	     symmetryCpuTime=0.58
22.44/22.77	       =>  wckTime=22.404  cpuTime=9.99  mem=216M441
23.34/23.61	   
23.34/23.61	   solver IterativeSystematicSolver being built... 
23.95/24.22	   
23.95/24.22	   INFO : Forward propagation technique limited 
24.63/24.93	       =>  wckTime=24.682  cpuTime=11.0  mem=197M299
337.21/340.42	   
337.21/340.42	   INFO : Stopping ESAC
337.21/340.42	   
337.21/340.42	   preprocessing
337.21/340.42	     nbConstraintChecks=188489  nbValidityChecks=112500  nbPropagations=53318  nbRevisions=184749
337.21/340.42	     nbUselessRevisions=167995  nbSingletonTests=16135  nbEffectiveSingletonTests=0  nbACRemovals=29
337.21/340.42	     nbFoundSingletons=0  nbRemovedValues=29  detectedInconsistency=no
337.21/340.42	       =>  wckTime=315.471  cpuTime=312.49  mem=200M305

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-1064873-1215144426/watcher-1064873-1215144426 -o /tmp/evaluation-result-1064873-1215144426/solver-1064873-1215144426 -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-1064873-1215144426.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.92 1.98 1.99 3/72 14940
/proc/meminfo: memFree=1734808/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=18572 CPUtime=0
/proc/14940/stat : 14940 (runsolver) R 14938 14940 13529 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1993418299 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14940/statm: 4643 292 257 25 0 2626 0

[startup+0.0476339 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14940
/proc/meminfo: memFree=1734808/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=861876 CPUtime=0.02
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 2256 0 1 0 1 1 0 0 18 0 5 0 1993418299 882561024 1865 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 215469 1865 855 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.103643 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14940
/proc/meminfo: memFree=1734808/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=865884 CPUtime=0.08
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 3684 0 1 0 6 2 0 0 18 0 9 0 1993418299 886665216 3157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 216471 3157 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302686 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14940
/proc/meminfo: memFree=1734808/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=866196 CPUtime=0.29
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 5608 0 1 0 25 4 0 0 18 0 9 0 1993418299 886984704 5022 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 216549 5022 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.702767 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14940
/proc/meminfo: memFree=1734808/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=867440 CPUtime=0.68
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 9818 0 1 0 61 7 0 0 18 0 9 0 1993418299 888258560 9188 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 216860 9188 1970 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50192 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 14949
/proc/meminfo: memFree=1669968/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=867528 CPUtime=1.46
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 18852 0 1 0 134 12 0 0 18 0 9 0 1993418299 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 216882 18210 2025 9 0 211388 0
[pid=14940/tid=14942] ppid=14938 vsize=867528 CPUtime=1.18
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 15743 0 1 0 108 10 0 0 25 0 9 0 1993418300 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 103825344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=867528 CPUtime=0.07
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 1777 0 0 0 7 0 0 0 16 0 9 0 1993418302 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=867528 CPUtime=0
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993418302 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=867528 CPUtime=0
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993418302 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=867528 CPUtime=0
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993418304 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=867528 CPUtime=0.17
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 636 0 0 0 17 0 0 0 16 0 9 0 1993418304 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=867528 CPUtime=0
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993418304 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=867528 CPUtime=0
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993418304 888348672 18210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867528

[startup+3.10224 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 14949
/proc/meminfo: memFree=1655056/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=867440 CPUtime=3.05
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 24691 0 1 0 288 17 0 0 18 0 9 0 1993418299 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 216860 24025 2004 9 0 211388 0
[pid=14940/tid=14942] ppid=14938 vsize=867440 CPUtime=2.43
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 15745 0 1 0 232 11 0 0 25 0 9 0 1993418300 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 104689078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=867440 CPUtime=0.41
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 7614 0 0 0 37 4 0 0 17 0 9 0 1993418302 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993418302 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993418302 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993418304 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=867440 CPUtime=0.17
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 636 0 0 0 17 0 0 0 17 0 9 0 1993418304 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993418304 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993418304 888258560 24025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867440

[startup+6.30188 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 14949
/proc/meminfo: memFree=1629520/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=867440 CPUtime=6.22
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 29004 0 1 0 516 106 0 0 18 0 9 0 1993418299 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 216860 28331 2006 9 0 211388 0
[pid=14940/tid=14942] ppid=14938 vsize=867440 CPUtime=5.22
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 15781 0 1 0 424 98 0 0 25 0 9 0 1993418300 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=867440 CPUtime=0.74
/proc/14940/task/14943/stat : 14943 (java) R 14938 14940 13529 0 -1 64 11849 0 0 0 68 6 0 0 16 0 9 0 1993418302 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993418302 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993418302 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993418304 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=867440 CPUtime=0.22
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 678 0 0 0 22 0 0 0 16 0 9 0 1993418304 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993418304 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=867440 CPUtime=0
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993418304 888258560 28331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867440

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 14949
/proc/meminfo: memFree=1498640/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=867764 CPUtime=12.16
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 61790 0 1 0 952 264 0 0 18 0 10 0 1993418299 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 216941 60979 2012 9 0 211469 0
[pid=14940/tid=14942] ppid=14938 vsize=867764 CPUtime=10.03
/proc/14940/task/14942/stat : 14942 (java) S 14938 14940 13529 0 -1 64 15874 0 1 0 764 239 0 0 24 0 10 0 1993418300 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=867764 CPUtime=1.8
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 44439 0 0 0 159 21 0 0 17 0 10 0 1993418302 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=867764 CPUtime=0
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993418302 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=867764 CPUtime=0
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1993418302 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=867764 CPUtime=0
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993418304 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=867764 CPUtime=0.27
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 707 0 0 0 27 0 0 0 16 0 10 0 1993418304 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=867764 CPUtime=0
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1993418304 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=867764 CPUtime=0
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993418304 888590336 60979 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 867764

[startup+25.5027 s]
/proc/loadavg: 2.03 2.00 2.00 4/81 14953
/proc/meminfo: memFree=1479360/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868176 CPUtime=25.23
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 105992 3714 1 0 1243 274 999 7 18 0 9 0 1993418299 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217044 66201 2637 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868176 CPUtime=21.79
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31203 3714 1 0 930 243 999 7 23 0 9 0 1993418300 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4127504172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868176 CPUtime=13.01
/proc/14940/task/14943/stat : 14943 (java) R 14938 14940 13529 0 -1 64 72924 3714 0 0 269 26 999 7 25 0 9 0 1993418302 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868176 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868176 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 10 3714 0 0 0 0 999 7 16 0 9 0 1993418302 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868176 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868176 CPUtime=10.48
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1009 3714 0 0 41 1 999 7 15 0 9 0 1993418304 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868176 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868176 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 889012224 66201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868176

[startup+51.1027 s]
/proc/loadavg: 2.02 2.00 2.00 3/81 14953
/proc/meminfo: memFree=1479360/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868088 CPUtime=50.58
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 106021 3714 1 0 3778 274 999 7 18 0 9 0 1993418299 888922112 66191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217022 66191 2615 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868088 CPUtime=47.13
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31208 3714 1 0 3464 243 999 7 25 0 9 0 1993418300 888922112 66191 996147200 134512640 134550740 4294955984 18446744073709551615 4127542488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868088 CPUtime=13.01
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 72924 3714 0 0 269 26 999 7 16 0 9 0 1993418302 888922112 66191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.5
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1021 3714 0 0 43 1 999 7 16 0 9 0 1993418304 888922112 66191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06

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

/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.58
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1064 3714 0 0 51 1 999 7 16 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.84
Current children cumulated vsize (KiB) 868088

[startup+1602.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/102 15111
/proc/meminfo: memFree=1291224/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868088 CPUtime=1587.69
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 106077 3714 1 0 157478 285 999 7 18 0 9 0 1993418299 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217022 66226 2615 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868088 CPUtime=1584.15
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31221 3714 1 0 157156 253 999 7 25 0 9 0 1993418300 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4127590985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868088 CPUtime=13.02
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 72924 3714 0 0 270 26 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.58
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1064 3714 0 0 51 1 999 7 16 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.69
Current children cumulated vsize (KiB) 868088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/102 15111
/proc/meminfo: memFree=1291224/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868088 CPUtime=1646.52
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 106077 3714 1 0 163361 285 999 7 18 0 9 0 1993418299 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217022 66226 2615 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868088 CPUtime=1642.97
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31221 3714 1 0 163038 253 999 7 25 0 9 0 1993418300 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4127564042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868088 CPUtime=13.02
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 72924 3714 0 0 270 26 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.58
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1064 3714 0 0 51 1 999 7 16 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.52
Current children cumulated vsize (KiB) 868088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/102 15111
/proc/meminfo: memFree=1291224/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868088 CPUtime=1705.35
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 106077 3714 1 0 169244 285 999 7 18 0 9 0 1993418299 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217022 66226 2615 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868088 CPUtime=1701.81
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31221 3714 1 0 168922 253 999 7 25 0 9 0 1993418300 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4127522692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868088 CPUtime=13.02
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 72924 3714 0 0 270 26 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.58
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1064 3714 0 0 51 1 999 7 16 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.35
Current children cumulated vsize (KiB) 868088

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/102 15111
/proc/meminfo: memFree=1291224/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868088 CPUtime=1764.18
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 106077 3714 1 0 175127 285 999 7 18 0 9 0 1993418299 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217022 66226 2615 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868088 CPUtime=1760.64
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31221 3714 1 0 174805 253 999 7 25 0 9 0 1993418300 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4127590985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868088 CPUtime=13.02
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 72924 3714 0 0 270 26 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.58
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1064 3714 0 0 51 1 999 7 16 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.18
Current children cumulated vsize (KiB) 868088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/102 15111
/proc/meminfo: memFree=1291224/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868088 CPUtime=1800.08
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 106077 3714 1 0 178717 285 999 7 18 0 9 0 1993418299 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217022 66226 2615 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868088 CPUtime=1796.53
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31221 3714 1 0 178394 253 999 7 25 0 9 0 1993418300 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4126519959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868088 CPUtime=13.02
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 72924 3714 0 0 270 26 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.58
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1064 3714 0 0 51 1 999 7 16 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868088

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

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

[startup+1818.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/102 15111
/proc/meminfo: memFree=1291224/2055920 swapFree=4179472/4192956
[pid=14940] ppid=14938 vsize=868088 CPUtime=1800.08
/proc/14940/stat : 14940 (java) S 14938 14940 13529 0 -1 0 106077 3714 1 0 178717 285 999 7 18 0 9 0 1993418299 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14940/statm: 217022 66226 2615 9 0 211550 0
[pid=14940/tid=14942] ppid=14938 vsize=868088 CPUtime=1796.53
/proc/14940/task/14942/stat : 14942 (java) R 14938 14940 13529 0 -1 64 31221 3714 1 0 178394 253 999 7 25 0 9 0 1993418300 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4126519959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14943] ppid=14938 vsize=868088 CPUtime=13.02
/proc/14940/task/14943/stat : 14943 (java) S 14938 14940 13529 0 -1 64 72924 3714 0 0 270 26 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14944] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14944/stat : 14944 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14945] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14945/stat : 14945 (java) S 14938 14940 13529 0 -1 64 22 3714 0 0 0 0 999 7 16 0 9 0 1993418302 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14946] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14946/stat : 14946 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 18 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14947] ppid=14938 vsize=868088 CPUtime=10.58
/proc/14940/task/14947/stat : 14947 (java) S 14938 14940 13529 0 -1 64 1064 3714 0 0 51 1 999 7 16 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14948] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14948/stat : 14948 (java) S 14938 14940 13529 0 -1 64 1 3714 0 0 0 0 999 7 19 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14940/tid=14949] ppid=14938 vsize=868088 CPUtime=10.06
/proc/14940/task/14949/stat : 14949 (java) S 14938 14940 13529 0 -1 64 17 3714 0 0 0 0 999 7 15 0 9 0 1993418304 888922112 66226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868088

Child status: 143
Real time (s): 1818.98
CPU time (s): 1800.16
CPU user time (s): 1797.19
CPU system time (s): 2.97055
CPU usage (%): 98.9656
Max. virtual memory (cumulated for all children) (KiB): 890692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.19
system time used= 2.97055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109823
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= 38775
involuntary context switches= 76751

runsolver used 2.41763 second user time and 5.87311 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 06:07:07
IDJOB=1064873
IDBENCH=54999
IDSOLVER=364
FILE ID=node1/1064873-1215144426
PBS_JOBID= 7877341
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
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 esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064873-1215144426/watcher-1064873-1215144426 -o /tmp/evaluation-result-1064873-1215144426/solver-1064873-1215144426 -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-1064873-1215144426.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fea805b38dfb180ddb73a033dd0e468
RANDOM SEED=211621772

node1.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.265
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.265
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:       1735288 kB
Buffers:         38328 kB
Cached:         153092 kB
SwapCached:       7548 kB
Active:         193360 kB
Inactive:        75828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735288 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:           10940 kB
Writeback:           0 kB
Mapped:          85328 kB
Slab:            36640 kB
Committed_AS:  3157124 kB
PageTables:       1912 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= 66520 MiB
End job on node1 at 2008-07-04 06:37:28