Trace number 2097771

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 33.159 33.5179

DiagnosticValue
CHECKS499571
NODES0

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-2.xml
MD5SUMffe961df7b98972151382aba4fbbf029
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 benchmark30.2334
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097771-1247414005.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.37/0.45	   
0.37/0.45	   variables being loaded...
0.68/0.74	     nbVariables=2000  nbDomainTypes=49  minDomainSize=42  maxDomainSize=190  nbTotalValues=320494
0.68/0.74	       =>  wckTime=0.499  cpuTime=0.33  mem=21M580
0.68/0.74	   
0.68/0.74	   predicates being loaded...
0.78/0.81	   
0.78/0.81	   constraints being loaded...
20.77/21.03	   
20.77/21.03	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 70M625)
31.85/32.24	     nbConstraints=13669  nbMergedConstraints=11983  nbConvertedConstraints=1474  nbConvertConstraintsChecks=47197086
31.85/32.24	     nbExtensionStructures=1339  nbSharedExtensionStructures=474  nbConflictsStructures=3025
31.85/32.24	     nbSharedConflictsStructures=799  nbUnbuiltConflictsStructures=7061  nbSharedBinaryRepresentations=337095
31.85/32.24	     nbEvaluationManagers=8747  nbSharedEvaluationManagers=3448  minDegree=3  maxDegree=17  minArity=2  maxArity=2
31.85/32.24	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.293  symmetryCpuTime=0.96
31.85/32.24	       =>  wckTime=32.001  cpuTime=30.25  mem=74M76
32.24/32.66	   
32.24/32.66	   solver IterativeSystematicSolver being built... 
32.74/33.15	       =>  wckTime=32.903  cpuTime=30.61  mem=92M109
33.04/33.46	   
33.04/33.46	   preprocessing
33.04/33.46	     nbConstraintChecks=499571  nbValidityChecks=3044  nbPropagations=55  nbRevisions=611  nbUselessRevisions=288
33.04/33.46	     nbRemovedValues=11980  detectedInconsistency=yes
33.04/33.46	       =>  wckTime=0.307  cpuTime=0.28  mem=92M109
33.04/33.47	   
33.04/33.47	   global
33.04/33.47	     nbConstraintChecks=499571  nbValidityChecks=3044  nbPropagations=55  nbRevisions=611  nbUselessRevisions=288
33.04/33.47	     nbRestartNogoods=0  solvingWckTime=0.312  solvingCpuTime=0.28  expiredTime=no  totalExploration=yes
33.04/33.47	     nbFoundSolutions=0  globalCpuTime=30.96
33.04/33.47	       =>  wckTime=33.227  cpuTime=30.9  mem=92M109
33.04/33.48	   
33.04/33.48	s UNSATISFIABLE
33.04/33.48	d NODES 0
33.04/33.48	d CHECKS 499571
33.04/33.48	   
33.04/33.48	   totalWckTime=33.288  totalCpuTime=30.97

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-2097771-1247414005/watcher-2097771-1247414005 -o /tmp/evaluation-result-2097771-1247414005/solver-2097771-1247414005 -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-2097771-1247414005.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: 1.92 1.98 1.99 2/80 31836
/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=10676 CPUtime=0
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28463219 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 2669 474 207 9 0 1184 0
[pid=31836/tid=31837] ppid=31834 vsize=10676 CPUtime=0
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28463220 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 9261016 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0957139 s]
/proc/loadavg: 1.92 1.98 1.99 2/80 31836
/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=865984 CPUtime=0.07
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 3685 0 1 0 5 2 0 0 18 0 9 0 28463219 886767616 3162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216496 3162 1685 9 0 210981 0
[pid=31836/tid=31837] ppid=31834 vsize=865984 CPUtime=0.06
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 2777 0 1 0 5 1 0 0 18 0 9 0 28463220 886767616 3162 996147200 134512640 134550932 4294955968 18446744073709551615 8531060 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.102711 s]
/proc/loadavg: 1.92 1.98 1.99 2/80 31836
/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=865984 CPUtime=0.08
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 3736 0 1 0 6 2 0 0 18 0 9 0 28463219 886767616 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216496 3201 1692 9 0 210981 0
[pid=31836/tid=31837] ppid=31834 vsize=865984 CPUtime=0.06
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 2828 0 1 0 5 1 0 0 18 0 9 0 28463220 886767616 3201 996147200 134512640 134550932 4294955968 18446744073709551615 102572800 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301733 s]
/proc/loadavg: 1.92 1.98 1.99 2/80 31836
/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=866296 CPUtime=0.28
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 5695 0 1 0 24 4 0 0 18 0 9 0 28463219 887087104 5098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216574 5098 1927 9 0 211052 0
[pid=31836/tid=31837] ppid=31834 vsize=866296 CPUtime=0.24
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 4726 0 1 0 21 3 0 0 19 0 9 0 28463220 887087104 5098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.70178 s]
/proc/loadavg: 1.92 1.98 1.99 2/80 31836
/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867112 CPUtime=0.68
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 9286 0 1 0 62 6 0 0 18 0 9 0 28463219 887922688 8648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216778 8648 2001 9 0 211236 0
[pid=31836/tid=31837] ppid=31834 vsize=867112 CPUtime=0.53
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 8081 0 1 0 48 5 0 0 20 0 9 0 28463220 887922688 8648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867112

