Trace number 1095068

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 21.5277 21.8399

DiagnosticValue
CHECKS50858
NODES0

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-7.xml
MD5SUM39210d0e0515e795a94e7161092ee7d9
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.00585
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.16/0.29	
0.16/0.29	   configuration
0.16/0.29	     name=esac.xml
0.26/0.36	   
0.26/0.36	   instance
0.26/0.36	     name=HOME/instance-1095068-1215280661.xml
0.26/0.39	   
0.26/0.39	   domains being loaded...
0.33/0.42	   
0.33/0.42	   variables being loaded...
0.33/0.49	     nbVariables=260  nbDomainTypes=8  minDomainSize=42  maxDomainSize=302  nbTotalValues=47293
0.33/0.49	       =>  wckTime=0.204  cpuTime=0.13  mem=9M813
0.33/0.49	   
0.33/0.49	   predicates being loaded...
0.43/0.56	   
0.43/0.56	   constraints being loaded...
20.55/20.81	   
20.55/20.81	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 43M589)
21.13/21.45	     nbConstraints=2088  nbMergedConstraints=1839  nbConvertedConstraints=1618  nbConvertConstraintsChecks=42148637
21.13/21.45	     nbExtensionStructures=1226  nbSharedExtensionStructures=986  nbConflictsStructures=1337
21.13/21.45	     nbSharedConflictsStructures=1019  nbUnbuiltConflictsStructures=273  nbSharedBinaryRepresentations=430070
21.13/21.45	     nbEvaluationManagers=384  nbSharedEvaluationManagers=86  minDegree=5  maxDegree=20  minArity=2  maxArity=2
21.13/21.45	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.209  symmetryCpuTime=0.12
21.13/21.45	       =>  wckTime=21.161  cpuTime=20.51  mem=15M916
21.22/21.55	   
21.22/21.55	   solver IterativeSystematicSolver being built... 
21.43/21.71	       =>  wckTime=21.423  cpuTime=20.65  mem=33M39
21.43/21.76	   
21.43/21.76	   preprocessing
21.43/21.76	     nbConstraintChecks=50858  nbValidityChecks=44  nbPropagations=27  nbRevisions=616  nbUselessRevisions=374
21.43/21.76	     nbRemovedValues=21534  detectedInconsistency=yes
21.43/21.76	       =>  wckTime=0.044  cpuTime=0.03  mem=33M39
21.43/21.76	   
21.43/21.76	   global
21.43/21.76	     nbConstraintChecks=50858  nbValidityChecks=44  nbPropagations=27  nbRevisions=616  nbUselessRevisions=374
21.43/21.76	     nbRestartNogoods=0  solvingWckTime=0.047  solvingCpuTime=0.03  expiredTime=no  totalExploration=yes
21.43/21.76	     nbFoundSolutions=0  globalCpuTime=20.72
21.43/21.76	       =>  wckTime=21.473  cpuTime=20.69  mem=34M24
21.43/21.77	   
21.43/21.77	s UNSATISFIABLE
21.43/21.77	d NODES 0
21.43/21.77	d CHECKS 50858
21.43/21.77	   
21.43/21.77	   totalWckTime=21.552  totalCpuTime=20.72

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-1095068-1215280661/watcher-1095068-1215280661 -o /tmp/evaluation-result-1095068-1215280661/solver-1095068-1215280661 -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-1095068-1215280661.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: 1.94 2.12 2.08 4/72 24617
/proc/meminfo: memFree=1815768/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=10616 CPUtime=0
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2007040474 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 2654 472 209 9 0 1184 0
[pid=24617/tid=24618] ppid=24615 vsize=10616 CPUtime=0
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2007040475 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8708056 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.039733 s]
/proc/loadavg: 1.94 2.12 2.08 4/72 24617
/proc/meminfo: memFree=1815768/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=861876 CPUtime=0.03
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 2272 0 1 0 2 1 0 0 18 0 5 0 2007040474 882561024 1879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 215469 1879 860 9 0 210448 0
[pid=24617/tid=24618] ppid=24615 vsize=862716 CPUtime=0.02
/proc/24617/task/24618/stat : 24618 (java) S 24615 24617 21218 0 -1 64 1686 0 1 0 2 0 0 0 18 0 7 0 2007040475 883421184 1962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.109486 s]
/proc/loadavg: 1.94 2.12 2.08 4/72 24617
/proc/meminfo: memFree=1815768/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=865884 CPUtime=0.09
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 3830 0 1 0 8 1 0 0 18 0 9 0 2007040474 886665216 3281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216471 3281 1735 9 0 211026 0
[pid=24617/tid=24618] ppid=24615 vsize=865884 CPUtime=0.08
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 2912 0 1 0 7 1 0 0 18 0 9 0 2007040475 886665216 3281 996147200 134512640 134550740 4294955968 18446744073709551615 102226578 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30252 s]
/proc/loadavg: 1.94 2.12 2.08 4/72 24617
/proc/meminfo: memFree=1815768/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=866204 CPUtime=0.26
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 5378 0 1 0 23 3 0 0 18 0 9 0 2007040474 886992896 4804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216551 4804 1876 9 0 211099 0
[pid=24617/tid=24618] ppid=24615 vsize=866204 CPUtime=0.2
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 4406 0 1 0 18 2 0 0 18 0 9 0 2007040475 886992896 4804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866204

