Trace number 1109922

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
AbsconMax 112 pc-d? 142.765 143.533

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bandm.xml
MD5SUM2e689f8063f4b75fb1edd7df8c8edad7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14160
Number of constraints610
Maximum constraint arity2100
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension610
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mrdac-ddeg.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-1109922-1215813780.xml
0.27/0.37	   
0.27/0.37	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.65/0.79	     nbVariables=14160  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=28320
0.65/0.79	       =>  wckTime=0.519  cpuTime=0.39  mem=45M784
0.65/0.79	   
0.65/0.79	   predicates being loaded...
33.68/33.98	   
33.68/33.98	   constraints being loaded...
36.26/36.56	   
36.26/36.56	   INFO : Stopping converting binary constraints (cpu=34.89, mem = 54M427)
92.89/93.49	     nbConstraints=610  nbUnbuiltConflictsStructures=444  nbSharedBinaryRepresentations=0  nbEvaluationManagers=444
92.89/93.49	     nbSharedEvaluationManagers=166  minDegree=2  maxDegree=44  minArity=30  avgArity=239.11  maxArity=2100
92.89/93.49	       =>  wckTime=93.223  cpuTime=89.97  mem=125M552
93.28/93.82	   
93.28/93.82	   solver LocalSearchSolver being built... 
93.28/93.87	       =>  wckTime=93.6  cpuTime=90.02  mem=106M533
99.25/99.83	
99.25/99.83	s SATISFIABLE
99.25/99.83	o 305
134.78/135.50	   
134.78/135.50	   search
134.78/135.50	     run=0  nbConstraintChecks=821139  nbAssignments=7
134.78/135.50	       =>  wckTime=41.632  cpuTime=41.4  mem=107M620
134.78/135.50	   
134.78/135.50	   global
134.78/135.50	     nbConstraintChecks=821139  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
134.78/135.50	     solvingWckTime=41.618  solvingCpuTime=41.4  expiredTime=no  totalExploration=no  nbFoundSolutions=0
134.78/135.50	     globalCpuTime=131.47
134.78/135.50	       =>  wckTime=135.232  cpuTime=131.43  mem=107M620
134.78/135.51	   
134.78/135.51	   solver DecomposerSolver being built... 
137.67/138.43	   
137.67/138.43	   INFO : Forward propagation technique limited 
142.54/143.39	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109922-1215813780/watcher-1109922-1215813780 -o /tmp/evaluation-result-1109922-1215813780/solver-1109922-1215813780 -C 3600 -W 4000 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1109922-1215813780.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.38 2.20 2.07 4/80 13172
/proc/meminfo: memFree=1876760/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=10616 CPUtime=0
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 38079811 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 2654 472 209 9 0 1184 0
[pid=13172/tid=13173] ppid=13170 vsize=10616 CPUtime=0
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 38079812 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 4976600 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.029149 s]
/proc/loadavg: 2.38 2.20 2.07 4/80 13172
/proc/meminfo: memFree=1876760/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=861876 CPUtime=0.01
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 1880 0 1 0 0 1 0 0 18 0 5 0 38079811 882561024 1567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 215469 1567 695 9 0 210448 0
[pid=13172/tid=13173] ppid=13170 vsize=861876 CPUtime=0
/proc/13172/task/13173/stat : 13173 (java) S 13170 13172 12687 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 38079812 882561024 1567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101655 s]
/proc/loadavg: 2.38 2.20 2.07 4/80 13172
/proc/meminfo: memFree=1876760/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=865988 CPUtime=0.08
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 3706 0 1 0 6 2 0 0 18 0 9 0 38079811 886771712 3181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216497 3181 1687 9 0 211052 0
[pid=13172/tid=13173] ppid=13170 vsize=865988 CPUtime=0.07
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 2788 0 1 0 5 2 0 0 18 0 9 0 38079812 886771712 3181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865988

