Trace number 2096120

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACUNSAT 16.9194 17.0891

DiagnosticValue
CHECKS353282000
NODES32333

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-95-5.xml
MD5SUM75da09c50b4fcbd9ca6ba4fc2e0eb147
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 benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size293
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2096120-1247409949.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.37	     nbVariables=25  nbDomainTypes=25  minDomainSize=199  maxDomainSize=293  nbTotalValues=6022
0.29/0.37	       =>  wckTime=0.114  cpuTime=0.1  mem=7M892
0.29/0.38	   
0.29/0.38	   predicates being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
2.17/2.25	     nbConstraints=105  nbGlobalConstraints=5  nbConvertedConstraints=100  nbConvertConstraintsChecks=5784790
2.17/2.25	     nbExtensionStructures=100  nbSharedExtensionStructures=2  nbConflictsStructures=100  nbSharedConflictsStructures=2
2.17/2.25	     nbSharedBinaryRepresentations=19571  minDegree=9  maxDegree=9  minArity=2  avgArity=2.14  maxArity=5
2.17/2.25	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.05  symmetryCpuTime=0.04  nbCliques=5
2.17/2.25	       =>  wckTime=1.986  cpuTime=1.87  mem=19M882
2.26/2.31	   
2.26/2.31	   solver IterativeSystematicSolver being built... 
2.26/2.38	   
2.26/2.38	   INFO : Forward propagation technique limited 
2.36/2.44	       =>  wckTime=2.181  cpuTime=1.98  mem=21M686
2.46/2.52	   
2.46/2.52	   preprocessing
2.46/2.52	     nbConstraintChecks=538203  nbPropagations=481  nbRevisions=1531  nbUselessRevisions=812  nbSingletonTests=36
2.46/2.52	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
2.46/2.52	       =>  wckTime=0.073  cpuTime=0.05  mem=23M652
4.34/4.41	   
4.34/4.41	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M166)
16.82/17.06	   
16.82/17.06	   search
16.82/17.06	     run=18  nbConstraintChecks=352743876  minDepth=0  maxDepth=2  nbPropagations=970944  nbRevisions=3627095
16.82/17.06	     nbUselessRevisions=1586216  nbAssignments=32333  nbFailedAssignments=30734  nbBacktracks=1566  nbVisitedNodes=64604
16.82/17.06	     nbRestartNogoods=385  nbSEliminables=0  nbREliminables=5.15  nbIEliminables=15.89  nbDEliminables=0
16.82/17.06	     nbPEliminables=0
16.82/17.06	       =>  wckTime=14.619  cpuTime=14.36  mem=9M267
16.82/17.06	   
16.82/17.06	   global
16.82/17.06	     nbConstraintChecks=353282079  nbPropagations=971425  nbRevisions=3628626  nbUselessRevisions=1587028
16.82/17.06	     nbRestartNogoods=385  solvingWckTime=14.621  solvingCpuTime=14.36  expiredTime=no  totalExploration=yes
16.82/17.06	     nbFoundSolutions=0  globalCpuTime=16.38
16.82/17.06	       =>  wckTime=16.805  cpuTime=16.34  mem=9M267
16.82/17.07	   
16.82/17.07	s UNSATISFIABLE
16.82/17.07	d NODES 32333
16.82/17.07	d CHECKS 353282079
16.82/17.07	   
16.82/17.07	   totalWckTime=16.876  totalCpuTime=16.38

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-2096120-1247409949/watcher-2096120-1247409949 -o /tmp/evaluation-result-2096120-1247409949/solver-2096120-1247409949 -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-2096120-1247409949.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.90 1.98 1.99 4/80 32605
/proc/meminfo: memFree=1769872/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=10676 CPUtime=0
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28062291 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 2669 474 207 9 0 1184 0
[pid=32605/tid=32606] ppid=32603 vsize=10676 CPUtime=0
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28062292 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 11263960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0482639 s]
/proc/loadavg: 1.90 1.98 1.99 4/80 32605
/proc/meminfo: memFree=1769872/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=862776 CPUtime=0.03
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 2403 0 1 0 2 1 0 0 18 0 7 0 28062291 883482624 1980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 215694 1980 905 9 0 210609 0
[pid=32605/tid=32606] ppid=32603 vsize=862776 CPUtime=0.02
/proc/32605/task/32606/stat : 32606 (java) S 32603 32605 31459 0 -1 64 1706 0 1 0 2 0 0 0 18 0 7 0 28062292 883482624 1980 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.101476 s]
/proc/loadavg: 1.90 1.98 1.99 4/80 32605
/proc/meminfo: memFree=1769872/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=865984 CPUtime=0.09
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 3759 0 1 0 7 2 0 0 18 0 9 0 28062291 886767616 3220 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216496 3220 1700 9 0 210981 0
[pid=32605/tid=32606] ppid=32603 vsize=865984 CPUtime=0.07
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 2841 0 1 0 6 1 0 0 18 0 9 0 28062292 886767616 3220 996147200 134512640 134550932 4294955968 18446744073709551615 4125960326 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.301496 s]
/proc/loadavg: 1.90 1.98 1.99 4/80 32605
/proc/meminfo: memFree=1769872/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866380 CPUtime=0.29
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 5865 0 1 0 26 3 0 0 18 0 9 0 28062291 887173120 5231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216595 5231 1981 9 0 211053 0
[pid=32605/tid=32606] ppid=32603 vsize=866380 CPUtime=0.23
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 4884 0 1 0 21 2 0 0 19 0 9 0 28062292 887173120 5231 996147200 134512640 134550932 4294955968 18446744073709551615 104264578 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701536 s]
/proc/loadavg: 1.90 1.98 1.99 4/80 32605
/proc/meminfo: memFree=1769872/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866720 CPUtime=0.68
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 7824 0 1 0 64 4 0 0 18 0 9 0 28062291 887521280 7176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216680 7176 2036 9 0 211116 0
[pid=32605/tid=32606] ppid=32603 vsize=866720 CPUtime=0.57
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 6771 0 1 0 54 3 0 0 22 0 9 0 28062292 887521280 7176 996147200 134512640 134550932 4294955968 18446744073709551615 4126667289 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866720

