Trace number 2097873

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 ACUNSAT 24.5953 24.8125

DiagnosticValue
CHECKS165883
NODES0

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-0.xml
MD5SUM7d256a84222d0f8032eecede595dc56a
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 benchmark9.50955
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2097873-1247414128.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.58/0.66	     nbVariables=2230  nbDomainTypes=21  minDomainSize=46  maxDomainSize=302  nbTotalValues=610084
0.58/0.66	       =>  wckTime=0.399  cpuTime=0.28  mem=30M368
0.58/0.66	   
0.58/0.66	   predicates being loaded...
0.68/0.72	   
0.68/0.72	   constraints being loaded...
20.72/20.96	   
20.72/20.96	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 43M499)
23.60/23.83	     nbConstraints=11974  nbMergedConstraints=6997  nbConvertedConstraints=2705  nbConvertConstraintsChecks=53395613
23.60/23.83	     nbExtensionStructures=958  nbSharedExtensionStructures=2079  nbConflictsStructures=1062
23.60/23.83	     nbSharedConflictsStructures=2163  nbUnbuiltConflictsStructures=1818  nbSharedBinaryRepresentations=434529
23.60/23.83	     nbEvaluationManagers=1922  nbSharedEvaluationManagers=7347  minDegree=2  maxDegree=14  minArity=2  maxArity=2
23.60/23.83	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.219  symmetryCpuTime=0.98
23.60/23.83	       =>  wckTime=23.573  cpuTime=22.48  mem=64M599
23.88/24.15	   
23.88/24.15	   solver IterativeSystematicSolver being built... 
24.38/24.62	       =>  wckTime=24.359  cpuTime=22.81  mem=87M768
24.48/24.76	   
24.48/24.76	   preprocessing
24.48/24.76	     nbConstraintChecks=165883  nbValidityChecks=2444  nbPropagations=9  nbRevisions=143  nbUselessRevisions=76
24.48/24.76	     nbRemovedValues=7029  detectedInconsistency=yes
24.48/24.76	       =>  wckTime=0.123  cpuTime=0.1  mem=87M768
24.48/24.76	   
24.48/24.76	   global
24.48/24.76	     nbConstraintChecks=165883  nbValidityChecks=2444  nbPropagations=9  nbRevisions=143  nbUselessRevisions=76
24.48/24.76	     nbRestartNogoods=0  solvingWckTime=0.126  solvingCpuTime=0.11  expiredTime=no  totalExploration=yes
24.48/24.76	     nbFoundSolutions=0  globalCpuTime=22.98
24.48/24.76	       =>  wckTime=24.501  cpuTime=22.94  mem=88M786
24.48/24.77	   
24.48/24.77	s UNSATISFIABLE
24.48/24.77	d NODES 0
24.48/24.77	d CHECKS 165883
24.48/24.77	   
24.48/24.77	   totalWckTime=24.576  totalCpuTime=22.98

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097873-1247414128/watcher-2097873-1247414128 -o /tmp/evaluation-result-2097873-1247414128/solver-2097873-1247414128 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097873-1247414128.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/80 32068
/proc/meminfo: memFree=1754864/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=10676 CPUtime=0
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28475448 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 2669 474 207 9 0 1184 0
[pid=32068/tid=32069] ppid=32066 vsize=10676 CPUtime=0
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28475449 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 9261016 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0865219 s]
/proc/loadavg: 2.01 2.00 2.00 3/80 32068
/proc/meminfo: memFree=1754864/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=865956 CPUtime=0.07
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 3389 0 1 0 5 2 0 0 18 0 9 0 28475448 886738944 2874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216489 2874 1459 9 0 210981 0
[pid=32068/tid=32069] ppid=32066 vsize=865956 CPUtime=0.05
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 2473 0 1 0 4 1 0 0 20 0 9 0 28475449 886738944 2874 996147200 134512640 134550932 4294955968 18446744073709551615 4159514134 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.101522 s]
/proc/loadavg: 2.01 2.00 2.00 3/80 32068
/proc/meminfo: memFree=1754864/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=865984 CPUtime=0.09
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 3736 0 1 0 7 2 0 0 18 0 9 0 28475448 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216496 3204 1700 9 0 210981 0
[pid=32068/tid=32069] ppid=32066 vsize=865984 CPUtime=0.06
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 2811 0 1 0 5 1 0 0 20 0 9 0 28475449 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301543 s]
/proc/loadavg: 2.01 2.00 2.00 3/80 32068
/proc/meminfo: memFree=1754864/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=866380 CPUtime=0.28
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 5871 0 1 0 25 3 0 0 18 0 9 0 28475448 887173120 5237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216595 5237 1981 9 0 211053 0
[pid=32068/tid=32069] ppid=32066 vsize=866380 CPUtime=0.23
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 4889 0 1 0 20 3 0 0 21 0 9 0 28475449 887173120 5237 996147200 134512640 134550932 4294955968 18446744073709551615 4125973091 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701584 s]
/proc/loadavg: 2.01 2.00 2.00 3/80 32068
/proc/meminfo: memFree=1754864/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=867588 CPUtime=0.68
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 12877 0 1 0 61 7 0 0 18 0 9 0 28475448 888410112 12232 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216897 12232 2031 9 0 211333 0
[pid=32068/tid=32069] ppid=32066 vsize=867588 CPUtime=0.5
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 11554 0 1 0 44 6 0 0 23 0 9 0 28475449 888410112 12232 996147200 134512640 134550932 4294955968 18446744073709551615 102883533 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867588