[startup+1.50435 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 31845
/proc/meminfo: memFree=1685480/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867540 CPUtime=1.47
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 20218 0 1 0 135 12 0 0 18 0 9 0 28463219 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216885 19546 2029 9 0 211343 0
[pid=31836/tid=31837] ppid=31834 vsize=867540 CPUtime=1.2
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 15788 0 1 0 111 9 0 0 25 0 9 0 28463220 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 102094036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867540 CPUtime=0.06
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 3080 0 0 0 5 1 0 0 16 0 9 0 28463222 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28463225 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867540 CPUtime=0.18
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 649 0 0 0 18 0 0 0 16 0 9 0 28463225 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28463225 888360960 19546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28463225 888360960 19546 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) 867540

[startup+3.10201 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 31845
/proc/meminfo: memFree=1645032/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867540 CPUtime=3.05
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 23286 0 1 0 291 14 0 0 18 0 9 0 28463219 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216885 22611 2032 9 0 211343 0
[pid=31836/tid=31837] ppid=31834 vsize=867540 CPUtime=2.67
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 15825 0 1 0 257 10 0 0 25 0 9 0 28463220 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4126971081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867540 CPUtime=0.15
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 6091 0 0 0 13 2 0 0 16 0 9 0 28463222 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28463225 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867540 CPUtime=0.2
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 669 0 0 0 20 0 0 0 16 0 9 0 28463225 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28463225 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28463225 888360960 22611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867540

[startup+6.30132 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 31845
/proc/meminfo: memFree=1643816/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867540 CPUtime=6.22
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 23318 0 1 0 607 15 0 0 18 0 9 0 28463219 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216885 22640 2032 9 0 211343 0
[pid=31836/tid=31837] ppid=31834 vsize=867540 CPUtime=5.81
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 15830 0 1 0 570 11 0 0 25 0 9 0 28463220 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4126961847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867540 CPUtime=0.15
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 6091 0 0 0 13 2 0 0 16 0 9 0 28463222 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28463225 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867540 CPUtime=0.23
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 696 0 0 0 23 0 0 0 15 0 9 0 28463225 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28463225 888360960 22640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28463225 888360960 22640 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) 867540

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 31845
/proc/meminfo: memFree=1634920/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867540 CPUtime=12.55
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 25524 0 1 0 1237 18 0 0 18 0 9 0 28463219 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216885 24843 2032 9 0 211343 0
[pid=31836/tid=31837] ppid=31834 vsize=867540 CPUtime=12
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 15834 0 1 0 1186 14 0 0 25 0 9 0 28463220 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4126934199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867540 CPUtime=0.28
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 8284 0 0 0 25 3 0 0 16 0 9 0 28463222 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28463225 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867540 CPUtime=0.25
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 705 0 0 0 25 0 0 0 15 0 9 0 28463225 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28463225 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28463225 888360960 24843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867540

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 31845
/proc/meminfo: memFree=1621672/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867540 CPUtime=25.23
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 29525 0 1 0 2500 23 0 0 18 0 9 0 28463219 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216885 28838 2033 9 0 211343 0
[pid=31836/tid=31837] ppid=31834 vsize=867540 CPUtime=24.32
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 15842 0 1 0 2416 16 0 0 25 0 9 0 28463220 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4126970183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867540 CPUtime=0.59
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 12259 0 0 0 55 4 0 0 16 0 9 0 28463222 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28463225 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867540 CPUtime=0.29
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 723 0 0 0 28 1 0 0 16 0 9 0 28463225 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28463225 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28463225 888360960 28838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867540

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

[startup+28.7016 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 31845
/proc/meminfo: memFree=1613672/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867540 CPUtime=28.4
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 30888 0 1 0 2816 24 0 0 18 0 9 0 28463219 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216885 30199 2033 9 0 211343 0
[pid=31836/tid=31837] ppid=31834 vsize=867540 CPUtime=27.35
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 15844 0 1 0 2719 16 0 0 25 0 9 0 28463220 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4126992000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867540 CPUtime=0.73
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 13620 0 0 0 68 5 0 0 16 0 9 0 28463222 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28463222 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28463225 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867540 CPUtime=0.29
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 723 0 0 0 28 1 0 0 17 0 9 0 28463225 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28463225 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867540 CPUtime=0
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28463225 888360960 30199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 867540

[startup+31.9069 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 31849
/proc/meminfo: memFree=1603240/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867864 CPUtime=31.56
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 36418 959 1 0 3112 27 15 2 18 0 9 0 28463219 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216966 32738 2045 9 0 211424 0
[pid=31836/tid=31837] ppid=31834 vsize=867864 CPUtime=30.31
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 18550 959 1 0 2997 17 15 2 25 0 9 0 28463220 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4126935399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867864 CPUtime=1.06
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 16157 959 0 0 83 6 15 2 16 0 9 0 28463222 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867864 CPUtime=0.17
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 16 959 0 0 0 0 15 2 16 0 9 0 28463222 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867864 CPUtime=0.17
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 5 959 0 0 0 0 15 2 16 0 9 0 28463222 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867864 CPUtime=0.17
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 959 0 0 0 0 15 2 18 0 9 0 28463225 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867864 CPUtime=0.49
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 866 959 0 0 31 1 15 2 16 0 9 0 28463225 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867864 CPUtime=0.17
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 959 0 0 0 0 15 2 19 0 9 0 28463225 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867864 CPUtime=0.17
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 17 959 0 0 0 0 15 2 15 0 9 0 28463225 888692736 32738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.56
Current children cumulated vsize (KiB) 867864

[startup+32.703 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 31849
/proc/meminfo: memFree=1603240/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867952 CPUtime=32.35
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 52099 959 1 0 3188 30 15 2 18 0 9 0 28463219 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216988 34892 2661 9 0 211424 0
[pid=31836/tid=31837] ppid=31834 vsize=867952 CPUtime=30.68
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 20746 959 1 0 3033 18 15 2 25 0 9 0 28463220 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 102751780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867952 CPUtime=1.45
/proc/31836/task/31839/stat : 31839 (java) S 31834 31836 29865 0 -1 64 29608 959 0 0 120 8 15 2 19 0 9 0 28463222 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 20 959 0 0 0 0 15 2 17 0 9 0 28463222 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 15 959 0 0 0 0 15 2 16 0 9 0 28463222 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 959 0 0 0 0 15 2 18 0 9 0 28463225 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867952 CPUtime=0.51
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 886 959 0 0 33 1 15 2 15 0 9 0 28463225 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 959 0 0 0 0 15 2 19 0 9 0 28463225 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 17 959 0 0 0 0 15 2 15 0 9 0 28463225 888782848 34892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.35
Current children cumulated vsize (KiB) 867952

[startup+33.103 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31849
/proc/meminfo: memFree=1591656/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=867952 CPUtime=32.74
/proc/31836/stat : 31836 (java) S 31834 31836 29865 0 -1 0 66558 959 1 0 3223 34 15 2 18 0 9 0 28463219 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 216988 37640 2663 9 0 211424 0
[pid=31836/tid=31837] ppid=31834 vsize=867952 CPUtime=30.98
/proc/31836/task/31837/stat : 31837 (java) R 31834 31836 29865 0 -1 64 31223 959 1 0 3061 20 15 2 25 0 9 0 28463220 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31839] ppid=31834 vsize=867952 CPUtime=1.52
/proc/31836/task/31839/stat : 31839 (java) R 31834 31836 29865 0 -1 64 33537 959 0 0 125 10 15 2 16 0 9 0 28463222 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31840] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31840/stat : 31840 (java) S 31834 31836 29865 0 -1 64 20 959 0 0 0 0 15 2 16 0 9 0 28463222 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31841] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31841/stat : 31841 (java) S 31834 31836 29865 0 -1 64 24 959 0 0 0 0 15 2 15 0 9 0 28463222 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31842] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31842/stat : 31842 (java) S 31834 31836 29865 0 -1 64 2 959 0 0 0 0 15 2 18 0 9 0 28463225 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31843] ppid=31834 vsize=867952 CPUtime=0.54
/proc/31836/task/31843/stat : 31843 (java) S 31834 31836 29865 0 -1 64 930 959 0 0 36 1 15 2 15 0 9 0 28463225 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31844] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31844/stat : 31844 (java) S 31834 31836 29865 0 -1 64 0 959 0 0 0 0 15 2 19 0 9 0 28463225 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31836/tid=31845] ppid=31834 vsize=867952 CPUtime=0.17
/proc/31836/task/31845/stat : 31845 (java) S 31834 31836 29865 0 -1 64 17 959 0 0 0 0 15 2 15 0 9 0 28463225 888782848 37640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.74
Current children cumulated vsize (KiB) 867952

