Trace number 2098882

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 21.9147 22.1771

DiagnosticValue
CHECKS131595000
NODES94422

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-38_ext.xml
MD5SUM18a88f4de5e28d494ca9fac33a68ab0c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.43672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-2098882-1247417318.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.29/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25  nbTotalValues=1000
0.29/0.38	       =>  wckTime=0.146  cpuTime=0.1  mem=7M892
0.29/0.38	   
0.29/0.38	   relations being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
0.68/0.77	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.68/0.77	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1  minDegree=5
0.68/0.77	     maxDegree=13  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.048  symmetryCpuTime=0.03
0.68/0.77	       =>  wckTime=0.532  cpuTime=0.39  mem=19M690
0.77/0.83	   
0.77/0.83	   solver IterativeSystematicSolver being built... 
0.87/0.98	       =>  wckTime=0.741  cpuTime=0.51  mem=21M502
0.97/1.03	   
0.97/1.03	   preprocessing
0.97/1.03	     nbConstraintChecks=59250  nbPropagations=658  nbRevisions=4049  nbUselessRevisions=3131  nbSingletonTests=46
0.97/1.03	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.97/1.03	       =>  wckTime=0.053  cpuTime=0.03  mem=21M502
1.08/1.16	   
1.08/1.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M543)
21.86/22.12	   
21.86/22.12	   search
21.86/22.12	     run=19  nbConstraintChecks=131535994  minDepth=1  maxDepth=40  nbPropagations=8239934  nbRevisions=66263054
21.86/22.12	     nbUselessRevisions=46211390  nbAssignments=94422  nbFailedAssignments=47075  nbInferredBacktracks=1
21.86/22.12	     nbBacktracks=47187  nbVisitedNodes=172194  nbRestartNogoods=143  nbFoundSolutions=1  nbSEliminables=6.93
21.86/22.12	     nbREliminables=3.38  nbIEliminables=2.83  nbDEliminables=0  nbPEliminables=0
21.86/22.12	       =>  wckTime=21.136  cpuTime=20.84  mem=22M543
21.86/22.12	   
21.86/22.12	   global
21.86/22.12	     nbConstraintChecks=131595244  nbPropagations=8240592  nbRevisions=66267103  nbUselessRevisions=46214521
21.86/22.12	     nbRestartNogoods=143  solvingWckTime=21.139  solvingCpuTime=20.84  expiredTime=no  totalExploration=no
21.86/22.12	     nbFoundSolutions=1  firstSolutionCpuTime=21.35  globalCpuTime=21.4
21.86/22.12	       =>  wckTime=21.883  cpuTime=21.35  mem=22M543
21.86/22.12	   
21.86/22.12	s SATISFIABLE
21.86/22.12	v 13 7 21 9 5 4 7 18 0 18 17 16 15 13 3 19 5 12 4 19 11 18 6 22 3 10 4 13 13 24 4 17 24 14 2 19 9 13 14 2 
21.86/22.12	d NODES 94422
21.86/22.12	d CHECKS 131595244
21.86/22.12	   
21.86/22.12	   totalWckTime=21.94  totalCpuTime=21.4

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098882-1247417318/watcher-2098882-1247417318 -o /tmp/evaluation-result-2098882-1247417318/solver-2098882-1247417318 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098882-1247417318.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.60 2.45 2.30 4/80 2816
/proc/meminfo: memFree=1740464/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=10676 CPUtime=0
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28798423 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 2669 474 207 9 0 1184 0
[pid=2816/tid=2817] ppid=2814 vsize=10676 CPUtime=0
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28798424 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13438936 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.048211 s]
/proc/loadavg: 2.60 2.45 2.30 4/80 2816
/proc/meminfo: memFree=1740464/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=862776 CPUtime=0.03
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 2401 0 1 0 2 1 0 0 18 0 7 0 28798423 883482624 1978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 215694 1978 905 9 0 210609 0
[pid=2816/tid=2817] ppid=2814 vsize=862776 CPUtime=0.03
/proc/2816/task/2817/stat : 2817 (java) S 2814 2816 2467 0 -1 64 1706 0 1 0 2 1 0 0 18 0 7 0 28798424 883482624 1978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862776

