Trace number 1057953

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

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-5.xml
MD5SUMf5998e2cea9b4eec8b3b7aad8f0dac4c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.0473
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints41851
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension41551
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1057953-1215111865.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.47/0.55	   
0.47/0.55	   variables being loaded...
0.57/0.66	     nbVariables=800  nbDomainTypes=437  minDomainSize=1  maxDomainSize=34  nbTotalValues=13774
0.57/0.66	       =>  wckTime=0.417  cpuTime=0.29  mem=10M781
0.57/0.66	   
0.57/0.66	   predicates being loaded...
0.67/0.72	   
0.67/0.72	   constraints being loaded...
21.68/21.99	   
21.68/21.99	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 157M910)
33.45/33.85	     nbConstraints=41851  nbGlobalConstraints=300  nbSingletonDomainVariables=92  nbConflictsStructures=6867
33.45/33.85	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=34684  nbSharedBinaryRepresentations=0
33.45/33.85	     nbEvaluationManagers=41551  nbSharedEvaluationManagers=0  minDegree=92  maxDegree=368  minArity=4  avgArity=4.12
33.45/33.85	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=2.227  symmetryCpuTime=0.77
33.45/33.85	       =>  wckTime=33.601  cpuTime=29.78  mem=259M883
34.26/34.64	   
34.26/34.64	   solver IterativeSystematicSolver being built... 
36.43/36.80	   
36.43/36.82	   INFO : Forward propagation technique limited 
36.53/36.90	       =>  wckTime=36.656  cpuTime=31.1  mem=393M400
79.92/80.79	   
79.92/80.79	   INFO : Stopping ESAC
79.92/80.80	   
80.02/80.80	   preprocessing
80.02/80.80	     nbConstraintChecks=26048073  nbValidityChecks=114935425  nbPropagations=19948  nbRevisions=7631867
80.02/80.80	     nbUselessRevisions=7629004  nbSingletonTests=789  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
80.02/80.80	     nbRemovedValues=0  detectedInconsistency=no
80.02/80.80	       =>  wckTime=43.891  cpuTime=43.28  mem=407M178
117.56/118.79	   
117.56/118.79	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=385M315)

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 1.98 4/81 1071
/proc/meminfo: memFree=1073184/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=10616 CPUtime=0
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1990160939 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 2654 472 209 9 0 1184 0
[pid=1071/tid=1072] ppid=1069 vsize=10616 CPUtime=0
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1990160941 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8708056 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0905629 s]
/proc/loadavg: 2.01 2.03 1.98 4/81 1071
/proc/meminfo: memFree=1073184/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=865856 CPUtime=0.06
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 3528 0 1 0 5 1 0 0 18 0 9 0 1990160939 886636544 3018 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216464 3018 1631 9 0 211026 0
[pid=1071/tid=1072] ppid=1069 vsize=865856 CPUtime=0.05
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 2626 0 1 0 5 0 0 0 18 0 9 0 1990160941 886636544 3018 996147200 134512640 134550740 4294955968 18446744073709551615 102689657 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101567 s]
/proc/loadavg: 2.01 2.03 1.98 4/81 1071
/proc/meminfo: memFree=1073184/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=865884 CPUtime=0.07
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 3672 0 1 0 6 1 0 0 18 0 9 0 1990160939 886665216 3147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216471 3147 1676 9 0 211026 0
[pid=1071/tid=1072] ppid=1069 vsize=865884 CPUtime=0.07
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 2770 0 1 0 6 1 0 0 18 0 9 0 1990160941 886665216 3147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301601 s]
/proc/loadavg: 2.01 2.03 1.98 4/81 1071
/proc/meminfo: memFree=1073184/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=866048 CPUtime=0.28
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 5588 0 1 0 25 3 0 0 18 0 9 0 1990160939 886833152 5002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216512 5002 1902 9 0 211060 0
[pid=1071/tid=1072] ppid=1069 vsize=866048 CPUtime=0.24
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 4655 0 1 0 22 2 0 0 19 0 9 0 1990160941 886833152 5002 996147200 134512640 134550740 4294955968 18446744073709551615 7861028 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.701673 s]
/proc/loadavg: 2.01 2.03 1.98 4/81 1071
/proc/meminfo: memFree=1073184/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=867104 CPUtime=0.67
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 7916 0 1 0 63 4 0 0 18 0 9 0 1990160939 887914496 7277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216776 7277 1998 9 0 211282 0
[pid=1071/tid=1072] ppid=1069 vsize=867104 CPUtime=0.53
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 6737 0 1 0 50 3 0 0 20 0 9 0 1990160941 887914496 7277 996147200 134512640 134550740 4294955968 18446744073709551615 4125977652 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867104

