Trace number 1094984

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 ESACUNSAT 20.8108 21.0517

DiagnosticValue
CHECKS91331
NODES0

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-1.xml
MD5SUM73dece1b19758e876aa500d620069f40
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.01284
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1094984-1215280405.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.38/0.40	   
0.38/0.40	   variables being loaded...
0.47/0.56	     nbVariables=300  nbDomainTypes=12  minDomainSize=62  maxDomainSize=302  nbTotalValues=64034
0.47/0.56	       =>  wckTime=0.314  cpuTime=0.24  mem=9M839
0.47/0.56	   
0.47/0.56	   predicates being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
20.40/20.65	     nbConstraints=2057  nbGlobalConstraints=1  nbMergedConstraints=1809  nbConvertedConstraints=2056
20.40/20.65	     nbConvertConstraintsChecks=41441506  nbExtensionStructures=1025  nbSharedExtensionStructures=1085
20.40/20.65	     nbConflictsStructures=1025  nbSharedConflictsStructures=1085  nbSharedBinaryRepresentations=389898  minDegree=3
20.40/20.65	     maxDegree=18  minArity=2  avgArity=2  maxArity=5  nbGenerators=0  nbFusions=0  symmetryWckTime=0.201
20.40/20.65	     symmetryCpuTime=0.14  nbCliques=1
20.40/20.65	       =>  wckTime=20.407  cpuTime=19.85  mem=49M293
20.50/20.79	   
20.50/20.79	   solver IterativeSystematicSolver being built... 
20.60/20.87	   
20.60/20.87	   INFO : Forward propagation technique limited 
20.70/20.94	       =>  wckTime=20.697  cpuTime=19.97  mem=31M807
20.70/20.97	   
20.70/20.97	   preprocessing
20.70/20.97	     nbConstraintChecks=91331  nbPropagations=25  nbRevisions=506  nbUselessRevisions=276  nbRemovedValues=21865
20.70/20.97	     detectedInconsistency=yes
20.70/20.97	       =>  wckTime=0.025  cpuTime=0.02  mem=32M823
20.70/20.97	   
20.70/20.97	   global
20.70/20.97	     nbConstraintChecks=91331  nbPropagations=25  nbRevisions=506  nbUselessRevisions=276  nbRestartNogoods=0
20.70/20.97	     solvingWckTime=0.028  solvingCpuTime=0.02  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
20.70/20.97	     globalCpuTime=20.04
20.70/20.97	       =>  wckTime=20.727  cpuTime=19.99  mem=32M823
20.70/20.98	   
20.70/20.98	s UNSATISFIABLE
20.70/20.98	d NODES 0
20.70/20.98	d CHECKS 91331
20.70/20.98	   
20.70/20.98	   totalWckTime=20.789  totalCpuTime=20.05

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1094984-1215280405/watcher-1094984-1215280405 -o /tmp/evaluation-result-1094984-1215280405/solver-1094984-1215280405 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1094984-1215280405.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.06 2.01 4/72 17266
/proc/meminfo: memFree=1547976/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=18572 CPUtime=0
/proc/17266/stat : 17266 (runsolver) R 17264 17266 16375 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2007014201 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17266/statm: 4643 292 257 25 0 2626 0

[startup+0.067965 s]
/proc/loadavg: 2.11 2.06 2.01 4/72 17266
/proc/meminfo: memFree=1547976/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=865100 CPUtime=0.05
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 2801 0 1 0 3 2 0 0 18 0 9 0 2007014201 885862400 2339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 216275 2339 1120 9 0 211232 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865100

[startup+0.101967 s]
/proc/loadavg: 2.11 2.06 2.01 4/72 17266
/proc/meminfo: memFree=1547976/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=866908 CPUtime=0.08
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 3699 0 1 0 6 2 0 0 18 0 9 0 2007014201 887713792 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 216727 3167 1679 9 0 211282 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866908