[startup+0.702591 s]
/proc/loadavg: 1.94 2.12 2.08 4/72 24617
/proc/meminfo: memFree=1815768/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867088 CPUtime=0.63
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 8262 0 4 0 58 5 0 0 18 0 9 0 2007040474 887898112 7625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216772 7625 2009 9 0 211278 0
[pid=24617/tid=24618] ppid=24615 vsize=867088 CPUtime=0.46
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 7071 0 4 0 42 4 0 0 19 0 9 0 2007040475 887898112 7625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 867088

[startup+1.50173 s]
/proc/loadavg: 1.94 2.12 2.08 3/81 24626
/proc/meminfo: memFree=1776720/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867676 CPUtime=1.42
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 12321 0 4 0 133 9 0 0 18 0 9 0 2007040474 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216919 11681 2014 9 0 211425 0
[pid=24617/tid=24618] ppid=24615 vsize=867676 CPUtime=1.2
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 10944 0 4 0 112 8 0 0 25 0 9 0 2007040475 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4126457585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2007040477 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007040477 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007040477 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007040479 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867676 CPUtime=0.2
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 680 0 0 0 20 0 0 0 16 0 9 0 2007040479 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007040479 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007040479 888500224 11681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 867676

[startup+3.10201 s]
/proc/loadavg: 1.94 2.12 2.08 3/81 24626
/proc/meminfo: memFree=1773968/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867676 CPUtime=3.01
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 13393 0 4 0 291 10 0 0 18 0 9 0 2007040474 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216919 12751 2014 9 0 211425 0
[pid=24617/tid=24618] ppid=24615 vsize=867676 CPUtime=2.76
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 11988 0 4 0 267 9 0 0 25 0 9 0 2007040475 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4126871048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2007040477 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007040477 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007040477 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007040479 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867676 CPUtime=0.22
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 708 0 0 0 22 0 0 0 15 0 9 0 2007040479 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007040479 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007040479 888500224 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 867676

[startup+6.30257 s]
/proc/loadavg: 1.95 2.12 2.08 3/81 24626
/proc/meminfo: memFree=1764688/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867676 CPUtime=6.18
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 15723 0 4 0 606 12 0 0 18 0 9 0 2007040474 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216919 15079 2014 9 0 211425 0
[pid=24617/tid=24618] ppid=24615 vsize=867676 CPUtime=5.93
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 14317 0 4 0 582 11 0 0 25 0 9 0 2007040475 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4126876257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 2007040477 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007040477 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007040477 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007040479 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867676 CPUtime=0.23
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 709 0 0 0 23 0 0 0 15 0 9 0 2007040479 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007040479 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867676 CPUtime=0
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007040479 888500224 15079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 867676

[startup+12.7017 s]
/proc/loadavg: 2.03 2.13 2.08 3/81 24626
/proc/meminfo: memFree=1749200/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867588 CPUtime=12.52
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 18722 0 4 0 1235 17 0 0 18 0 9 0 2007040474 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216897 18052 2005 9 0 211425 0
[pid=24617/tid=24618] ppid=24615 vsize=867588 CPUtime=12.21
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 15785 0 4 0 1206 15 0 0 25 0 9 0 2007040475 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4126888106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867588 CPUtime=0.04
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 1523 0 0 0 4 0 0 0 16 0 9 0 2007040477 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007040479 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867588 CPUtime=0.24
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 717 0 0 0 24 0 0 0 16 0 9 0 2007040479 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007040479 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007040479 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 867588

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

