Trace number 1065425

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 ESACSAT 28.8406 29.0091

DiagnosticValue
CHECKS20000100
NODES23853

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-5.xml
MD5SUMc894b28341e243e0cd4c769be1909fc4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.863868
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2805
Maximum constraint arity19
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2736
Global constraints used (with number of constraints)alldifferent(69)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1065425-1215146700.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.39	     nbVariables=200  nbDomainTypes=12  minDomainSize=1  maxDomainSize=45  nbTotalValues=4735
0.38/0.46	       =>  wckTime=0.14  cpuTime=0.12  mem=7M919
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.56/1.63	     nbConstraints=2808  nbGlobalConstraints=72  nbSingletonDomainVariables=34  nbConflictsStructures=25
1.56/1.63	     nbSharedConflictsStructures=1178  nbUnbuiltConflictsStructures=29  nbSharedBinaryRepresentations=0
1.56/1.63	     nbEvaluationManagers=54  nbSharedEvaluationManagers=2682  minDegree=8  maxDegree=90  minArity=4  avgArity=4.21
1.56/1.63	     maxArity=19  nbGenerators=3  nbFusions=0  symmetryWckTime=0.247  symmetryCpuTime=0.14
1.56/1.63	       =>  wckTime=1.379  cpuTime=1.07  mem=48M758
1.66/1.76	   
1.66/1.76	   solver IterativeSystematicSolver being built... 
1.86/1.94	   
1.86/1.94	   INFO : Forward propagation technique limited 
1.96/2.07	       =>  wckTime=1.815  cpuTime=1.29  mem=23M10
4.04/4.15	   
4.04/4.15	   preprocessing
4.04/4.15	     nbConstraintChecks=1544036  nbValidityChecks=4783091  nbPropagations=5119  nbRevisions=214501
4.04/4.15	     nbUselessRevisions=212502  nbSingletonTests=345  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
4.04/4.15	     nbRemovedValues=0  detectedInconsistency=no
4.04/4.15	       =>  wckTime=2.076  cpuTime=2.03  mem=23M975
6.34/6.42	   
6.34/6.42	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M966)
28.73/28.98	   
28.73/28.98	   search
28.73/28.98	     run=15  nbConstraintChecks=18456022  nbValidityChecks=53413371  minDepth=113  maxDepth=200  nbPropagations=1067130
28.73/28.98	     nbRevisions=15237284  nbUselessRevisions=14736323  nbAssignments=23853  nbFailedAssignments=8731
28.73/28.98	     nbBacktracks=12457  nbVisitedNodes=41159  nbRestartNogoods=93  nbFoundSolutions=1  nbSEliminables=0
28.73/28.98	     nbREliminables=115.52  nbIEliminables=21.45  nbDEliminables=0  nbPEliminables=0
28.73/28.98	       =>  wckTime=26.907  cpuTime=26.66  mem=24M966
28.73/28.98	   
28.73/28.98	   global
28.73/28.98	     nbConstraintChecks=20000058  nbValidityChecks=58196462  nbPropagations=1072249  nbRevisions=15451785
28.73/28.98	     nbUselessRevisions=14948825  nbRestartNogoods=93  solvingWckTime=26.909  solvingCpuTime=26.67  expiredTime=no
28.73/28.98	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=27.95  globalCpuTime=28.0
28.73/28.98	       =>  wckTime=28.726  cpuTime=27.96  mem=24M966
28.73/28.98	   
28.73/28.98	s SATISFIABLE
28.73/28.98	v 2 8 16 14 34 7 9 37 3 43 13 1 13 12 7 9 42 2 30 5 11 9 26 41 11 10 22 6 18 1 15 14 11 0 1 4 10 17 6 5 20 0 6 38 8 17 23 21 25 15 44 4 1 15 7 16 12 0 19 18 16 7 33 4 40 3 4 39 13 21 17 10 35 3 2 10 0 8 14 3 15 29 19 13 24 31 12 6 0 9 14 5 32 2 5 14 16 27 36 28 3 0 0 2 0 3 3 0 1 0 1 1 3 1 1 4 0 4 0 1 1 0 0 0 0 0 0 0 4 4 3 3 4 0 0 4 4 1 4 4 0 2 3 0 4 0 0 0 0 0 0 3 3 1 4 1 4 3 4 0 3 0 0 1 0 0 0 0 0 3 4 3 0 4 1 1 4 1 1 3 4 0 0 4 0 0 0 1 1 1 0 3 0 0 0 4 4 0 0 0 
28.73/28.98	d NODES 23853
28.73/28.98	d CHECKS 20000058
28.73/28.98	   
28.73/28.98	   totalWckTime=28.796  totalCpuTime=28.0