[startup+0.30198 s]
/proc/loadavg: 2.11 2.06 2.01 4/72 17266
/proc/meminfo: memFree=1547976/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=867220 CPUtime=0.27
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 5615 0 1 0 24 3 0 0 18 0 9 0 2007014201 888033280 5029 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 216805 5029 1902 9 0 211353 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 867220

[startup+0.702007 s]
/proc/loadavg: 2.11 2.06 2.01 4/72 17266
/proc/meminfo: memFree=1547976/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868124 CPUtime=0.68
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 8032 0 1 0 62 6 0 0 18 0 9 0 2007014201 888958976 7392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217031 7392 2006 9 0 211537 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868124

[startup+1.50105 s]
/proc/loadavg: 2.11 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1511616/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868712 CPUtime=1.47
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 12299 0 1 0 139 8 0 0 18 0 9 0 2007014201 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217178 11656 2014 9 0 211684 0
[pid=17266/tid=17268] ppid=17264 vsize=868712 CPUtime=1.26
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 10919 0 1 0 120 6 0 0 25 0 9 0 2007014202 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4126881591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007014204 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007014204 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007014204 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007014206 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868712 CPUtime=0.18
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 682 0 0 0 18 0 0 0 16 0 9 0 2007014206 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007014206 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007014206 889561088 11656 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868712

[startup+3.10116 s]
/proc/loadavg: 2.11 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1507328/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868712 CPUtime=3.06
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 13197 0 1 0 297 9 0 0 18 0 9 0 2007014201 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217178 12552 2014 9 0 211684 0
[pid=17266/tid=17268] ppid=17264 vsize=868712 CPUtime=2.82
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 11789 0 1 0 275 7 0 0 25 0 9 0 2007014202 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4126911794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007014204 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007014204 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007014204 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007014206 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868712 CPUtime=0.21
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 710 0 0 0 21 0 0 0 15 0 9 0 2007014206 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007014206 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007014206 889561088 12552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868712

[startup+6.30236 s]
/proc/loadavg: 2.10 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1497472/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868712 CPUtime=6.23
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 15323 0 1 0 613 10 0 0 18 0 9 0 2007014201 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217178 14676 2014 9 0 211684 0
[pid=17266/tid=17268] ppid=17264 vsize=868712 CPUtime=5.99
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 13912 0 1 0 590 9 0 0 25 0 9 0 2007014202 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4126881609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007014204 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007014204 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007014204 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007014206 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868712 CPUtime=0.22
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 713 0 0 0 22 0 0 0 15 0 9 0 2007014206 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007014206 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868712 CPUtime=0
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007014206 889561088 14676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868712

[startup+12.7018 s]
/proc/loadavg: 2.09 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1478336/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868624 CPUtime=12.58
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 18976 0 1 0 1243 15 0 0 18 0 9 0 2007014201 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217156 18304 2005 9 0 211684 0
[pid=17266/tid=17268] ppid=17264 vsize=868624 CPUtime=12.26
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 15786 0 1 0 1214 12 0 0 25 0 9 0 2007014202 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4126923841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868624 CPUtime=0.04
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 1771 0 0 0 4 0 0 0 16 0 9 0 2007014204 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007014206 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868624 CPUtime=0.23
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 721 0 0 0 23 0 0 0 16 0 9 0 2007014206 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007014206 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007014206 889470976 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868624

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

[startup+15.903 s]
/proc/loadavg: 2.09 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1477440/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868624 CPUtime=15.75
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 18977 0 1 0 1558 17 0 0 18 0 9 0 2007014201 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217156 18305 2005 9 0 211684 0
[pid=17266/tid=17268] ppid=17264 vsize=868624 CPUtime=15.43
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 15786 0 1 0 1529 14 0 0 25 0 9 0 2007014202 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4126879428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868624 CPUtime=0.04
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 1771 0 0 0 4 0 0 0 16 0 9 0 2007014204 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007014206 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868624 CPUtime=0.23
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 722 0 0 0 23 0 0 0 16 0 9 0 2007014206 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007014206 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007014206 889470976 18305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 868624