[startup+0.102102 s]
/proc/loadavg: 2.60 2.45 2.30 4/80 2816
/proc/meminfo: memFree=1740464/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=865984 CPUtime=0.09
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 3834 0 1 0 7 2 0 0 18 0 9 0 28798423 886767616 3277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216496 3277 1726 9 0 210981 0
[pid=2816/tid=2817] ppid=2814 vsize=865984 CPUtime=0.07
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 2928 0 1 0 6 1 0 0 18 0 9 0 28798424 886767616 3277 996147200 134512640 134550932 4294955968 18446744073709551615 4125979673 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.301127 s]
/proc/loadavg: 2.60 2.45 2.30 4/80 2816
/proc/meminfo: memFree=1740464/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=866296 CPUtime=0.29
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 5647 0 1 0 25 4 0 0 18 0 9 0 28798423 887087104 5059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216574 5059 1908 9 0 211052 0
[pid=2816/tid=2817] ppid=2814 vsize=866296 CPUtime=0.23
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 4666 0 1 0 20 3 0 0 19 0 9 0 28798424 887087104 5059 996147200 134512640 134550932 4294955968 18446744073709551615 4126505527 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701169 s]
/proc/loadavg: 2.60 2.45 2.30 4/80 2816
/proc/meminfo: memFree=1740464/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867084 CPUtime=0.68
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 8749 0 1 0 63 5 0 0 18 0 9 0 28798423 887894016 8102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216771 8102 2007 9 0 211229 0
[pid=2816/tid=2817] ppid=2814 vsize=867084 CPUtime=0.55
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 7563 0 1 0 50 5 0 0 20 0 9 0 28798424 887894016 8102 996147200 134512640 134550932 4294955968 18446744073709551615 4125924977 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867084

[startup+1.50226 s]
/proc/loadavg: 2.63 2.46 2.31 4/89 2829
/proc/meminfo: memFree=1708512/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=1.47
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17315 278 1 0 139 8 0 0 18 0 9 0 28798423 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10872 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=1.16
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12146 278 1 0 110 6 0 0 25 0 9 0 28798424 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.23
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 695 278 0 0 23 0 0 0 16 0 9 0 28798428 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10872 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) 867944

[startup+3.10144 s]
/proc/loadavg: 2.63 2.46 2.31 3/89 2829
/proc/meminfo: memFree=1707168/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=3.06
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17329 278 1 0 298 8 0 0 18 0 9 0 28798423 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10884 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=2.74
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12151 278 1 0 268 6 0 0 25 0 9 0 28798424 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4126862254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 17 0 9 0 28798425 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 15 0 9 0 28798428 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10884 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) 867944

[startup+6.30181 s]
/proc/loadavg: 2.58 2.45 2.30 3/89 2829
/proc/meminfo: memFree=1706976/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=6.24
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17345 278 1 0 616 8 0 0 18 0 9 0 28798423 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10885 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=5.91
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12154 278 1 0 585 6 0 0 25 0 9 0 28798424 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4126852302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 15 0 9 0 28798428 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867944

[startup+12.7015 s]
/proc/loadavg: 2.53 2.45 2.30 3/89 2829
/proc/meminfo: memFree=1706792/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=12.56
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17347 278 1 0 1248 8 0 0 18 0 9 0 28798423 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10887 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=12.24
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12156 278 1 0 1218 6 0 0 25 0 9 0 28798424 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4126923278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 16 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10887 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) 867944

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

[startup+19.1023 s]
/proc/loadavg: 2.49 2.44 2.30 3/89 2829
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=18.9
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17348 278 1 0 1882 8 0 0 18 0 9 0 28798423 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10887 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=18.57
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12157 278 1 0 1851 6 0 0 25 0 9 0 28798424 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4126885420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 16 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867944