Verifier Data (download as text)

OK

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-1065425-1215146700/watcher-1065425-1215146700 -o /tmp/evaluation-result-1065425-1215146700/solver-1065425-1215146700 -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-1065425-1215146700.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.80 1.95 1.99 4/81 26411
/proc/meminfo: memFree=1358352/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=18572 CPUtime=0
/proc/26411/stat : 26411 (runsolver) R 26409 26411 23403 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 126340176 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26411/statm: 4643 292 257 25 0 2626 0

[startup+0.0693499 s]
/proc/loadavg: 1.80 1.95 1.99 4/81 26411
/proc/meminfo: memFree=1358352/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=865856 CPUtime=0.05
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 2889 0 1 0 4 1 0 0 21 0 9 0 126340176 886636544 2415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216464 2415 1157 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101353 s]
/proc/loadavg: 1.80 1.95 1.99 4/81 26411
/proc/meminfo: memFree=1358352/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=865884 CPUtime=0.08
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 3693 0 1 0 7 1 0 0 21 0 9 0 126340176 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301372 s]
/proc/loadavg: 1.80 1.95 1.99 4/81 26411
/proc/meminfo: memFree=1358352/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=866284 CPUtime=0.28
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 5835 0 1 0 26 2 0 0 21 0 9 0 126340176 887074816 5209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216571 5209 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701415 s]
/proc/loadavg: 1.80 1.95 1.99 4/81 26411
/proc/meminfo: memFree=1358352/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867636 CPUtime=0.68
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 8913 0 1 0 64 4 0 0 21 0 9 0 126340176 888459264 8273 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216909 8273 2011 9 0 211415 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867636

[startup+1.5025 s]
/proc/loadavg: 1.80 1.95 1.99 4/90 26420
/proc/meminfo: memFree=1322312/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867960 CPUtime=1.46
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 16297 0 1 0 126 20 0 0 21 0 10 0 126340176 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216990 15637 2019 9 0 211496 0
[pid=26411/tid=26413] ppid=26409 vsize=867960 CPUtime=1.2
/proc/26411/task/26413/stat : 26413 (java) S 26409 26411 23403 0 -1 64 14862 0 1 0 102 18 0 0 25 0 10 0 126340178 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867960 CPUtime=0
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 5 0 0 0 0 0 0 0 17 0 10 0 126340179 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867960 CPUtime=0
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 10 0 0 0 0 0 0 0 24 0 10 0 126340179 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867960 CPUtime=0
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 126340179 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867960 CPUtime=0
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 126340181 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867960 CPUtime=0.25
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 725 0 0 0 24 1 0 0 15 0 10 0 126340181 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867960 CPUtime=0
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 126340181 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867960 CPUtime=0
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 126340181 888791040 15637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867960

[startup+3.10266 s]
/proc/loadavg: 1.80 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281928/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=3.05
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35063 563 1 0 273 25 6 1 21 0 9 0 126340176 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21574 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=2.54
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20095 563 1 0 227 20 6 1 25 0 9 0 126340178 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4125964636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 17 0 9 0 126340179 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.39
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 925 563 0 0 31 1 6 1 16 0 9 0 126340181 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867988

[startup+6.30198 s]
/proc/loadavg: 1.81 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281672/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=6.24
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35120 563 1 0 591 26 6 1 21 0 9 0 126340176 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21597 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=5.68
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20102 563 1 0 541 20 6 1 25 0 9 0 126340178 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4126884765 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 17 0 9 0 126340179 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.42
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 945 563 0 0 34 1 6 1 15 0 9 0 126340181 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 41 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867988

[startup+12.7026 s]
/proc/loadavg: 1.83 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281480/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=12.61
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35186 563 1 0 1228 26 6 1 21 0 9 0 126340176 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21615 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=12.01
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20107 563 1 0 1174 20 6 1 25 0 9 0 126340178 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4127185832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 17 0 9 0 126340179 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.46
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 1006 563 0 0 38 1 6 1 15 0 9 0 126340181 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 41 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867988

[startup+25.5019 s]
/proc/loadavg: 1.87 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281480/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=25.34
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35191 563 1 0 2501 26 6 1 21 0 9 0 126340176 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21617 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=24.74
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20109 563 1 0 2447 20 6 1 25 0 9 0 126340178 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4127176552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.47
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 1009 563 0 0 39 1 6 1 16 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 41 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 867988

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