[startup+19.1012 s]
/proc/loadavg: 2.08 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1476608/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868624 CPUtime=18.92
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 18995 0 1 0 1873 19 0 0 18 0 9 0 2007014201 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217156 18322 2006 9 0 211684 0
[pid=17266/tid=17268] ppid=17264 vsize=868624 CPUtime=18.59
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 15787 0 1 0 1842 17 0 0 25 0 9 0 2007014202 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4126879417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868624 CPUtime=0.04
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 1771 0 0 0 4 0 0 0 16 0 9 0 2007014204 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868624 CPUtime=0.26
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 739 0 0 0 26 0 0 0 17 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 868624

[startup+19.9013 s]
/proc/loadavg: 2.08 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1475584/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868624 CPUtime=19.71
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 18995 0 1 0 1951 20 0 0 18 0 9 0 2007014201 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217156 18322 2006 9 0 211684 0
[pid=17266/tid=17268] ppid=17264 vsize=868624 CPUtime=19.38
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 15787 0 1 0 1920 18 0 0 25 0 9 0 2007014202 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4126912009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868624 CPUtime=0.04
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 1771 0 0 0 4 0 0 0 16 0 9 0 2007014204 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007014204 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868624 CPUtime=0.26
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 739 0 0 0 26 0 0 0 15 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868624 CPUtime=0
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007014206 889470976 18322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.71
Current children cumulated vsize (KiB) 868624

[startup+20.7023 s]
/proc/loadavg: 2.08 2.06 2.01 3/81 17275
/proc/meminfo: memFree=1475584/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=868948 CPUtime=20.5
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 26431 265 1 0 2025 23 2 0 18 0 10 0 2007014201 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217237 18593 2066 9 0 211765 0
[pid=17266/tid=17268] ppid=17264 vsize=868948 CPUtime=20.08
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 18297 265 1 0 1987 19 2 0 23 0 10 0 2007014202 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=868948 CPUtime=0.11
/proc/17266/task/17269/stat : 17269 (java) R 17264 17266 16375 0 -1 64 6435 265 0 0 8 1 2 0 16 0 10 0 2007014204 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 102477851 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=868948 CPUtime=0.02
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 13 265 0 0 0 0 2 0 16 0 10 0 2007014204 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=868948 CPUtime=0.02
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 5 265 0 0 0 0 2 0 16 0 10 0 2007014204 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=868948 CPUtime=0.02
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 265 0 0 0 0 2 0 18 0 10 0 2007014206 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=868948 CPUtime=0.3
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 870 265 0 0 28 0 2 0 15 0 10 0 2007014206 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=868948 CPUtime=0.02
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 265 0 0 0 0 2 0 19 0 10 0 2007014206 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=868948 CPUtime=0.02
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 10 265 0 0 0 0 2 0 15 0 10 0 2007014206 889802752 18593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.5
Current children cumulated vsize (KiB) 868948

[startup+20.9073 s]
/proc/loadavg: 2.08 2.06 2.01 5/83 17279
/proc/meminfo: memFree=1463536/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=869036 CPUtime=20.7
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 31942 391 1 0 2043 24 2 1 18 0 10 0 2007014201 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217259 21769 2636 9 0 211765 0
[pid=17266/tid=17268] ppid=17264 vsize=869036 CPUtime=20.17
/proc/17266/task/17268/stat : 17268 (java) R 17264 17266 16375 0 -1 64 20166 391 1 0 1995 19 2 1 17 0 10 0 2007014202 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4126583752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=869036 CPUtime=0.22
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 10008 391 0 0 17 2 2 1 17 0 10 0 2007014204 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 17 391 0 0 0 0 2 1 16 0 10 0 2007014204 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 12 391 0 0 0 0 2 1 16 0 10 0 2007014204 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 391 0 0 0 0 2 1 18 0 10 0 2007014206 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=869036 CPUtime=0.33
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 928 391 0 0 30 0 2 1 15 0 10 0 2007014206 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 391 0 0 0 0 2 1 19 0 10 0 2007014206 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 10 391 0 0 0 0 2 1 15 0 10 0 2007014206 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17278] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17278/stat : 17278 (java) R 17264 17266 16375 0 -1 64 45 391 0 0 0 0 2 1 18 0 10 0 2007016255 889892864 21769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.7
Current children cumulated vsize (KiB) 869036

