Trace number 1064473

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.11 1814.56

General information on the benchmark

Namecsp/tdsp/
normalized-C3-1-31.xml
MD5SUM6cc1e56d3f11dc3d6cace0b85eb6533e
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 benchmark6.587
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints434
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension434
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1064473-1215141743.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.36	     nbVariables=86  nbDomainTypes=5  minDomainSize=1  maxDomainSize=61  nbTotalValues=2662
0.28/0.36	       =>  wckTime=0.113  cpuTime=0.11  mem=7M919
0.28/0.36	   
0.28/0.36	   predicates being loaded...
0.38/0.41	   
0.38/0.41	   constraints being loaded...
1.37/1.46	     nbConstraints=434  nbSingletonDomainVariables=2  nbConflictsStructures=52  nbSharedConflictsStructures=4
1.37/1.46	     nbUnbuiltConflictsStructures=339  nbSharedBinaryRepresentations=0  nbEvaluationManagers=391
1.37/1.46	     nbSharedEvaluationManagers=43  minDegree=28  maxDegree=29  minArity=3  avgArity=5.61  maxArity=6  nbGenerators=0
1.37/1.46	     nbFusions=0  symmetryWckTime=0.111  symmetryCpuTime=0.06
1.37/1.46	       =>  wckTime=1.213  cpuTime=1.0  mem=21M698
1.46/1.53	   
1.46/1.53	   solver IterativeSystematicSolver being built... 
1.57/1.64	   
1.57/1.65	   INFO : Forward propagation technique limited 
1.67/1.71	       =>  wckTime=1.468  cpuTime=1.17  mem=29M299
1.67/1.73	   
1.67/1.73	   preprocessing
1.67/1.73	     nbConstraintChecks=553  nbPropagations=86  nbRevisions=57  nbUselessRevisions=1  nbRemovedValues=276
1.67/1.73	     detectedInconsistency=no
1.67/1.73	       =>  wckTime=0.019  cpuTime=0.01  mem=30M343
13.07/13.24	   
13.07/13.24	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M354)

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-1064473-1215141743/watcher-1064473-1215141743 -o /tmp/evaluation-result-1064473-1215141743/solver-1064473-1215141743 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1064473-1215141743.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.11 2.05 2.01 4/72 13448
/proc/meminfo: memFree=1425600/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=1616 CPUtime=0
/proc/13448/stat : 13448 (java) R 13446 13448 11295 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 698140743 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/13448/statm: 404 145 119 9 0 46 0