[startup+1.50162 s]
/proc/loadavg: 1.90 1.98 1.99 3/89 32614
/proc/meminfo: memFree=1748040/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866720 CPUtime=1.48
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 8473 0 1 0 143 5 0 0 18 0 9 0 28062291 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216680 7824 2038 9 0 211116 0
[pid=32605/tid=32606] ppid=32603 vsize=866720 CPUtime=1.35
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 7415 0 1 0 131 4 0 0 25 0 9 0 28062292 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4126664883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866720 CPUtime=0
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28062293 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866720 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28062293 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866720 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28062293 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866720 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28062295 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866720 CPUtime=0.1
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 28062295 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866720 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28062296 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866720 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28062296 887521280 7824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 866720

[startup+3.1018 s]
/proc/loadavg: 1.90 1.98 1.99 3/89 32614
/proc/meminfo: memFree=1744200/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=867044 CPUtime=3.05
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 21967 270 1 0 295 10 0 0 18 0 9 0 28062291 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216761 15405 2656 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=867044 CPUtime=2.77
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 17031 270 1 0 269 8 0 0 25 0 9 0 28062292 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4126831127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=867044 CPUtime=0.04
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 3509 270 0 0 4 0 0 0 16 0 9 0 28062293 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=867044 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 17 0 9 0 28062293 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=867044 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=867044 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=867044 CPUtime=0.19
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 583 270 0 0 19 0 0 0 15 0 9 0 28062295 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=867044 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887853056 15405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=867044 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 4 270 0 0 0 0 0 0 15 0 9 0 28062296 887853056 15405 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) 867044

[startup+6.30213 s]
/proc/loadavg: 1.91 1.98 1.99 3/89 32618
/proc/meminfo: memFree=1699464/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866956 CPUtime=6.23
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 26788 270 1 0 610 13 0 0 18 0 9 0 28062291 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216739 20060 2637 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=866956 CPUtime=5.9
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 19698 270 1 0 581 9 0 0 25 0 9 0 28062292 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866956 CPUtime=0.07
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 5648 270 0 0 6 1 0 0 16 0 9 0 28062293 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866956 CPUtime=0.22
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 597 270 0 0 22 0 0 0 15 0 9 0 28062295 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 28062296 887762944 20060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 866956