[startup+0.302674 s]
/proc/loadavg: 2.38 2.20 2.07 4/80 13172
/proc/meminfo: memFree=1876760/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=866280 CPUtime=0.27
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 5649 0 1 0 24 3 0 0 18 0 9 0 38079811 887070720 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216570 5065 1904 9 0 211118 0
[pid=13172/tid=13173] ppid=13170 vsize=866280 CPUtime=0.21
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 4677 0 1 0 19 2 0 0 18 0 9 0 38079812 887070720 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4125979668 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866280

[startup+0.701694 s]
/proc/loadavg: 2.38 2.20 2.07 4/80 13172
/proc/meminfo: memFree=1876760/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=0.65
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 12670 0 1 0 57 8 0 0 18 0 9 0 38079811 888213504 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 12041 1970 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=0.5
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 11392 0 1 0 43 7 0 0 19 0 9 0 38079812 888213504 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4126527894 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867396

[startup+1.50174 s]
/proc/loadavg: 2.38 2.20 2.07 4/89 13181
/proc/meminfo: memFree=1811984/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=1.44
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 20312 0 1 0 132 12 0 0 18 0 9 0 38079811 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 19648 2001 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=1.16
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 15765 0 1 0 107 9 0 0 25 0 9 0 38079812 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 102887700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=0.1
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 3249 0 0 0 9 1 0 0 16 0 9 0 38079813 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867396 CPUtime=0.15
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 602 0 0 0 15 0 0 0 16 0 9 0 38079815 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888213504 19648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867396

[startup+3.10184 s]
/proc/loadavg: 2.51 2.22 2.08 3/89 13181
/proc/meminfo: memFree=1805200/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=3.03
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 20495 0 1 0 291 12 0 0 18 0 9 0 38079811 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 19826 2001 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=2.74
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 15781 0 1 0 265 9 0 0 25 0 9 0 38079812 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4126403044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=0.12
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 3416 0 0 0 11 1 0 0 16 0 9 0 38079813 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867396 CPUtime=0.15
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 602 0 0 0 15 0 0 0 16 0 9 0 38079815 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888213504 19826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867396

[startup+6.30205 s]
/proc/loadavg: 2.51 2.22 2.08 3/89 13181
/proc/meminfo: memFree=1803088/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=6.22
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 20941 0 1 0 610 12 0 0 18 0 9 0 38079811 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 20262 2001 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=5.85
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 15793 0 1 0 576 9 0 0 25 0 9 0 38079812 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 102606040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=0.19
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 3849 0 0 0 18 1 0 0 16 0 9 0 38079813 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867396 CPUtime=0.15
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 603 0 0 0 15 0 0 0 16 0 9 0 38079815 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888213504 20262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888213504 20262 996147200 134512640 134550740 4294955952 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) 867396

[startup+12.7014 s]
/proc/loadavg: 2.43 2.22 2.08 3/89 13181
/proc/meminfo: memFree=1799312/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=12.59
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 21804 0 1 0 1246 13 0 0 18 0 9 0 38079811 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 21102 2001 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=12.05
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 15855 0 1 0 1196 9 0 0 25 0 9 0 38079812 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 103825451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=0.36
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 4650 0 0 0 34 2 0 0 16 0 9 0 38079813 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867396 CPUtime=0.15
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 603 0 0 0 15 0 0 0 16 0 9 0 38079815 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888213504 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867396

[startup+25.5023 s]
/proc/loadavg: 2.37 2.21 2.08 3/89 13181
/proc/meminfo: memFree=1794832/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=25.32
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 23177 0 1 0 2518 14 0 0 18 0 9 0 38079811 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 22432 2001 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=24.45
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 15898 0 1 0 2435 10 0 0 25 0 9 0 38079812 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 102606301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=0.7
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 5980 0 0 0 67 3 0 0 16 0 9 0 38079813 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867396 CPUtime=0.15
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 603 0 0 0 15 0 0 0 16 0 9 0 38079815 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888213504 22432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 867396

[startup+51.1029 s]
/proc/loadavg: 2.30 2.21 2.09 3/89 13181
/proc/meminfo: memFree=1726544/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=50.79
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 40259 0 1 0 5057 22 0 0 18 0 9 0 38079811 888213504 39452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 39452 2002 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=48.9
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 15982 0 1 0 4879 11 0 0 25 0 9 0 38079812 888213504 39452 996147200 134512640 134550740 4294955952 18446744073709551615 4126674650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=1.66

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