[startup+15.9023 s]
/proc/loadavg: 2.03 2.13 2.08 3/81 24626
/proc/meminfo: memFree=1749264/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867588 CPUtime=15.69
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 18724 0 4 0 1551 18 0 0 18 0 9 0 2007040474 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216897 18054 2005 9 0 211425 0
[pid=24617/tid=24618] ppid=24615 vsize=867588 CPUtime=15.37
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 15785 0 4 0 1521 16 0 0 25 0 9 0 2007040475 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4126887820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867588 CPUtime=0.04
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 1523 0 0 0 4 0 0 0 16 0 9 0 2007040477 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007040479 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867588 CPUtime=0.25
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 719 0 0 0 25 0 0 0 16 0 9 0 2007040479 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007040479 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007040479 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 867588

[startup+19.1028 s]
/proc/loadavg: 2.03 2.13 2.08 3/81 24626
/proc/meminfo: memFree=1749328/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867588 CPUtime=18.87
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 18725 0 4 0 1868 19 0 0 18 0 9 0 2007040474 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216897 18055 2005 9 0 211425 0
[pid=24617/tid=24618] ppid=24615 vsize=867588 CPUtime=18.54
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 15785 0 4 0 1837 17 0 0 25 0 9 0 2007040475 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4126872417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867588 CPUtime=0.04
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 1523 0 0 0 4 0 0 0 16 0 9 0 2007040477 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007040479 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867588 CPUtime=0.25
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 720 0 0 0 25 0 0 0 15 0 9 0 2007040479 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007040479 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007040479 888410112 18055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.87
Current children cumulated vsize (KiB) 867588

[startup+20.7021 s]
/proc/loadavg: 2.03 2.13 2.08 3/81 24626
/proc/meminfo: memFree=1749328/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867588 CPUtime=20.45
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 18739 0 4 0 2026 19 0 0 18 0 9 0 2007040474 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216897 18067 2005 9 0 211425 0
[pid=24617/tid=24618] ppid=24615 vsize=867588 CPUtime=20.12
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 15787 0 4 0 1994 18 0 0 25 0 9 0 2007040475 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4126895731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867588 CPUtime=0.04
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 1523 0 0 0 4 0 0 0 17 0 9 0 2007040477 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007040477 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007040479 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867588 CPUtime=0.27
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 732 0 0 0 27 0 0 0 16 0 9 0 2007040479 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007040479 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867588 CPUtime=0
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007040479 888410112 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.45
Current children cumulated vsize (KiB) 867588

[startup+21.5023 s]
/proc/loadavg: 2.03 2.13 2.08 3/81 24626
/proc/meminfo: memFree=1749328/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=867912 CPUtime=21.22
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 25432 387 4 1 2097 22 2 1 18 0 9 0 2007040474 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 216978 20424 2069 9 0 211506 0
[pid=24617/tid=24618] ppid=24615 vsize=867912 CPUtime=20.73
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 17100 387 4 1 2052 18 2 1 22 0 9 0 2007040475 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=867912 CPUtime=0.18
/proc/24617/task/24620/stat : 24620 (java) R 24615 24617 21218 0 -1 64 6617 387 0 1 14 1 2 1 16 0 9 0 2007040477 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=867912 CPUtime=0.03
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 12 387 0 1 0 0 2 1 16 0 9 0 2007040477 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=867912 CPUtime=0.03
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 5 387 0 1 0 0 2 1 16 0 9 0 2007040477 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=867912 CPUtime=0.03
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 387 0 1 0 0 2 1 18 0 9 0 2007040479 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=867912 CPUtime=0.33
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 874 387 0 1 30 0 2 1 15 0 9 0 2007040479 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=867912 CPUtime=0.03
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 387 0 1 0 0 2 1 19 0 9 0 2007040479 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=867912 CPUtime=0.03
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 11 387 0 1 0 0 2 1 15 0 9 0 2007040479 888741888 20424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (KiB) 867912