[startup+33.5023 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31849
/proc/meminfo: memFree=1591656/2055920 swapFree=4192812/4192956
[pid=31836] ppid=31834 vsize=0 CPUtime=33.13
/proc/31836/stat : 31836 (java) Z 31834 31836 29865 0 -1 12 69295 959 1 0 3260 36 15 2 16 0 2 0 28463219 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31836/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.13
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 33.5179
CPU time (s): 33.159
CPU user time (s): 32.757
CPU system time (s): 0.401938
CPU usage (%): 98.9291
Max. virtual memory (cumulated for all children) (KiB): 867952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.757
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70254
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= 2615
involuntary context switches= 3347

runsolver used 0.043993 second user time and 0.13098 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 17:53:26
IDJOB=2097771
IDBENCH=57725
IDSOLVER=773
FILE ID=node70/2097771-1247414005
PBS_JOBID= 9510507
Free space on /tmp= 66416 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-2.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-2097771-1247414005/watcher-2097771-1247414005 -o /tmp/evaluation-result-2097771-1247414005/solver-2097771-1247414005 -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-2097771-1247414005.xml

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

MD5SUM BENCH= ffe961df7b98972151382aba4fbbf029
RANDOM SEED=646134136

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:       1727568 kB
Buffers:         40036 kB
Cached:         143836 kB
SwapCached:          0 kB
Active:         181520 kB
Inactive:        90388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5620 kB
Writeback:           0 kB
Mapped:         108504 kB
Slab:            41568 kB
Committed_AS:   996912 kB
PageTables:       1904 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= 66412 MiB
End job on node70 at 2009-07-12 17:53:59