/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867484 CPUtime=0.25
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 670 0 0 0 25 0 0 0 15 0 9 0 38079815 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 867484

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

[startup+127.903 s]
/proc/loadavg: 2.18 2.21 2.09 3/89 13181
/proc/meminfo: memFree=1705616/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867484 CPUtime=127.21
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 46244 0 1 0 12696 25 0 0 18 0 9 0 38079811 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216871 45157 2639 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867484 CPUtime=124.05
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 16120 0 1 0 12393 12 0 0 25 0 9 0 38079812 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4127085623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867484 CPUtime=2.89
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 28758 0 0 0 277 12 0 0 16 0 9 0 38079813 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079813 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867484 CPUtime=0.25
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 670 0 0 0 25 0 0 0 15 0 9 0 38079815 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.21
Current children cumulated vsize (KiB) 867484

[startup+134.302 s]
/proc/loadavg: 2.16 2.20 2.09 3/89 13181
/proc/meminfo: memFree=1705616/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867484 CPUtime=133.58
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 46244 0 1 0 13333 25 0 0 18 0 9 0 38079811 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216871 45157 2639 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867484 CPUtime=130.42
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 16120 0 1 0 13030 12 0 0 25 0 9 0 38079812 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4127044970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867484 CPUtime=2.89
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 28758 0 0 0 277 12 0 0 16 0 9 0 38079813 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38079813 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867484 CPUtime=0.25
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 670 0 0 0 25 0 0 0 15 0 9 0 38079815 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888303616 45157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.58
Current children cumulated vsize (KiB) 867484

[startup+137.506 s]
/proc/loadavg: 2.15 2.20 2.09 4/89 13181
/proc/meminfo: memFree=1277008/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=136.77
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 160813 0 1 0 13608 69 0 0 18 0 9 0 38079811 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 159674 2618 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=132.5
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 16169 0 1 0 13238 12 0 0 25 0 9 0 38079812 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=3.96
/proc/13172/task/13175/stat : 13175 (java) R 13170 13172 12687 0 -1 64 143243 0 0 0 341 55 0 0 16 0 9 0 38079813 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 18 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867396 CPUtime=0.29
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 692 0 0 0 28 1 0 0 15 0 9 0 38079815 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888213504 159674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.77
Current children cumulated vsize (KiB) 867396

[startup+140.702 s]
/proc/loadavg: 2.15 2.20 2.09 3/89 13181
/proc/meminfo: memFree=1086992/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867396 CPUtime=139.96
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 201942 0 1 0 13911 85 0 0 18 0 9 0 38079811 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216849 199452 2617 9 0 211377 0
[pid=13172/tid=13173] ppid=13170 vsize=867396 CPUtime=133.09
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 16216 0 1 0 13297 12 0 0 25 0 9 0 38079812 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867396 CPUtime=6.51
/proc/13172/task/13175/stat : 13175 (java) S 13170 13172 12687 0 -1 64 184295 0 0 0 581 70 0 0 17 0 9 0 38079813 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 38079813 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867396 CPUtime=0.32
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 720 0 0 0 31 1 0 0 16 0 9 0 38079815 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867396 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) R 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888213504 199452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.96
Current children cumulated vsize (KiB) 867396

[startup+142.303 s]
/proc/loadavg: 2.22 2.21 2.10 4/89 13181
/proc/meminfo: memFree=1086800/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=867484 CPUtime=141.55
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 203106 0 1 0 14069 86 0 0 18 0 9 0 38079811 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 216871 199482 2617 9 0 211399 0
[pid=13172/tid=13173] ppid=13170 vsize=867484 CPUtime=133.1
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 16219 0 1 0 13298 12 0 0 24 0 9 0 38079812 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=867484 CPUtime=8.09
/proc/13172/task/13175/stat : 13175 (java) R 13170 13172 12687 0 -1 64 185456 0 0 0 738 71 0 0 17 0 9 0 38079813 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 104063922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 38079813 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=867484 CPUtime=0.32
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 720 0 0 0 31 1 0 0 16 0 9 0 38079815 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=867484 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 888303616 199482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 141.55
Current children cumulated vsize (KiB) 867484