[startup+1.50281 s]
/proc/loadavg: 2.01 2.03 1.98 3/90 1081
/proc/meminfo: memFree=1038616/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=867632 CPUtime=1.46
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 18478 0 1 0 137 9 0 0 18 0 9 0 1990160939 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216908 17813 2004 9 0 211436 0
[pid=1071/tid=1072] ppid=1069 vsize=867632 CPUtime=1.2
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 15754 0 1 0 113 7 0 0 25 0 9 0 1990160941 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4126591291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1074] ppid=1069 vsize=867632 CPUtime=0.06
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 1365 0 0 0 6 0 0 0 16 0 9 0 1990160942 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1076] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990160945 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=867632 CPUtime=0.17
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 663 0 0 0 17 0 0 0 16 0 9 0 1990160945 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1080] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990160945 888455168 17813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990160945 888455168 17813 996147200 134512640 134550740 4294955968 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) 867632

[startup+3.1021 s]
/proc/loadavg: 2.01 2.03 1.98 3/90 1081
/proc/meminfo: memFree=1009304/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=867632 CPUtime=3.05
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 22733 0 1 0 293 12 0 0 18 0 9 0 1990160939 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216908 22066 2004 9 0 211436 0
[pid=1071/tid=1072] ppid=1069 vsize=867632 CPUtime=2.58
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 15760 0 1 0 250 8 0 0 25 0 9 0 1990160941 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 8326739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1074] ppid=1069 vsize=867632 CPUtime=0.27
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 5614 0 0 0 25 2 0 0 17 0 9 0 1990160942 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1076] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990160945 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=867632 CPUtime=0.17
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 663 0 0 0 17 0 0 0 17 0 9 0 1990160945 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1080] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990160945 888455168 22066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990160945 888455168 22066 996147200 134512640 134550740 4294955968 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) 867632

[startup+6.30166 s]
/proc/loadavg: 2.01 2.03 1.98 3/90 1081
/proc/meminfo: memFree=977752/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=867632 CPUtime=6.22
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 28066 0 1 0 592 30 0 0 18 0 9 0 1990160939 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216908 27394 2005 9 0 211436 0
[pid=1071/tid=1072] ppid=1069 vsize=867632 CPUtime=5.41
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 15789 0 1 0 518 23 0 0 25 0 9 0 1990160941 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4126606543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1074] ppid=1069 vsize=867632 CPUtime=0.52
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 10851 0 0 0 47 5 0 0 16 0 9 0 1990160942 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1076] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990160945 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=867632 CPUtime=0.26
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 730 0 0 0 26 0 0 0 16 0 9 0 1990160945 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1080] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990160945 888455168 27394 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990160945 888455168 27394 996147200 134512640 134550740 4294955968 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) 867632

[startup+12.7028 s]
/proc/loadavg: 2.00 2.03 1.98 3/90 1081
/proc/meminfo: memFree=936408/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=867632 CPUtime=12.56
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 36656 0 1 0 1187 69 0 0 18 0 9 0 1990160939 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216908 35979 2005 9 0 211436 0
[pid=1071/tid=1072] ppid=1069 vsize=867632 CPUtime=11.49
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 15794 0 1 0 1091 58 0 0 25 0 9 0 1990160941 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4126929840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1074] ppid=1069 vsize=867632 CPUtime=0.77
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 19436 0 0 0 69 8 0 0 16 0 9 0 1990160942 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1076] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990160945 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=867632 CPUtime=0.26
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 730 0 0 0 26 0 0 0 16 0 9 0 1990160945 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1080] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990160945 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990160945 888455168 35979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867632

[startup+25.501 s]
/proc/loadavg: 2.00 2.03 1.98 3/90 1081
/proc/meminfo: memFree=853592/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=867632 CPUtime=25.23
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 57355 0 1 0 2386 137 0 0 18 0 9 0 1990160939 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 216908 56666 2005 9 0 211436 0
[pid=1071/tid=1072] ppid=1069 vsize=867632 CPUtime=23.52
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 15806 0 1 0 2234 118 0 0 25 0 9 0 1990160941 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 102888935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1074] ppid=1069 vsize=867632 CPUtime=1.42
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 40122 0 0 0 125 17 0 0 16 0 9 0 1990160942 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1076] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160943 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990160945 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=867632 CPUtime=0.26
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 731 0 0 0 26 0 0 0 16 0 9 0 1990160945 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1080] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990160945 888455168 56666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=867632 CPUtime=0
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990160945 888455168 56666 996147200 134512640 134550740 4294955968 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) 867632