[startup+1.50167 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 32077
/proc/meminfo: memFree=1697512/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=867500 CPUtime=1.47
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 21718 0 1 0 136 11 0 0 18 0 9 0 28475448 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216875 21046 2029 9 0 211333 0
[pid=32068/tid=32069] ppid=32066 vsize=867500 CPUtime=1.2
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 15792 0 1 0 112 8 0 0 25 0 9 0 28475449 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4126908665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32071] ppid=32066 vsize=867500 CPUtime=0.06
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 4583 0 0 0 5 1 0 0 17 0 9 0 28475451 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32072] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28475454 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=867500 CPUtime=0.18
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 642 0 0 0 18 0 0 0 15 0 9 0 28475454 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28475454 888320000 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28475454 888320000 21046 996147200 134512640 134550932 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) 867500

[startup+3.10182 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 32077
/proc/meminfo: memFree=1659944/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=867500 CPUtime=3.06
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 24886 0 1 0 294 12 0 0 18 0 9 0 28475448 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216875 24210 2032 9 0 211333 0
[pid=32068/tid=32069] ppid=32066 vsize=867500 CPUtime=2.66
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 15831 0 1 0 258 8 0 0 25 0 9 0 28475449 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4126956965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32071] ppid=32066 vsize=867500 CPUtime=0.16
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 7693 0 0 0 14 2 0 0 17 0 9 0 28475451 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32072] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28475454 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=867500 CPUtime=0.22
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 661 0 0 0 21 1 0 0 15 0 9 0 28475454 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28475454 888320000 24210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28475454 888320000 24210 996147200 134512640 134550932 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) 867500

[startup+6.30213 s]
/proc/loadavg: 2.16 2.03 2.01 3/89 32077
/proc/meminfo: memFree=1640360/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=867500 CPUtime=6.22
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 24920 0 1 0 609 13 0 0 18 0 9 0 28475448 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216875 24240 2032 9 0 211333 0
[pid=32068/tid=32069] ppid=32066 vsize=867500 CPUtime=5.8
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 15837 0 1 0 571 9 0 0 25 0 9 0 28475449 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4126467497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32071] ppid=32066 vsize=867500 CPUtime=0.16
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 7693 0 0 0 14 2 0 0 17 0 9 0 28475451 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32072] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28475454 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=867500 CPUtime=0.25
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 689 0 0 0 24 1 0 0 15 0 9 0 28475454 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28475454 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28475454 888320000 24240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867500

[startup+12.7018 s]
/proc/loadavg: 2.15 2.03 2.01 3/89 32077
/proc/meminfo: memFree=1639976/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=867500 CPUtime=12.56
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 24930 0 1 0 1240 16 0 0 18 0 9 0 28475448 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216875 24248 2032 9 0 211333 0
[pid=32068/tid=32069] ppid=32066 vsize=867500 CPUtime=12.12
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 15839 0 1 0 1200 12 0 0 25 0 9 0 28475449 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4126956985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32071] ppid=32066 vsize=867500 CPUtime=0.16
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 7693 0 0 0 14 2 0 0 16 0 9 0 28475451 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32072] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28475454 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=867500 CPUtime=0.26
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 697 0 0 0 25 1 0 0 16 0 9 0 28475454 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28475454 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28475454 888320000 24248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867500

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