[startup+143.103 s]
/proc/loadavg: 2.22 2.21 2.10 4/89 13181
/proc/meminfo: memFree=1085776/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=868488 CPUtime=142.34
/proc/13172/stat : 13172 (java) S 13170 13172 12687 0 -1 0 203483 0 1 0 14148 86 0 0 18 0 9 0 38079811 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 217122 199733 2617 9 0 211650 0
[pid=13172/tid=13173] ppid=13170 vsize=868488 CPUtime=133.1
/proc/13172/task/13173/stat : 13173 (java) R 13170 13172 12687 0 -1 64 16219 0 1 0 13298 12 0 0 24 0 9 0 38079812 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13175] ppid=13170 vsize=868488 CPUtime=8.88
/proc/13172/task/13175/stat : 13175 (java) R 13170 13172 12687 0 -1 64 185833 0 0 0 817 71 0 0 18 0 9 0 38079813 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13176] ppid=13170 vsize=868488 CPUtime=0
/proc/13172/task/13176/stat : 13176 (java) S 13170 13172 12687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38079813 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13177] ppid=13170 vsize=868488 CPUtime=0
/proc/13172/task/13177/stat : 13177 (java) S 13170 13172 12687 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 38079813 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13178] ppid=13170 vsize=868488 CPUtime=0
/proc/13172/task/13178/stat : 13178 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38079815 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13179] ppid=13170 vsize=868488 CPUtime=0.32
/proc/13172/task/13179/stat : 13179 (java) S 13170 13172 12687 0 -1 64 720 0 0 0 31 1 0 0 16 0 9 0 38079815 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13180] ppid=13170 vsize=868488 CPUtime=0
/proc/13172/task/13180/stat : 13180 (java) S 13170 13172 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38079816 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13172/tid=13181] ppid=13170 vsize=868488 CPUtime=0
/proc/13172/task/13181/stat : 13181 (java) S 13170 13172 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38079816 889331712 199733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 142.34
Current children cumulated vsize (KiB) 868488

[startup+143.503 s]
/proc/loadavg: 2.22 2.21 2.10 4/89 13181
/proc/meminfo: memFree=1085776/2055920 swapFree=4180012/4192956
[pid=13172] ppid=13170 vsize=0 CPUtime=142.72
/proc/13172/stat : 13172 (java) Z 13170 13172 12687 0 -1 12 203491 0 1 0 14177 95 0 0 16 0 2 0 38079811 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 142.72
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 143.533
CPU time (s): 142.765
CPU user time (s): 141.778
CPU system time (s): 0.986849
CPU usage (%): 99.4649
Max. virtual memory (cumulated for all children) (KiB): 868488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.778
system time used= 0.986849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203491
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= 6124
involuntary context switches= 9250

runsolver used 0.201969 second user time and 0.465929 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-12 00:03:01
IDJOB=1109922
IDBENCH=61036
IDSOLVER=360
FILE ID=node29/1109922-1215813780
PBS_JOBID= 7903292
Free space on /tmp= 66492 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bandm.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109922-1215813780/watcher-1109922-1215813780 -o /tmp/evaluation-result-1109922-1215813780/solver-1109922-1215813780 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1109922-1215813780.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e689f8063f4b75fb1edd7df8c8edad7
RANDOM SEED=994448469

node29.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.242
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.242
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:       1877240 kB
Buffers:          2532 kB
Cached:          43284 kB
SwapCached:       6476 kB
Active:         124492 kB
Inactive:        13364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877240 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            9088 kB
Writeback:           0 kB
Mapped:         108516 kB
Slab:            25928 kB
Committed_AS:   941464 kB
PageTables:       2052 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= 66488 MiB
End job on node29 at 2008-07-12 00:05:25