[startup+51.1016 s]
/proc/loadavg: 2.13 2.06 2.00 3/90 1085
/proc/meminfo: memFree=643592/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=868280 CPUtime=50.6
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 182621 3803 1 0 4782 177 95 6 18 0 9 0 1990160939 889118720 109667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 217070 109667 2615 9 0 211598 0
[pid=1071/tid=1072] ppid=1069 vsize=868280 CPUtime=46.18
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 29186 3803 1 0 4394 123 95 6 25 0 9 0 1990160941 889118720 109667 996147200 134512640 134550740 4294955968 18446744073709551615 4127350001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1074] ppid=1069 vsize=868280 CPUtime=4.97

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

Current children cumulated CPU time (s) 1475.45
Current children cumulated vsize (KiB) 868280

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 1203
/proc/meminfo: memFree=1204320/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=868280 CPUtime=1535.42
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 184353 3803 1 0 153257 184 95 6 18 0 9 0 1990160939 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 217070 111331 2615 9 0 211598 0
[pid=1071/tid=1072] ppid=1069 vsize=868280 CPUtime=1529.7
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 29248 3803 1 0 152741 128 95 6 25 0 9 0 1990160941 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4127359411 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=868280 CPUtime=6.19
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 153162 3803 0 0 468 50 95 6 16 0 9 0 1990160942 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1076] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 28 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 22 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 18 0 9 0 1990160945 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=868280 CPUtime=1.48
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 1087 3803 0 0 46 1 95 6 16 0 9 0 1990160945 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1080] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 19 0 9 0 1990160945 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 8 3803 0 0 0 0 95 6 15 0 9 0 1990160945 889118720 111331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.42
Current children cumulated vsize (KiB) 868280

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 1203
/proc/meminfo: memFree=1204320/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=868280 CPUtime=1595.39
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 184356 3803 1 0 159254 184 95 6 18 0 9 0 1990160939 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 217070 111333 2615 9 0 211598 0
[pid=1071/tid=1072] ppid=1069 vsize=868280 CPUtime=1589.66
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 29249 3803 1 0 158736 129 95 6 25 0 9 0 1990160941 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4127359411 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=868280 CPUtime=6.21
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 153164 3803 0 0 470 50 95 6 16 0 9 0 1990160942 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1076] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 28 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 22 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 18 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=868280 CPUtime=1.48
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 1087 3803 0 0 46 1 95 6 16 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1080] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 19 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 8 3803 0 0 0 0 95 6 15 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.39
Current children cumulated vsize (KiB) 868280

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 1203
/proc/meminfo: memFree=1204384/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=868280 CPUtime=1655.36
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 184358 3803 1 0 165251 184 95 6 18 0 9 0 1990160939 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 217070 111333 2615 9 0 211598 0
[pid=1071/tid=1072] ppid=1069 vsize=868280 CPUtime=1649.6
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 29251 3803 1 0 164730 129 95 6 25 0 9 0 1990160941 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4127356106 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=868280 CPUtime=6.24
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 153164 3803 0 0 473 50 95 6 16 0 9 0 1990160942 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1076] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 28 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 22 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 18 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=868280 CPUtime=1.48
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 1087 3803 0 0 46 1 95 6 16 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1080] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 19 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 8 3803 0 0 0 0 95 6 15 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.36
Current children cumulated vsize (KiB) 868280

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 1203
/proc/meminfo: memFree=1204384/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=868280 CPUtime=1715.34
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 184360 3803 1 0 171248 185 95 6 18 0 9 0 1990160939 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 217070 111333 2615 9 0 211598 0
[pid=1071/tid=1072] ppid=1069 vsize=868280 CPUtime=1709.5
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 29253 3803 1 0 170720 129 95 6 25 0 9 0 1990160941 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4127359438 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=868280 CPUtime=6.31
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 153164 3803 0 0 480 50 95 6 16 0 9 0 1990160942 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1076] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 28 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 22 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 18 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=868280 CPUtime=1.48
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 1087 3803 0 0 46 1 95 6 16 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1080] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 19 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 8 3803 0 0 0 0 95 6 15 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.34
Current children cumulated vsize (KiB) 868280

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 1203
/proc/meminfo: memFree=1204192/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=868280 CPUtime=1775.31
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 184361 3803 1 0 177245 185 95 6 18 0 9 0 1990160939 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 217070 111333 2615 9 0 211598 0
[pid=1071/tid=1072] ppid=1069 vsize=868280 CPUtime=1769.45
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 29254 3803 1 0 176715 129 95 6 25 0 9 0 1990160941 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4126934125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=868280 CPUtime=6.34
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 153164 3803 0 0 483 50 95 6 16 0 9 0 1990160942 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1076] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 28 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 22 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 18 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=868280 CPUtime=1.48
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 1087 3803 0 0 46 1 95 6 16 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1080] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 19 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 8 3803 0 0 0 0 95 6 15 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.31
Current children cumulated vsize (KiB) 868280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 2.12 2.03 2.01 3/82 1203
/proc/meminfo: memFree=1204192/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=868280 CPUtime=1800.01
/proc/1071/stat : 1071 (java) S 1069 1071 590 0 -1 0 184362 3803 1 0 179715 185 95 6 18 0 9 0 1990160939 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 217070 111333 2615 9 0 211598 0
[pid=1071/tid=1072] ppid=1069 vsize=868280 CPUtime=1794.12
/proc/1071/task/1072/stat : 1072 (java) R 1069 1071 590 0 -1 64 29255 3803 1 0 179182 129 95 6 25 0 9 0 1990160941 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4127239784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=868280 CPUtime=6.36
/proc/1071/task/1074/stat : 1074 (java) S 1069 1071 590 0 -1 64 153164 3803 0 0 485 50 95 6 16 0 9 0 1990160942 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1076] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1076/stat : 1076 (java) S 1069 1071 590 0 -1 64 28 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1077] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1077/stat : 1077 (java) S 1069 1071 590 0 -1 64 22 3803 0 0 0 0 95 6 16 0 9 0 1990160943 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1078] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1078/stat : 1078 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 18 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1079] ppid=1069 vsize=868280 CPUtime=1.48
/proc/1071/task/1079/stat : 1079 (java) S 1069 1071 590 0 -1 64 1087 3803 0 0 46 1 95 6 16 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1071/tid=1080] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1080/stat : 1080 (java) S 1069 1071 590 0 -1 64 1 3803 0 0 0 0 95 6 19 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1071/tid=1081] ppid=1069 vsize=868280 CPUtime=1.01
/proc/1071/task/1081/stat : 1081 (java) S 1069 1071 590 0 -1 64 8 3803 0 0 0 0 95 6 15 0 9 0 1990160945 889118720 111333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868280

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

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