[startup+19.1014 s]
/proc/loadavg: 2.14 2.03 2.01 3/76 32102
/proc/meminfo: memFree=1700048/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=867500 CPUtime=18.92
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 26497 0 1 0 1869 23 0 0 18 0 9 0 28475448 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216875 25812 2032 9 0 211333 0
[pid=32068/tid=32069] ppid=32066 vsize=867500 CPUtime=18.36
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 15844 0 1 0 1819 17 0 0 25 0 9 0 28475449 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4126956985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32068/tid=32071] ppid=32066 vsize=867500 CPUtime=0.24
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 9242 0 0 0 21 3 0 0 16 0 9 0 28475451 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32068/tid=32072] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28475454 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=867500 CPUtime=0.29
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 710 0 0 0 28 1 0 0 16 0 9 0 28475454 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28475454 888320000 25812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28475454 888320000 25812 996147200 134512640 134550932 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) 867500

[startup+22.3027 s]
/proc/loadavg: 2.12 2.03 2.01 3/89 32116
/proc/meminfo: memFree=1593192/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=867500 CPUtime=22.11
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 28002 0 1 0 2186 25 0 0 18 0 9 0 28475448 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 216875 27315 2033 9 0 211333 0
[pid=32068/tid=32069] ppid=32066 vsize=867500 CPUtime=21.46
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 15847 0 1 0 2127 19 0 0 25 0 9 0 28475449 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4126439520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32068/tid=32071] ppid=32066 vsize=867500 CPUtime=0.32
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 10732 0 0 0 29 3 0 0 16 0 9 0 28475451 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32068/tid=32072] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28475451 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28475454 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=867500 CPUtime=0.31
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 722 0 0 0 30 1 0 0 15 0 9 0 28475454 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32068/tid=32076] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28475454 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=867500 CPUtime=0
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28475454 888320000 27315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.11
Current children cumulated vsize (KiB) 867500

[startup+23.9019 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 32120
/proc/meminfo: memFree=1580696/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=868148 CPUtime=23.69
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 40945 851 1 0 2323 30 14 2 18 0 9 0 28475448 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 217037 28627 2085 9 0 211495 0
[pid=32068/tid=32069] ppid=32066 vsize=868148 CPUtime=22.83
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 19506 851 1 0 2246 21 14 2 24 0 9 0 28475449 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32071] ppid=32066 vsize=868148 CPUtime=0.63
/proc/32068/task/32071/stat : 32071 (java) R 32066 32068 29892 0 -1 64 19731 851 0 0 42 5 14 2 16 0 9 0 28475451 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32072] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 16 851 0 0 0 0 14 2 16 0 9 0 28475451 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 5 851 0 0 0 0 14 2 16 0 9 0 28475451 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 851 0 0 0 0 14 2 18 0 9 0 28475454 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=868148 CPUtime=0.51
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 864 851 0 0 34 1 14 2 16 0 9 0 28475454 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 851 0 0 0 0 14 2 19 0 9 0 28475454 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32077/stat : 32077 (java) R 32066 32068 29892 0 -1 64 10 851 0 0 0 0 14 2 15 0 9 0 28475454 888983552 28627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 868148

[startup+24.3029 s]
/proc/loadavg: 2.12 2.03 2.01 4/89 32120
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=868236 CPUtime=24.08
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 52843 851 1 0 2360 32 14 2 18 0 9 0 28475448 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 217059 30979 2661 9 0 211495 0
[pid=32068/tid=32069] ppid=32066 vsize=868236 CPUtime=22.96
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 26426 851 1 0 2258 22 14 2 25 0 9 0 28475449 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 102094025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32071] ppid=32066 vsize=868236 CPUtime=0.86
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 24655 851 0 0 64 6 14 2 18 0 9 0 28475451 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32072] ppid=32066 vsize=868236 CPUtime=0.16
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 20 851 0 0 0 0 14 2 17 0 9 0 28475451 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=868236 CPUtime=0.16
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 16 851 0 0 0 0 14 2 16 0 9 0 28475451 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=868236 CPUtime=0.16
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 851 0 0 0 0 14 2 18 0 9 0 28475454 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=868236 CPUtime=0.53
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 903 851 0 0 36 1 14 2 15 0 9 0 28475454 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=868236 CPUtime=0.16
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 851 0 0 0 0 14 2 19 0 9 0 28475454 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=868236 CPUtime=0.16
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 10 851 0 0 0 0 14 2 15 0 9 0 28475454 889073664 30979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 868236

