Trace number 2094765

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.1 1810.84

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32b4.xml
MD5SUMf34a2733b65d1532e9b30a8688faa12a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.20881
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of constraints7299
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7299
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2094765-1247405169.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.50	     nbVariables=762  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1524
0.38/0.50	       =>  wckTime=0.227  cpuTime=0.15  mem=9M843
0.38/0.50	   
0.38/0.50	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
3.15/3.27	     nbConstraints=7301  nbGlobalConstraints=2  nbConvertedConstraints=6525  nbConvertConstraintsChecks=16
3.15/3.27	     nbExtensionStructures=2  nbSharedExtensionStructures=6523  nbConflictsStructures=3
3.15/3.27	     nbSharedConflictsStructures=6585  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5
3.15/3.27	     nbEvaluationManagers=2  nbSharedEvaluationManagers=772  minDegree=3  maxDegree=144  minArity=2  avgArity=5.07
3.15/3.27	     maxArity=508  nbGenerators=2  nbFusions=0  symmetryWckTime=0.869  symmetryCpuTime=0.5
3.15/3.27	       =>  wckTime=2.997  cpuTime=2.24  mem=52M881
3.35/3.43	   
3.35/3.43	   solver IterativeSystematicSolver being built... 
3.55/3.69	   
3.55/3.69	   INFO : Forward propagation technique limited 
3.65/3.80	       =>  wckTime=3.528  cpuTime=2.52  mem=49M489
3.74/3.84	   
3.74/3.84	   preprocessing
3.74/3.84	     nbConstraintChecks=0  nbPropagations=762  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.74/3.84	     detectedInconsistency=no
3.74/3.84	       =>  wckTime=0.038  cpuTime=0.03  mem=52M405
6.12/6.26	   
6.12/6.26	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=54M382)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094765-1247405169/watcher-2094765-1247405169 -o /tmp/evaluation-result-2094765-1247405169/solver-2094765-1247405169 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094765-1247405169.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.91 4/80 31942
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=18576 CPUtime=0
/proc/31942/stat : 31942 (runsolver) R 31940 31942 31284 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27582911 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 210824129831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31942/statm: 4644 284 249 26 0 2626 0

[startup+0.0709071 s]
/proc/loadavg: 2.01 2.00 1.91 4/80 31942
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=864024 CPUtime=0.06
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 2864 0 1 0 4 2 0 0 18 0 9 0 27582911 884760576 2391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 216006 2391 1135 9 0 210899 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864024

[startup+0.101909 s]
/proc/loadavg: 2.01 2.00 1.91 4/80 31942
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=865984 CPUtime=0.08
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 3727 0 1 0 6 2 0 0 18 0 9 0 27582911 886767616 3195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 216496 3195 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301935 s]
/proc/loadavg: 2.01 2.00 1.91 4/80 31942
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=866300 CPUtime=0.28
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 5713 0 1 0 24 4 0 0 18 0 9 0 27582911 887091200 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 216575 5116 1928 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.701982 s]
/proc/loadavg: 2.01 2.00 1.91 4/80 31942
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=867804 CPUtime=0.68
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 8438 0 1 0 62 6 0 0 18 0 9 0 27582911 888631296 7792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 216951 7792 2036 9 0 211387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867804

[startup+1.50208 s]
/proc/loadavg: 2.01 2.00 1.91 3/89 31951
/proc/meminfo: memFree=1679296/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=867716 CPUtime=1.47
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 18621 0 1 0 132 15 0 0 18 0 9 0 27582911 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 216929 17947 2031 9 0 211387 0
[pid=31942/tid=31944] ppid=31940 vsize=867716 CPUtime=1.19
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 15825 0 1 0 106 13 0 0 25 0 9 0 27582913 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4126979208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31945] ppid=31940 vsize=867716 CPUtime=0.05
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 1398 0 0 0 5 0 0 0 16 0 9 0 27582914 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=867716 CPUtime=0
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27582914 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=867716 CPUtime=0
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27582914 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=867716 CPUtime=0
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27582916 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=867716 CPUtime=0.2
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 697 0 0 0 20 0 0 0 15 0 9 0 27582916 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=867716 CPUtime=0
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27582916 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=867716 CPUtime=0
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27582916 888541184 17947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867716