[startup+12.7028 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32618
/proc/meminfo: memFree=1699272/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866956 CPUtime=12.57
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 26799 270 1 0 1244 13 0 0 18 0 9 0 28062291 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216739 20066 2637 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=866956 CPUtime=12.22
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 19703 270 1 0 1213 9 0 0 25 0 9 0 28062292 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4126753921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866956 CPUtime=0.07
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 5652 270 0 0 6 1 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866956 CPUtime=0.23
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 599 270 0 0 23 0 0 0 16 0 9 0 28062295 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 28062296 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 866956

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

[startup+14.308 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32618
/proc/meminfo: memFree=1699272/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866956 CPUtime=14.15
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 26800 270 1 0 1402 13 0 0 18 0 9 0 28062291 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216739 20066 2637 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=866956 CPUtime=13.81
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 19704 270 1 0 1372 9 0 0 25 0 9 0 28062292 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4126831148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866956 CPUtime=0.07
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 5652 270 0 0 6 1 0 0 17 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866956 CPUtime=0.23
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 599 270 0 0 23 0 0 0 16 0 9 0 28062295 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 28062296 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 866956

[startup+15.9022 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32618
/proc/meminfo: memFree=1699272/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866956 CPUtime=15.73
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 26803 270 1 0 1560 13 0 0 18 0 9 0 28062291 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216739 20066 2637 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=866956 CPUtime=15.39
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 19707 270 1 0 1530 9 0 0 25 0 9 0 28062292 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4126833817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866956 CPUtime=0.07
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 5652 270 0 0 6 1 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866956 CPUtime=0.23
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 599 270 0 0 23 0 0 0 16 0 9 0 28062295 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 28062296 887762944 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 866956

[startup+16.7022 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32618
/proc/meminfo: memFree=1699272/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866956 CPUtime=16.52
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 26805 270 1 0 1639 13 0 0 18 0 9 0 28062291 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216739 20068 2637 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=866956 CPUtime=16.17
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 19707 270 1 0 1608 9 0 0 25 0 9 0 28062292 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4126753863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866956 CPUtime=0.07
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 5652 270 0 0 6 1 0 0 16 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866956 CPUtime=0.23
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 601 270 0 0 23 0 0 0 16 0 9 0 28062295 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 28062296 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 866956

[startup+16.9013 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32618
/proc/meminfo: memFree=1699272/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866956 CPUtime=16.72
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 26805 270 1 0 1659 13 0 0 18 0 9 0 28062291 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216739 20068 2637 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=866956 CPUtime=16.37
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 19707 270 1 0 1628 9 0 0 25 0 9 0 28062292 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4126817264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866956 CPUtime=0.07
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 5652 270 0 0 6 1 0 0 17 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866956 CPUtime=0.23
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 601 270 0 0 23 0 0 0 16 0 9 0 28062295 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 28062296 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 866956

[startup+17.0013 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32618
/proc/meminfo: memFree=1699272/2055920 swapFree=4192812/4192956
[pid=32605] ppid=32603 vsize=866956 CPUtime=16.82
/proc/32605/stat : 32605 (java) S 32603 32605 31459 0 -1 0 26805 270 1 0 1669 13 0 0 18 0 9 0 28062291 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32605/statm: 216739 20068 2637 9 0 211197 0
[pid=32605/tid=32606] ppid=32603 vsize=866956 CPUtime=16.47
/proc/32605/task/32606/stat : 32606 (java) R 32603 32605 31459 0 -1 64 19707 270 1 0 1638 9 0 0 25 0 9 0 28062292 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32608] ppid=32603 vsize=866956 CPUtime=0.07
/proc/32605/task/32608/stat : 32608 (java) S 32603 32605 31459 0 -1 64 5652 270 0 0 6 1 0 0 17 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32609] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32609/stat : 32609 (java) S 32603 32605 31459 0 -1 64 19 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32610] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32610/stat : 32610 (java) S 32603 32605 31459 0 -1 64 12 270 0 0 0 0 0 0 16 0 9 0 28062293 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32611] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32611/stat : 32611 (java) S 32603 32605 31459 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28062295 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32612] ppid=32603 vsize=866956 CPUtime=0.23
/proc/32605/task/32612/stat : 32612 (java) S 32603 32605 31459 0 -1 64 601 270 0 0 23 0 0 0 16 0 9 0 28062295 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32613] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32613/stat : 32613 (java) S 32603 32605 31459 0 -1 64 0 270 0 0 0 0 0 0 19 0 9 0 28062296 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32605/tid=32614] ppid=32603 vsize=866956 CPUtime=0
/proc/32605/task/32614/stat : 32614 (java) S 32603 32605 31459 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 28062296 887762944 20068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 866956

Child status: 0
Real time (s): 17.0891
CPU time (s): 16.9194
CPU user time (s): 16.7684
CPU system time (s): 0.150977
CPU usage (%): 99.0072
Max. virtual memory (cumulated for all children) (KiB): 867044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7685
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27105
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= 1749
involuntary context switches= 2429

runsolver used 0.024996 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 16:45:49
IDJOB=2096120
IDBENCH=56052
IDSOLVER=774
FILE ID=node7/2096120-1247409949
PBS_JOBID= 9510630
Free space on /tmp= 66136 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-95-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096120-1247409949/watcher-2096120-1247409949 -o /tmp/evaluation-result-2096120-1247409949/solver-2096120-1247409949 -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-2096120-1247409949.xml

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

MD5SUM BENCH= 75da09c50b4fcbd9ca6ba4fc2e0eb147
RANDOM SEED=374029578

node7.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.231
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.231
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:       1770352 kB
Buffers:         37004 kB
Cached:         138572 kB
SwapCached:          0 kB
Active:         144580 kB
Inactive:        83320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          72752 kB
Slab:            42852 kB
Committed_AS:  1003968 kB
PageTables:       1936 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= 66132 MiB
End job on node7 at 2009-07-12 16:46:06