[startup+21.7013 s]
/proc/loadavg: 2.03 2.13 2.08 3/81 24626
/proc/meminfo: memFree=1749328/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=868000 CPUtime=21.43
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 31753 387 4 1 2115 25 2 1 18 0 9 0 2007040474 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 217000 21938 2638 9 0 211506 0
[pid=24617/tid=24618] ppid=24615 vsize=868000 CPUtime=20.85
/proc/24617/task/24618/stat : 24618 (java) R 24615 24617 21218 0 -1 64 21793 387 4 1 2063 19 2 1 23 0 9 0 2007040475 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 102715030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=868000 CPUtime=0.22
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 8175 387 0 1 17 2 2 1 16 0 9 0 2007040477 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 14 387 0 1 0 0 2 1 16 0 9 0 2007040477 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 15 387 0 1 0 0 2 1 16 0 9 0 2007040477 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 387 0 1 0 0 2 1 18 0 9 0 2007040479 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=868000 CPUtime=0.36
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 932 387 0 1 32 1 2 1 15 0 9 0 2007040479 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 387 0 1 0 0 2 1 19 0 9 0 2007040479 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 11 387 0 1 0 0 2 1 15 0 9 0 2007040479 888832000 21938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.43
Current children cumulated vsize (KiB) 868000

[startup+21.8013 s]
/proc/loadavg: 2.03 2.13 2.08 3/81 24626
/proc/meminfo: memFree=1749328/2055920 swapFree=4180540/4192956
[pid=24617] ppid=24615 vsize=868000 CPUtime=21.5
/proc/24617/stat : 24617 (java) S 24615 24617 21218 0 -1 0 32653 387 4 1 2121 26 2 1 18 0 9 0 2007040474 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24617/statm: 217000 21961 2638 9 0 211506 0
[pid=24617/tid=24618] ppid=24615 vsize=868000 CPUtime=20.91
/proc/24617/task/24618/stat : 24618 (java) S 24615 24617 21218 0 -1 64 22684 387 4 1 2068 20 2 1 23 0 9 0 2007040475 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24620] ppid=24615 vsize=868000 CPUtime=0.22
/proc/24617/task/24620/stat : 24620 (java) S 24615 24617 21218 0 -1 64 8175 387 0 1 17 2 2 1 16 0 9 0 2007040477 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24621] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24621/stat : 24621 (java) S 24615 24617 21218 0 -1 64 14 387 0 1 0 0 2 1 16 0 9 0 2007040477 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24622] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24622/stat : 24622 (java) S 24615 24617 21218 0 -1 64 15 387 0 1 0 0 2 1 16 0 9 0 2007040477 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24623] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24623/stat : 24623 (java) S 24615 24617 21218 0 -1 64 1 387 0 1 0 0 2 1 18 0 9 0 2007040479 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24624] ppid=24615 vsize=868000 CPUtime=0.38
/proc/24617/task/24624/stat : 24624 (java) S 24615 24617 21218 0 -1 64 941 387 0 1 34 1 2 1 16 0 9 0 2007040479 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24625] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24625/stat : 24625 (java) S 24615 24617 21218 0 -1 64 2 387 0 1 0 0 2 1 19 0 9 0 2007040479 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24617/tid=24626] ppid=24615 vsize=868000 CPUtime=0.03
/proc/24617/task/24626/stat : 24626 (java) S 24615 24617 21218 0 -1 64 11 387 0 1 0 0 2 1 15 0 9 0 2007040479 888832000 21961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.5
Current children cumulated vsize (KiB) 868000

Child status: 0
Real time (s): 21.8399
CPU time (s): 21.5277
CPU user time (s): 21.2368
CPU system time (s): 0.290955
CPU usage (%): 98.5704
Max. virtual memory (cumulated for all children) (KiB): 868000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2368
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33069
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2352
involuntary context switches= 2628

runsolver used 0.023996 second user time and 0.088986 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 19:57:41
IDJOB=1095068
IDBENCH=58876
IDSOLVER=364
FILE ID=node18/1095068-1215280661
PBS_JOBID= 7882140
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-7.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-1095068-1215280661/watcher-1095068-1215280661 -o /tmp/evaluation-result-1095068-1215280661/solver-1095068-1215280661 -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-1095068-1215280661.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39210d0e0515e795a94e7161092ee7d9
RANDOM SEED=944819990

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1816248 kB
Buffers:         19360 kB
Cached:         133680 kB
SwapCached:       6012 kB
Active:          79216 kB
Inactive:       106580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816248 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:          40416 kB
Slab:            39256 kB
Committed_AS:  3595176 kB
PageTables:       1732 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= 66552 MiB
End job on node18 at 2008-07-05 19:58:03