[startup+20.7015 s]
/proc/loadavg: 2.49 2.44 2.30 3/89 2829
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=20.48
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17348 278 1 0 2040 8 0 0 18 0 9 0 28798423 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10887 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=20.16
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12157 278 1 0 2010 6 0 0 25 0 9 0 28798424 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4126916415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 16 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 867944

[startup+21.5016 s]
/proc/loadavg: 2.45 2.43 2.30 3/89 2829
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=21.27
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17349 278 1 0 2119 8 0 0 18 0 9 0 28798423 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10888 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=20.95
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12158 278 1 0 2089 6 0 0 25 0 9 0 28798424 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4126916580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 16 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.27
Current children cumulated vsize (KiB) 867944

[startup+21.9016 s]
/proc/loadavg: 2.45 2.43 2.30 3/89 2829
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=21.67
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17349 278 1 0 2159 8 0 0 18 0 9 0 28798423 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10888 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=21.35
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12158 278 1 0 2129 6 0 0 25 0 9 0 28798424 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4126381333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 16 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (KiB) 867944

[startup+22.1016 s]
/proc/loadavg: 2.45 2.43 2.30 3/89 2829
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=2816] ppid=2814 vsize=867944 CPUtime=21.86
/proc/2816/stat : 2816 (java) S 2814 2816 2467 0 -1 0 17349 278 1 0 2178 8 0 0 18 0 9 0 28798423 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216986 10888 2657 9 0 211422 0
[pid=2816/tid=2817] ppid=2814 vsize=867944 CPUtime=21.54
/proc/2816/task/2817/stat : 2817 (java) R 2814 2816 2467 0 -1 64 12158 278 1 0 2148 6 0 0 25 0 9 0 28798424 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4126871021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2814 vsize=867944 CPUtime=0.05
/proc/2816/task/2819/stat : 2819 (java) S 2814 2816 2467 0 -1 64 3632 278 0 0 5 0 0 0 16 0 9 0 28798425 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 16 0 9 0 28798426 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2814 2816 2467 0 -1 64 8 278 0 0 0 0 0 0 15 0 9 0 28798426 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2822/stat : 2822 (java) S 2814 2816 2467 0 -1 64 2 278 0 0 0 0 0 0 18 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2814 vsize=867944 CPUtime=0.24
/proc/2816/task/2823/stat : 2823 (java) S 2814 2816 2467 0 -1 64 704 278 0 0 24 0 0 0 16 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2814 2816 2467 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2825] ppid=2814 vsize=867944 CPUtime=0
/proc/2816/task/2825/stat : 2825 (java) S 2814 2816 2467 0 -1 64 17 278 0 0 0 0 0 0 15 0 9 0 28798428 888774656 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (KiB) 867944

Child status: 0
Real time (s): 22.1771
CPU time (s): 21.9147
CPU user time (s): 21.8167
CPU system time (s): 0.097985
CPU usage (%): 98.8164
Max. virtual memory (cumulated for all children) (KiB): 867944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8167
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17753
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= 1490
involuntary context switches= 2156

runsolver used 0.046992 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 18:48:38
IDJOB=2098882
IDBENCH=59414
IDSOLVER=774
FILE ID=node28/2098882-1247417318
PBS_JOBID= 9510814
Free space on /tmp= 66116 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-38_ext.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098882-1247417318/watcher-2098882-1247417318 -o /tmp/evaluation-result-2098882-1247417318/solver-2098882-1247417318 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098882-1247417318.xml

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

MD5SUM BENCH= 18a88f4de5e28d494ca9fac33a68ab0c
RANDOM SEED=1335973361

node28.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.230
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.230
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:       1740944 kB
Buffers:         43848 kB
Cached:         123976 kB
SwapCached:          0 kB
Active:         180040 kB
Inactive:        78344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:         107892 kB
Slab:            41468 kB
Committed_AS:  1008060 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66116 MiB
End job on node28 at 2009-07-12 18:49:00