Trace number 2098809

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 ACSAT 22.3076 22.6121

DiagnosticValue
CHECKS84901700
NODES92136

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-18_ext.xml
MD5SUMb2bd2d0a573df4e5c0439f5f874ca311
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 benchmark4.00939
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2098809-1247417218.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11  nbTotalValues=440
0.28/0.38	       =>  wckTime=0.112  cpuTime=0.1  mem=7M892
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
0.58/0.69	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.58/0.69	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8212  minDegree=12
0.58/0.69	     maxDegree=27  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.066  symmetryCpuTime=0.04
0.58/0.69	       =>  wckTime=0.425  cpuTime=0.29  mem=16M698
0.66/0.76	   
0.66/0.76	   solver IterativeSystematicSolver being built... 
0.85/0.90	       =>  wckTime=0.631  cpuTime=0.4  mem=20M298
0.85/0.91	   
0.85/0.91	   preprocessing
0.85/0.91	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85/0.91	     detectedInconsistency=no
0.85/0.91	       =>  wckTime=0.0090  cpuTime=0.0  mem=20M298
0.96/1.05	   
0.96/1.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M289)
22.23/22.55	   
22.23/22.55	   search
22.23/22.55	     run=18  nbConstraintChecks=84901745  minDepth=0  maxDepth=40  nbPropagations=5503940  nbRevisions=82804690
22.23/22.55	     nbUselessRevisions=69003067  nbAssignments=92136  nbFailedAssignments=31861  nbBacktracks=60093
22.23/22.55	     nbVisitedNodes=156699  nbRestartNogoods=123  nbFoundSolutions=1  nbSEliminables=8.48  nbREliminables=0.84
22.23/22.55	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
22.23/22.55	       =>  wckTime=21.644  cpuTime=21.33  mem=21M289
22.23/22.55	   
22.23/22.55	   global
22.23/22.55	     nbConstraintChecks=84901745  nbPropagations=5503980  nbRevisions=82804690  nbUselessRevisions=69003067
22.23/22.55	     nbRestartNogoods=123  solvingWckTime=21.647  solvingCpuTime=21.33  expiredTime=no  totalExploration=no
22.23/22.55	     nbFoundSolutions=1  firstSolutionCpuTime=21.74  globalCpuTime=21.78
22.23/22.55	       =>  wckTime=22.28  cpuTime=21.74  mem=21M289
22.23/22.55	   
22.23/22.55	s SATISFIABLE
22.23/22.55	v 3 6 1 2 1 2 6 1 7 0 6 5 3 9 4 1 6 9 0 2 1 10 6 7 0 5 7 9 9 2 4 5 9 8 2 0 10 10 3 2 
22.23/22.55	d NODES 92136
22.23/22.55	d CHECKS 84901745
22.23/22.55	   
22.23/22.55	   totalWckTime=22.35  totalCpuTime=21.79

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-2098809-1247417218/watcher-2098809-1247417218 -o /tmp/evaluation-result-2098809-1247417218/solver-2098809-1247417218 -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-2098809-1247417218.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.12 2.34 2.26 4/80 2504
/proc/meminfo: memFree=1741608/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=18576 CPUtime=0
/proc/2504/stat : 2504 (runsolver) R 2502 2504 2467 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28788460 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2504/statm: 4644 284 249 26 0 2626 0

[startup+0.0110669 s]
/proc/loadavg: 2.12 2.34 2.26 4/80 2504
/proc/meminfo: memFree=1741608/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=1616 CPUtime=0
/proc/2504/stat : 2504 (java) D 2502 2504 2467 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 28788460 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/2504/statm: 404 145 119 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.100833 s]
/proc/loadavg: 2.12 2.34 2.26 4/80 2504
/proc/meminfo: memFree=1741608/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=865984 CPUtime=0.07
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 3689 0 1 0 6 1 0 0 18 0 9 0 28788460 886767616 3167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216496 3167 1689 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.301862 s]
/proc/loadavg: 2.12 2.34 2.26 4/80 2504
/proc/meminfo: memFree=1741608/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=866384 CPUtime=0.28
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 5760 0 1 0 25 3 0 0 18 0 9 0 28788460 887177216 5153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216596 5153 1953 9 0 211054 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866384