[startup+3.10227 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 31951
/proc/meminfo: memFree=1654464/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868040 CPUtime=3.05
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 25965 1167 1 0 230 45 28 2 18 0 9 0 27582911 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217010 21545 2044 9 0 211468 0
[pid=31942/tid=31944] ppid=31940 vsize=868040 CPUtime=2.59
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 19307 1167 1 0 189 40 28 2 22 0 9 0 27582913 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4126757991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868040 CPUtime=0.45
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 4900 1167 0 0 13 2 28 2 17 0 9 0 27582914 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868040 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 16 1167 0 0 0 0 28 2 16 0 9 0 27582914 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868040 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 5 1167 0 0 0 0 28 2 16 0 9 0 27582914 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868040 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868040 CPUtime=0.56
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 920 1167 0 0 26 0 28 2 15 0 9 0 27582916 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868040 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 888872960 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868040 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 12 1167 0 0 0 0 28 2 15 0 9 0 27582916 888872960 21545 996147200 134512640 134550932 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) 868040

[startup+6.30166 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 31955
/proc/meminfo: memFree=1630592/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=6.22
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44461 1167 1 0 541 51 28 2 18 0 9 0 27582911 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24492 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=5.43
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29678 1167 1 0 471 42 28 2 25 0 9 0 27582913 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4127308567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.64
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 29 5 28 2 17 0 9 0 27582914 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.69
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1002 1167 0 0 38 1 28 2 15 0 9 0 27582916 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24492 996147200 134512640 134550932 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) 868196

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 31955
/proc/meminfo: memFree=1630464/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=12.56
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44529 1167 1 0 1175 51 28 2 18 0 9 0 27582911 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24503 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=11.74
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29681 1167 1 0 1102 42 28 2 25 0 9 0 27582913 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4126381335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.64
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 29 5 28 2 17 0 9 0 27582914 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.72
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1067 1167 0 0 41 1 28 2 15 0 9 0 27582916 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24503 996147200 134512640 134550932 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) 868196

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 31955
/proc/meminfo: memFree=1630400/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=25.24
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44539 1167 1 0 2443 51 28 2 18 0 9 0 27582911 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24509 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=24.42
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29682 1167 1 0 2369 43 28 2 25 0 9 0 27582913 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4127385123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.64
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 29 5 28 2 17 0 9 0 27582914 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1076 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868196

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 31955
/proc/meminfo: memFree=1630528/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=50.59
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44541 1167 1 0 4978 51 28 2 18 0 9 0 27582911 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24509 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=49.78
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29683 1167 1 0 4905 43 28 2 25 0 9 0 27582913 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4127308567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.64
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 29 5 28 2 16 0 9 0 27582914 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1077 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1086 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.66
Current children cumulated vsize (KiB) 868196

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.91 4/89 32037
/proc/meminfo: memFree=1697024/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=1531.64
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44554 1167 1 0 153080 54 28 2 18 0 9 0 27582911 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24514 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=1530.82
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29687 1167 1 0 153006 46 28 2 25 0 9 0 27582913 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4127125837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.65
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 30 5 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1086 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.64
Current children cumulated vsize (KiB) 868196

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 32037
/proc/meminfo: memFree=1697088/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=1591.62
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44554 1167 1 0 159078 54 28 2 18 0 9 0 27582911 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24514 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=1590.8
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29687 1167 1 0 159004 46 28 2 25 0 9 0 27582913 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4127308556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.65
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 30 5 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1086 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.62
Current children cumulated vsize (KiB) 868196

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 32037
/proc/meminfo: memFree=1697088/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=1651.59
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44554 1167 1 0 165075 54 28 2 18 0 9 0 27582911 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24514 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=1650.77
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29687 1167 1 0 165001 46 28 2 25 0 9 0 27582913 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4127308570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.65
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 30 5 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1086 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.59
Current children cumulated vsize (KiB) 868196

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 32037
/proc/meminfo: memFree=1697088/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=1711.58
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44554 1167 1 0 171073 55 28 2 18 0 9 0 27582911 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24514 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=1710.75
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29687 1167 1 0 170999 46 28 2 25 0 9 0 27582913 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4127310704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.65
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 30 5 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1086 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.58
Current children cumulated vsize (KiB) 868196

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 32037
/proc/meminfo: memFree=1696896/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=1771.56
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44554 1167 1 0 177071 55 28 2 18 0 9 0 27582911 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24514 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=1770.73
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29687 1167 1 0 176997 46 28 2 25 0 9 0 27582913 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4127311359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.65
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 30 5 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1086 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.56
Current children cumulated vsize (KiB) 868196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.8 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 32037
/proc/meminfo: memFree=1696896/2055920 swapFree=4192812/4192956
[pid=31942] ppid=31940 vsize=868196 CPUtime=1800.05
/proc/31942/stat : 31942 (java) S 31940 31942 31284 0 -1 0 44554 1167 1 0 179920 55 28 2 18 0 9 0 27582911 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31942/statm: 217049 24514 2662 9 0 211485 0
[pid=31942/tid=31944] ppid=31940 vsize=868196 CPUtime=1799.22
/proc/31942/task/31944/stat : 31944 (java) R 31940 31942 31284 0 -1 64 29687 1167 1 0 179846 46 28 2 25 0 9 0 27582913 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4127308570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31942/tid=31945] ppid=31940 vsize=868196 CPUtime=0.65
/proc/31942/task/31945/stat : 31945 (java) S 31940 31942 31284 0 -1 64 12905 1167 0 0 30 5 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31946] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31946/stat : 31946 (java) S 31940 31942 31284 0 -1 64 21 1167 0 0 0 0 28 2 16 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31947] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31947/stat : 31947 (java) S 31940 31942 31284 0 -1 64 9 1167 0 0 0 0 28 2 15 0 9 0 27582914 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31948] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31948/stat : 31948 (java) S 31940 31942 31284 0 -1 64 2 1167 0 0 0 0 28 2 18 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31949] ppid=31940 vsize=868196 CPUtime=0.74
/proc/31942/task/31949/stat : 31949 (java) S 31940 31942 31284 0 -1 64 1086 1167 0 0 43 1 28 2 16 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31950] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31950/stat : 31950 (java) S 31940 31942 31284 0 -1 64 0 1167 0 0 0 0 28 2 19 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31942/tid=31951] ppid=31940 vsize=868196 CPUtime=0.3
/proc/31942/task/31951/stat : 31951 (java) S 31940 31942 31284 0 -1 64 41 1167 0 0 0 0 28 2 15 0 9 0 27582916 889032704 24514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868196

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

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

Child status: 143
Real time (s): 1810.84
CPU time (s): 1800.1
CPU user time (s): 1799.51
CPU system time (s): 0.58691
CPU usage (%): 99.4068
Max. virtual memory (cumulated for all children) (KiB): 868216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.58691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45751
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= 38694
involuntary context switches= 51964

runsolver used 2.46563 second user time and 5.78912 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 15:26:09
IDJOB=2094765
IDBENCH=54551
IDSOLVER=773
FILE ID=node33/2094765-1247405169
PBS_JOBID= 9510578
Free space on /tmp= 66444 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32b4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094765-1247405169/watcher-2094765-1247405169 -o /tmp/evaluation-result-2094765-1247405169/solver-2094765-1247405169 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094765-1247405169.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f34a2733b65d1532e9b30a8688faa12a
RANDOM SEED=133456538

node33.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.229
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.229
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:       1719272 kB
Buffers:         35752 kB
Cached:         113440 kB
SwapCached:          0 kB
Active:         208272 kB
Inactive:        72692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3392 kB
Writeback:           0 kB
Mapped:         152212 kB
Slab:            40672 kB
Committed_AS:  1006932 kB
PageTables:       2012 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= 66444 MiB
End job on node33 at 2009-07-12 15:56:22