[startup+0.037377 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 13448
/proc/meminfo: memFree=1425600/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=861876 CPUtime=0.02
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 2204 0 1 0 1 1 0 0 18 0 5 0 698140743 882561024 1829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 215469 1831 842 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.10239 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 13448
/proc/meminfo: memFree=1425600/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=865884 CPUtime=0.08
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 3733 0 1 0 6 2 0 0 18 0 9 0 698140743 886665216 3197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216471 3197 1693 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302434 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 13448
/proc/meminfo: memFree=1425600/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=866284 CPUtime=0.28
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 5997 0 1 0 24 4 0 0 18 0 9 0 698140743 887074816 5372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216571 5373 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701489 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 13448
/proc/meminfo: memFree=1425600/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867084 CPUtime=0.68
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 9220 0 1 0 62 6 0 0 18 0 9 0 698140743 887894016 8580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216771 8581 2009 9 0 211277 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867084

[startup+1.50163 s]
/proc/loadavg: 2.11 2.05 2.01 3/81 13457
/proc/meminfo: memFree=1379640/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867444 CPUtime=1.46
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 20647 201 1 0 131 14 1 0 18 0 10 0 698140743 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216861 17029 2097 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867444 CPUtime=1.18
/proc/13448/task/13450/stat : 13450 (java) S 13446 13448 11295 0 -1 64 16545 201 1 0 106 11 1 0 16 0 10 0 698140744 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867444 CPUtime=0.06
/proc/13448/task/13451/stat : 13451 (java) R 13446 13448 11295 0 -1 64 2616 201 0 0 5 0 1 0 17 0 10 0 698140746 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 102687684 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867444 CPUtime=0.01
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 14 201 0 0 0 0 1 0 16 0 10 0 698140746 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867444 CPUtime=0.01
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 5 201 0 0 0 0 1 0 16 0 10 0 698140746 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867444 CPUtime=0.01
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 201 0 0 0 0 1 0 23 0 10 0 698140748 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867444 CPUtime=0.21
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 649 201 0 0 19 1 1 0 16 0 10 0 698140748 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867444 CPUtime=0.01
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 201 0 0 0 0 1 0 24 0 10 0 698140748 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867444 CPUtime=0.01
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 11 201 0 0 0 0 1 0 15 0 10 0 698140748 888262656 17029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867444

[startup+3.10294 s]
/proc/loadavg: 2.18 2.07 2.01 3/81 13461
/proc/meminfo: memFree=1362032/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=3.06
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28177 324 1 0 287 17 1 1 18 0 9 0 698140743 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18364 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=2.67
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22624 324 1 0 252 13 1 1 25 0 9 0 698140744 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4126757431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 17 0 9 0 698140746 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.29
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 747 324 0 0 26 1 1 1 15 0 9 0 698140748 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 11 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867532

[startup+6.30144 s]
/proc/loadavg: 2.18 2.07 2.01 3/81 13461
/proc/meminfo: memFree=1361968/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=6.24
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28217 324 1 0 605 17 1 1 18 0 9 0 698140743 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18370 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=5.84
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22647 324 1 0 569 13 1 1 25 0 9 0 698140744 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4126756960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.3
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 753 324 0 0 27 1 1 1 15 0 9 0 698140748 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867532

[startup+12.7015 s]
/proc/loadavg: 2.16 2.07 2.01 3/81 13461
/proc/meminfo: memFree=1361784/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=12.58
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28242 324 1 0 1239 17 1 1 18 0 9 0 698140743 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18373 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=12.18
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22666 324 1 0 1202 14 1 1 25 0 9 0 698140744 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4126779943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.31
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 759 324 0 0 28 1 1 1 16 0 9 0 698140748 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 867532

[startup+25.5027 s]
/proc/loadavg: 2.13 2.06 2.01 3/81 13461
/proc/meminfo: memFree=1361784/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=25.26
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28267 324 1 0 2507 17 1 1 18 0 9 0 698140743 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18380 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=24.85
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22676 324 1 0 2469 14 1 1 25 0 9 0 698140744 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4126788039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.33
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 774 324 0 0 30 1 1 1 15 0 9 0 698140748 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18380 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867532

[startup+51.103 s]
/proc/loadavg: 2.09 2.06 2.01 3/81 13461
/proc/meminfo: memFree=1361720/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=50.65
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28276 324 1 0 5045 18 1 1 18 0 9 0 698140743 888352768 18383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18383 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=50.23
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22680 324 1 0 5007 14 1 1 23 0 9 0 698140744 888352768 18383 996147200 134512640 134550740 4294955984 18446744073709551615 4126780868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.33
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 779 324 0 0 30 1 1 1 16 0 9 0 698140748 888352768 18383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02

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

/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.34
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 785 324 0 0 31 1 1 1 16 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.13
Current children cumulated vsize (KiB) 867532

[startup+1602.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/81 13461
/proc/meminfo: memFree=1361216/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=1588.62
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28306 324 1 0 158833 27 1 1 18 0 9 0 698140743 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18387 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=1588.19
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22704 324 1 0 158794 23 1 1 25 0 9 0 698140744 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4126788039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.34
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 785 324 0 0 31 1 1 1 16 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.62
Current children cumulated vsize (KiB) 867532

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/81 13461
/proc/meminfo: memFree=1361024/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=1648.11
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28306 324 1 0 164782 27 1 1 18 0 9 0 698140743 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18387 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=1647.68
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22704 324 1 0 164742 24 1 1 25 0 9 0 698140744 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4126760487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.34
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 785 324 0 0 31 1 1 1 16 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.11
Current children cumulated vsize (KiB) 867532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/81 13489
/proc/meminfo: memFree=1347008/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=1707.89
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28306 324 1 0 170759 28 1 1 18 0 9 0 698140743 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18387 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=1707.46
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22704 324 1 0 170720 24 1 1 25 0 9 0 698140744 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4126757023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.34
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 785 324 0 0 31 1 1 1 16 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.89
Current children cumulated vsize (KiB) 867532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 13489
/proc/meminfo: memFree=1346560/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=1767.86
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28306 324 1 0 176756 28 1 1 18 0 9 0 698140743 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18387 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=1767.42
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22704 324 1 0 176716 24 1 1 25 0 9 0 698140744 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4127075800 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.34
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 785 324 0 0 31 1 1 1 16 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.86
Current children cumulated vsize (KiB) 867532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 13489
/proc/meminfo: memFree=1346560/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=1800.04
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28306 324 1 0 179974 28 1 1 18 0 9 0 698140743 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18387 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=1799.6
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22704 324 1 0 179934 24 1 1 25 0 9 0 698140744 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4126788039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.34
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 785 324 0 0 31 1 1 1 16 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867532

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

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

[startup+1814.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 13489
/proc/meminfo: memFree=1346560/2055920 swapFree=4156332/4192956
[pid=13448] ppid=13446 vsize=867532 CPUtime=1800.04
/proc/13448/stat : 13448 (java) S 13446 13448 11295 0 -1 0 28306 324 1 0 179974 28 1 1 18 0 9 0 698140743 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13448/statm: 216883 18387 2636 9 0 211389 0
[pid=13448/tid=13450] ppid=13446 vsize=867532 CPUtime=1799.6
/proc/13448/task/13450/stat : 13450 (java) R 13446 13448 11295 0 -1 64 22704 324 1 0 179934 24 1 1 25 0 9 0 698140744 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4126788039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13451] ppid=13446 vsize=867532 CPUtime=0.09
/proc/13448/task/13451/stat : 13451 (java) S 13446 13448 11295 0 -1 64 3960 324 0 0 7 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13452] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13452/stat : 13452 (java) S 13446 13448 11295 0 -1 64 17 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13453] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13453/stat : 13453 (java) S 13446 13448 11295 0 -1 64 8 324 0 0 0 0 1 1 16 0 9 0 698140746 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13454] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13454/stat : 13454 (java) S 13446 13448 11295 0 -1 64 1 324 0 0 0 0 1 1 23 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13455] ppid=13446 vsize=867532 CPUtime=0.34
/proc/13448/task/13455/stat : 13455 (java) S 13446 13448 11295 0 -1 64 785 324 0 0 31 1 1 1 16 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13448/tid=13456] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13456/stat : 13456 (java) S 13446 13448 11295 0 -1 64 2 324 0 0 0 0 1 1 24 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13448/tid=13457] ppid=13446 vsize=867532 CPUtime=0.02
/proc/13448/task/13457/stat : 13457 (java) S 13446 13448 11295 0 -1 64 22 324 0 0 0 0 1 1 15 0 9 0 698140748 888352768 18387 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867532

Child status: 143
Real time (s): 1814.56
CPU time (s): 1800.11
CPU user time (s): 1799.8
CPU system time (s): 0.307953
CPU usage (%): 99.2035
Max. virtual memory (cumulated for all children) (KiB): 867532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28663
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= 38284
involuntary context switches= 42807

runsolver used 2.37764 second user time and 5.8831 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 05:22:23
IDJOB=1064473
IDBENCH=54957
IDSOLVER=363
FILE ID=node58/1064473-1215141743
PBS_JOBID= 7877285
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-1-31.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064473-1215141743/watcher-1064473-1215141743 -o /tmp/evaluation-result-1064473-1215141743/solver-1064473-1215141743 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1064473-1215141743.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cc1e56d3f11dc3d6cace0b85eb6533e
RANDOM SEED=1906266936

node58.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.261
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.261
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:       1426080 kB
Buffers:         87352 kB
Cached:         410248 kB
SwapCached:      30964 kB
Active:         307620 kB
Inactive:       246804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426080 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:          64080 kB
Slab:            60800 kB
Committed_AS:  1050936 kB
PageTables:       1748 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= 66556 MiB
End job on node58 at 2008-07-04 05:52:40