[startup+1807.11 s]
/proc/loadavg: 2.12 2.03 2.01 3/82 1203
/proc/meminfo: memFree=1204192/2055920 swapFree=4180540/4192956
[pid=1071] ppid=1069 vsize=0 CPUtime=1800.11
/proc/1071/stat : 1071 (java) Z 1069 1071 590 0 -1 1036 184393 3803 1 0 179721 189 95 6 16 0 2 0 1990160939 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1071/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1807.13
CPU time (s): 1800.14
CPU user time (s): 1798.17
CPU system time (s): 1.9767
CPU usage (%): 99.6134
Max. virtual memory (cumulated for all children) (KiB): 891100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.17
system time used= 1.9767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188196
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= 39036
involuntary context switches= 43170

runsolver used 2.28465 second user time and 5.9501 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 21:04:25
IDJOB=1057953
IDBENCH=54097
IDSOLVER=364
FILE ID=node18/1057953-1215111865
PBS_JOBID= 7877167
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-5.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-1057953-1215111865/watcher-1057953-1215111865 -o /tmp/evaluation-result-1057953-1215111865/solver-1057953-1215111865 -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-1057953-1215111865.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5998e2cea9b4eec8b3b7aad8f0dac4c
RANDOM SEED=1285374530

node18.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.268
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	: 5931.00
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.268
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:       1073600 kB
Buffers:         34944 kB
Cached:         224996 kB
SwapCached:       6280 kB
Active:         790520 kB
Inactive:       129920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073600 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            7924 kB
Writeback:           0 kB
Mapped:         676612 kB
Slab:            45532 kB
Committed_AS:  4057020 kB
PageTables:       3336 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= 66536 MiB
End job on node18 at 2008-07-03 21:34:34