[startup+0.701907 s]
/proc/loadavg: 2.12 2.34 2.26 4/80 2504
/proc/meminfo: memFree=1741608/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867756 CPUtime=0.66
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 10261 293 1 0 60 6 0 0 18 0 9 0 28788460 888582144 8143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216939 8143 2069 9 0 211397 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867756

[startup+1.50254 s]
/proc/loadavg: 2.19 2.36 2.26 4/89 2517
/proc/meminfo: memFree=1709856/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=1.45
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16420 293 1 0 137 8 0 0 18 0 9 0 28788460 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10532 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=1.14
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11943 293 1 0 108 6 0 0 25 0 9 0 28788462 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.24
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 723 293 0 0 24 0 0 0 15 0 9 0 28788466 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 5 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867976

[startup+3.10118 s]
/proc/loadavg: 2.19 2.36 2.26 3/89 2517
/proc/meminfo: memFree=1709536/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=3.03
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16435 293 1 0 295 8 0 0 18 0 9 0 28788460 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10545 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=2.7
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11948 293 1 0 264 6 0 0 25 0 9 0 28788462 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 17 0 9 0 28788463 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 5 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867976

[startup+6.30255 s]
/proc/loadavg: 2.34 2.38 2.27 5/89 2517
/proc/meminfo: memFree=1709280/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=6.2
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16450 293 1 0 612 8 0 0 18 0 9 0 28788460 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10546 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=5.86
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11950 293 1 0 580 6 0 0 25 0 9 0 28788462 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4126910832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867976

[startup+12.7013 s]
/proc/loadavg: 2.39 2.39 2.28 3/89 2517
/proc/meminfo: memFree=1709152/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=12.53
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16453 293 1 0 1245 8 0 0 18 0 9 0 28788460 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10548 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=12.2
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11953 293 1 0 1214 6 0 0 25 0 9 0 28788462 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 867976

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

[startup+19.1025 s]
/proc/loadavg: 2.44 2.40 2.28 3/89 2517
/proc/meminfo: memFree=1709152/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=18.86
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16454 293 1 0 1878 8 0 0 18 0 9 0 28788460 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10549 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=18.53
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11954 293 1 0 1847 6 0 0 25 0 9 0 28788462 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126908764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.86
Current children cumulated vsize (KiB) 867976

[startup+20.7012 s]
/proc/loadavg: 2.44 2.40 2.28 3/89 2517
/proc/meminfo: memFree=1709088/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=20.44
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16454 293 1 0 2036 8 0 0 18 0 9 0 28788460 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10549 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=20.11
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11954 293 1 0 2005 6 0 0 25 0 9 0 28788462 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126893939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.44
Current children cumulated vsize (KiB) 867976

[startup+21.5013 s]
/proc/loadavg: 2.40 2.40 2.28 3/89 2517
/proc/meminfo: memFree=1709088/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=21.24
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16454 293 1 0 2116 8 0 0 18 0 9 0 28788460 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10549 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=20.91
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11954 293 1 0 2085 6 0 0 25 0 9 0 28788462 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126893100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.24
Current children cumulated vsize (KiB) 867976

[startup+22.3024 s]
/proc/loadavg: 2.40 2.40 2.28 3/89 2517
/proc/meminfo: memFree=1709088/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=22.03
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16454 293 1 0 2195 8 0 0 18 0 9 0 28788460 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10549 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=21.7
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11954 293 1 0 2164 6 0 0 25 0 9 0 28788462 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126896551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.03
Current children cumulated vsize (KiB) 867976