[startup+24.703 s]
/proc/loadavg: 2.12 2.03 2.01 4/89 32120
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=868148 CPUtime=24.48
/proc/32068/stat : 32068 (java) S 32066 32068 29892 0 -1 0 65244 851 1 0 2395 37 14 2 18 0 9 0 28475448 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 217037 38978 2641 9 0 211495 0
[pid=32068/tid=32069] ppid=32066 vsize=868148 CPUtime=23.23
/proc/32068/task/32069/stat : 32069 (java) R 32066 32068 29892 0 -1 64 29569 851 1 0 2284 23 14 2 25 0 9 0 28475449 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4126964459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32071] ppid=32066 vsize=868148 CPUtime=0.97
/proc/32068/task/32071/stat : 32071 (java) S 32066 32068 29892 0 -1 64 33880 851 0 0 71 10 14 2 16 0 9 0 28475451 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32072] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32072/stat : 32072 (java) S 32066 32068 29892 0 -1 64 20 851 0 0 0 0 14 2 16 0 9 0 28475451 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32073] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32073/stat : 32073 (java) S 32066 32068 29892 0 -1 64 30 851 0 0 0 0 14 2 15 0 9 0 28475451 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32074] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32074/stat : 32074 (java) S 32066 32068 29892 0 -1 64 2 851 0 0 0 0 14 2 18 0 9 0 28475454 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32075] ppid=32066 vsize=868148 CPUtime=0.56
/proc/32068/task/32075/stat : 32075 (java) S 32066 32068 29892 0 -1 64 922 851 0 0 39 1 14 2 16 0 9 0 28475454 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32076] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32076/stat : 32076 (java) S 32066 32068 29892 0 -1 64 0 851 0 0 0 0 14 2 19 0 9 0 28475454 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32068/tid=32077] ppid=32066 vsize=868148 CPUtime=0.16
/proc/32068/task/32077/stat : 32077 (java) S 32066 32068 29892 0 -1 64 10 851 0 0 0 0 14 2 15 0 9 0 28475454 888983552 38978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 868148

[startup+24.8032 s]
/proc/loadavg: 2.12 2.03 2.01 4/89 32120
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=32068] ppid=32066 vsize=0 CPUtime=24.56
/proc/32068/stat : 32068 (java) Z 32066 32068 29892 0 -1 12 65283 851 1 0 2402 38 14 2 16 0 2 0 28475448 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32068/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.8125
CPU time (s): 24.5953
CPU user time (s): 24.1773
CPU system time (s): 0.417936
CPU usage (%): 99.1246
Max. virtual memory (cumulated for all children) (KiB): 868236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1773
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66134
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= 2630
involuntary context switches= 3368

runsolver used 0.035994 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 17:55:28
IDJOB=2097873
IDBENCH=57913
IDSOLVER=773
FILE ID=node70/2097873-1247414128
PBS_JOBID= 9510508
Free space on /tmp= 66416 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-0.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097873-1247414128/watcher-2097873-1247414128 -o /tmp/evaluation-result-2097873-1247414128/solver-2097873-1247414128 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097873-1247414128.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7d256a84222d0f8032eecede595dc56a
RANDOM SEED=215187513

node70.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.214
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.214
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:       1755344 kB
Buffers:         40448 kB
Cached:         144104 kB
SwapCached:          0 kB
Active:         153056 kB
Inactive:        91160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7272 kB
Writeback:           0 kB
Mapped:          77612 kB
Slab:            41732 kB
Committed_AS:   996808 kB
PageTables:       1840 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= 66408 MiB
End job on node70 at 2009-07-12 17:55:53