[startup+27.1011 s]
/proc/loadavg: 1.87 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281480/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=26.94
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35191 563 1 0 2661 26 6 1 21 0 9 0 126340176 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21617 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=26.34
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20109 563 1 0 2607 20 6 1 25 0 9 0 126340178 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4127274542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.47
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 1009 563 0 0 39 1 6 1 16 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 41 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.94
Current children cumulated vsize (KiB) 867988

[startup+27.9022 s]
/proc/loadavg: 1.87 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281480/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=27.73
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35191 563 1 0 2740 26 6 1 21 0 9 0 126340176 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21617 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=27.13
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20109 563 1 0 2686 20 6 1 25 0 9 0 126340178 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4126457635 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.47
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 1009 563 0 0 39 1 6 1 16 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 41 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.73
Current children cumulated vsize (KiB) 867988

[startup+28.7023 s]
/proc/loadavg: 1.87 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281480/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=28.53
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35191 563 1 0 2820 26 6 1 21 0 9 0 126340176 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21617 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=27.93
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20109 563 1 0 2766 20 6 1 25 0 9 0 126340178 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4127176533 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.47
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 1009 563 0 0 39 1 6 1 16 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 41 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.53
Current children cumulated vsize (KiB) 867988

[startup+28.9023 s]
/proc/loadavg: 1.87 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281480/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=867988 CPUtime=28.73
/proc/26411/stat : 26411 (java) S 26409 26411 23403 0 -1 0 35191 563 1 0 2840 26 6 1 21 0 9 0 126340176 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 216997 21617 2615 9 0 211525 0
[pid=26411/tid=26413] ppid=26409 vsize=867988 CPUtime=28.13
/proc/26411/task/26413/stat : 26413 (java) R 26409 26411 23403 0 -1 64 20109 563 1 0 2786 20 6 1 25 0 9 0 126340178 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26414] ppid=26409 vsize=867988 CPUtime=0.23
/proc/26411/task/26414/stat : 26414 (java) S 26409 26411 23403 0 -1 64 13202 563 0 0 14 2 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26415] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26415/stat : 26415 (java) S 26409 26411 23403 0 -1 64 15 563 0 0 0 0 6 1 16 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26416] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26416/stat : 26416 (java) S 26409 26411 23403 0 -1 64 11 563 0 0 0 0 6 1 15 0 9 0 126340179 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26417] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26417/stat : 26417 (java) S 26409 26411 23403 0 -1 64 0 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26418] ppid=26409 vsize=867988 CPUtime=0.47
/proc/26411/task/26418/stat : 26418 (java) S 26409 26411 23403 0 -1 64 1009 563 0 0 39 1 6 1 16 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26419] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26419/stat : 26419 (java) S 26409 26411 23403 0 -1 64 2 563 0 0 0 0 6 1 25 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26411/tid=26420] ppid=26409 vsize=867988 CPUtime=0.07
/proc/26411/task/26420/stat : 26420 (java) S 26409 26411 23403 0 -1 64 41 563 0 0 0 0 6 1 15 0 9 0 126340181 888819712 21617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 867988

[startup+29.0029 s]
/proc/loadavg: 1.87 1.95 1.99 3/90 26424
/proc/meminfo: memFree=1281480/2055920 swapFree=4192812/4192956
[pid=26411] ppid=26409 vsize=0 CPUtime=28.81
/proc/26411/stat : 26411 (java) Z 26409 26411 23403 0 -1 12 35224 563 1 0 2848 26 6 1 16 0 2 0 126340176 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26411/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.81
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 29.0091
CPU time (s): 28.8406
CPU user time (s): 28.5507
CPU system time (s): 0.289955
CPU usage (%): 99.4193
Max. virtual memory (cumulated for all children) (KiB): 868076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5507
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35787
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= 2519
involuntary context switches= 3490

runsolver used 0.041993 second user time and 0.100984 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 06:45:01
IDJOB=1065425
IDBENCH=55066
IDSOLVER=364
FILE ID=node27/1065425-1215146700
PBS_JOBID= 7877373
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-5.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-1065425-1215146700/watcher-1065425-1215146700 -o /tmp/evaluation-result-1065425-1215146700/solver-1065425-1215146700 -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-1065425-1215146700.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c894b28341e243e0cd4c769be1909fc4
RANDOM SEED=212496192

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1358768 kB
Buffers:         56780 kB
Cached:         458388 kB
SwapCached:          0 kB
Active:         296628 kB
Inactive:       330120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:         133536 kB
Slab:            55628 kB
Committed_AS:  1026068 kB
PageTables:       1808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node27 at 2008-07-04 06:45:30