[startup+22.5024 s]
/proc/loadavg: 2.40 2.40 2.28 3/89 2517
/proc/meminfo: memFree=1709088/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=22.23
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16454 293 1 0 2215 8 0 0 18 0 9 0 28788460 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10549 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=21.9
/proc/2504/task/2506/stat : 2506 (java) R 2502 2504 2467 0 -1 64 11954 293 1 0 2184 6 0 0 25 0 9 0 28788462 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126095963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.25
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 733 293 0 0 25 0 0 0 16 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.23
Current children cumulated vsize (KiB) 867976

[startup+22.6024 s]
/proc/loadavg: 2.40 2.40 2.28 3/89 2517
/proc/meminfo: memFree=1709088/2055920 swapFree=4192812/4192956
[pid=2504] ppid=2502 vsize=867976 CPUtime=22.28
/proc/2504/stat : 2504 (java) S 2502 2504 2467 0 -1 0 16555 293 1 0 2220 8 0 0 18 0 9 0 28788460 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2504/statm: 216994 10646 2656 9 0 211430 0
[pid=2504/tid=2506] ppid=2502 vsize=867976 CPUtime=21.95
/proc/2504/task/2506/stat : 2506 (java) S 2502 2504 2467 0 -1 64 12054 293 1 0 2189 6 0 0 25 0 9 0 28788462 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2507] ppid=2502 vsize=867976 CPUtime=0.04
/proc/2504/task/2507/stat : 2507 (java) S 2502 2504 2467 0 -1 64 2913 293 0 0 4 0 0 0 16 0 9 0 28788463 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2508] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2508/stat : 2508 (java) S 2502 2504 2467 0 -1 64 17 293 0 0 0 0 0 0 16 0 9 0 28788464 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2509] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2509/stat : 2509 (java) S 2502 2504 2467 0 -1 64 8 293 0 0 0 0 0 0 15 0 9 0 28788464 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2510] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2510/stat : 2510 (java) S 2502 2504 2467 0 -1 64 2 293 0 0 0 0 0 0 18 0 9 0 28788466 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2511] ppid=2502 vsize=867976 CPUtime=0.26
/proc/2504/task/2511/stat : 2511 (java) S 2502 2504 2467 0 -1 64 734 293 0 0 26 0 0 0 16 0 9 0 28788466 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2512] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2512/stat : 2512 (java) S 2502 2504 2467 0 -1 64 1 293 0 0 0 0 0 0 19 0 9 0 28788466 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2504/tid=2513] ppid=2502 vsize=867976 CPUtime=0
/proc/2504/task/2513/stat : 2513 (java) S 2502 2504 2467 0 -1 64 18 293 0 0 0 0 0 0 15 0 9 0 28788466 888807424 10646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (KiB) 867976

Child status: 0
Real time (s): 22.6121
CPU time (s): 22.3076
CPU user time (s): 22.2066
CPU system time (s): 0.100984
CPU usage (%): 98.6535
Max. virtual memory (cumulated for all children) (KiB): 867976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2066
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16875
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= 1855
involuntary context switches= 2242

runsolver used 0.027995 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 18:46:58
IDJOB=2098809
IDBENCH=59166
IDSOLVER=773
FILE ID=node28/2098809-1247417218
PBS_JOBID= 9510814
Free space on /tmp= 66116 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tightness0.2/normalized-rand-2-40-11-414-200-18_ext.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-2098809-1247417218/watcher-2098809-1247417218 -o /tmp/evaluation-result-2098809-1247417218/solver-2098809-1247417218 -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-2098809-1247417218.xml

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

MD5SUM BENCH= b2bd2d0a573df4e5c0439f5f874ca311
RANDOM SEED=562061342

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:       1742152 kB
Buffers:         43392 kB
Cached:         123548 kB
SwapCached:          0 kB
Active:         179376 kB
Inactive:        77948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:         107780 kB
Slab:            41476 kB
Committed_AS:  1007536 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:47:21