[startup+21.0023 s]
/proc/loadavg: 2.08 2.06 2.01 5/83 17279
/proc/meminfo: memFree=1463536/2055920 swapFree=4117608/4192956
[pid=17266] ppid=17264 vsize=869036 CPUtime=20.78
/proc/17266/stat : 17266 (java) S 17264 17266 16375 0 -1 0 33271 391 1 0 2050 25 2 1 18 0 9 0 2007014201 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17266/statm: 217259 21797 2637 9 0 211765 0
[pid=17266/tid=17268] ppid=17264 vsize=869036 CPUtime=20.24
/proc/17266/task/17268/stat : 17268 (java) S 17264 17266 16375 0 -1 64 21483 391 1 0 2001 20 2 1 18 0 9 0 2007014202 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17269] ppid=17264 vsize=869036 CPUtime=0.22
/proc/17266/task/17269/stat : 17269 (java) S 17264 17266 16375 0 -1 64 10008 391 0 0 17 2 2 1 17 0 9 0 2007014204 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17270] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17270/stat : 17270 (java) S 17264 17266 16375 0 -1 64 17 391 0 0 0 0 2 1 16 0 9 0 2007014204 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17271] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17271/stat : 17271 (java) S 17264 17266 16375 0 -1 64 12 391 0 0 0 0 2 1 16 0 9 0 2007014204 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17272] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17272/stat : 17272 (java) S 17264 17266 16375 0 -1 64 0 391 0 0 0 0 2 1 18 0 9 0 2007014206 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17273] ppid=17264 vsize=869036 CPUtime=0.36
/proc/17266/task/17273/stat : 17273 (java) S 17264 17266 16375 0 -1 64 936 391 0 0 32 1 2 1 16 0 9 0 2007014206 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17274] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17274/stat : 17274 (java) S 17264 17266 16375 0 -1 64 2 391 0 0 0 0 2 1 19 0 9 0 2007014206 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17266/tid=17275] ppid=17264 vsize=869036 CPUtime=0.03
/proc/17266/task/17275/stat : 17275 (java) S 17264 17266 16375 0 -1 64 11 391 0 0 0 0 2 1 15 0 9 0 2007014206 889892864 21797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 869036

Child status: 0
Real time (s): 21.0517
CPU time (s): 20.8108
CPU user time (s): 20.5299
CPU system time (s): 0.280957
CPU usage (%): 98.8559
Max. virtual memory (cumulated for all children) (KiB): 871488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5299
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33689
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= 1816
involuntary context switches= 2254

runsolver used 0.030995 second user time and 0.075988 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 19:53:25
IDJOB=1094984
IDBENCH=58860
IDSOLVER=364
FILE ID=node30/1094984-1215280405
PBS_JOBID= 7882271
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73dece1b19758e876aa500d620069f40
RANDOM SEED=878652774

node30.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.218
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.218
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:       1548392 kB
Buffers:         41860 kB
Cached:         201964 kB
SwapCached:      69112 kB
Active:         362532 kB
Inactive:        88544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548392 kB
SwapTotal:     4192956 kB
SwapFree:      4117608 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:         215124 kB
Slab:            41612 kB
Committed_AS:  4031092 kB
PageTables:       2068 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= 66548 MiB
End job on node30 at 2008-07-05 19:53:46