Trace number 2098208

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 19.5 19.6092

DiagnosticValue
CHECKS84
NODES0

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-7.xml
MD5SUM2f1fc2e834d2ccdc26de517cd953fd07
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 benchmark2.43663
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.20/0.24	
0.20/0.24	   configuration
0.20/0.24	     name=esac.xml
0.20/0.28	   
0.20/0.28	   instance
0.20/0.28	     name=HOME/instance-2098208-1247414251.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.49/0.54	     nbVariables=1557  nbDomainTypes=1  minDomainSize=7  maxDomainSize=7  nbTotalValues=10899
0.49/0.54	       =>  wckTime=0.293  cpuTime=0.18  mem=13M744
0.49/0.54	   
0.49/0.54	   predicates being loaded...
0.49/0.59	   
0.49/0.59	   constraints being loaded...
18.60/18.78	     nbConstraints=53678  nbGlobalConstraints=322  nbMergedConstraints=12034  nbDisconnectedVariables=2
18.70/18.87	     nbConvertedConstraints=53356  nbConvertConstraintsChecks=589764  nbExtensionStructures=12036
18.70/18.87	     nbSharedExtensionStructures=53354  nbConflictsStructures=12081  nbSharedConflictsStructures=53354
18.70/18.87	     nbSharedBinaryRepresentations=168483  minDegree=1  maxDegree=153  minArity=2  avgArity=2.05  maxArity=118
18.70/18.87	     nbGenerators=122  nbFusions=46  symmetryWckTime=9.339  symmetryCpuTime=1.89  nbCliques=200
18.70/18.87	       =>  wckTime=18.529  cpuTime=10.09  mem=94M658
19.10/19.27	   
19.10/19.27	   solver IterativeSystematicSolver being built... 
19.20/19.34	   
19.20/19.34	   INFO : Forward propagation technique limited 
19.32/19.48	       =>  wckTime=19.235  cpuTime=10.3  mem=91M104
19.42/19.54	   
19.42/19.54	   preprocessing
19.42/19.54	     nbConstraintChecks=84  nbPropagations=126  nbRevisions=12  nbUselessRevisions=0  nbRemovedValues=12
19.42/19.54	     nbRemovedTuples=21  detectedInconsistency=yes
19.42/19.54	       =>  wckTime=0.056  cpuTime=0.04  mem=92M52
19.42/19.55	   
19.42/19.55	   global
19.42/19.55	     nbConstraintChecks=84  nbPropagations=126  nbRevisions=12  nbUselessRevisions=0  nbRestartNogoods=0
19.42/19.55	     solvingWckTime=0.059  solvingCpuTime=0.05  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
19.42/19.55	     globalCpuTime=10.39
19.42/19.55	       =>  wckTime=19.3  cpuTime=10.35  mem=92M52
19.42/19.55	   
19.42/19.55	s UNSATISFIABLE
19.42/19.55	d NODES 0
19.42/19.55	d CHECKS 84
19.42/19.55	   
19.42/19.55	   totalWckTime=19.367  totalCpuTime=10.39

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-2098208-1247414251/watcher-2098208-1247414251 -o /tmp/evaluation-result-2098208-1247414251/solver-2098208-1247414251 -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-2098208-1247414251.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.09 2.05 2.01 4/80 1478
/proc/meminfo: memFree=1775976/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=10676 CPUtime=0
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28491554 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 2669 474 207 9 0 1184 0
[pid=1478/tid=1479] ppid=1476 vsize=10676 CPUtime=0
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28491555 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 3342296 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0600741 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1478
/proc/meminfo: memFree=1775976/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=865048 CPUtime=0.05
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 2797 0 1 0 4 1 0 0 18 0 9 0 28491554 885809152 2336 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 216262 2336 1107 9 0 211155 0
[pid=1478/tid=1479] ppid=1476 vsize=865048 CPUtime=0.03
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 1890 0 1 0 3 0 0 0 20 0 9 0 28491555 885809152 2336 996147200 134512640 134550932 4294955968 18446744073709551615 102517764 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865048

[startup+0.101081 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1478
/proc/meminfo: memFree=1775976/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=867008 CPUtime=0.09
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 3763 0 1 0 8 1 0 0 18 0 9 0 28491554 887816192 3223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 216752 3223 1701 9 0 211237 0
[pid=1478/tid=1479] ppid=1476 vsize=867008 CPUtime=0.06
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 2845 0 1 0 6 0 0 0 18 0 9 0 28491555 887816192 3223 996147200 134512640 134550932 4294955968 18446744073709551615 103223962 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 867008

[startup+0.301117 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1478
/proc/meminfo: memFree=1775976/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=867436 CPUtime=0.29
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 5987 0 1 0 27 2 0 0 18 0 9 0 28491554 888254464 5353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 216859 5353 1984 9 0 211317 0
[pid=1478/tid=1479] ppid=1476 vsize=867436 CPUtime=0.24
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 5003 0 1 0 22 2 0 0 18 0 9 0 28491555 888254464 5353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867436

[startup+0.701193 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1478
/proc/meminfo: memFree=1775976/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=868572 CPUtime=0.69
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 9590 0 1 0 65 4 0 0 18 0 9 0 28491554 889417728 8944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217143 8945 2040 9 0 211579 0
[pid=1478/tid=1479] ppid=1476 vsize=868572 CPUtime=0.51
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 8244 0 1 0 48 3 0 0 20 0 9 0 28491555 889417728 8945 996147200 134512640 134550932 4294955968 18446744073709551615 4126865338 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868572

[startup+1.50235 s]
/proc/loadavg: 2.09 2.05 2.01 3/89 1487
/proc/meminfo: memFree=1730784/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=868484 CPUtime=1.5
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 18703 0 1 0 141 9 0 0 18 0 9 0 28491554 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217121 18031 2029 9 0 211579 0
[pid=1478/tid=1479] ppid=1476 vsize=868484 CPUtime=1.23
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 15788 0 1 0 116 7 0 0 21 0 9 0 28491555 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1481] ppid=1476 vsize=868484 CPUtime=0.06
/proc/1478/task/1481/stat : 1481 (java) S 1476 1478 30423 0 -1 64 1561 0 0 0 6 0 0 0 17 0 9 0 28491556 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1482] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28491557 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1483] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28491557 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1484] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28491559 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=868484 CPUtime=0.17
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 652 0 0 0 17 0 0 0 16 0 9 0 28491559 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1486] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28491559 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28491559 889327616 18031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 868484

[startup+3.10266 s]
/proc/loadavg: 2.09 2.05 2.01 4/89 1487
/proc/meminfo: memFree=1703072/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=868484 CPUtime=3.09
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 23624 0 1 0 298 11 0 0 18 0 9 0 28491554 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217121 22950 2029 9 0 211579 0
[pid=1478/tid=1479] ppid=1476 vsize=868484 CPUtime=2.58
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 15790 0 1 0 251 7 0 0 25 0 9 0 28491555 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4126694643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1481] ppid=1476 vsize=868484 CPUtime=0.3
/proc/1478/task/1481/stat : 1481 (java) S 1476 1478 30423 0 -1 64 6478 0 0 0 28 2 0 0 17 0 9 0 28491556 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1482] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28491557 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1483] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28491557 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1484] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28491559 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=868484 CPUtime=0.17
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 654 0 0 0 17 0 0 0 16 0 9 0 28491559 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1486] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28491559 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=868484 CPUtime=0
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28491559 889327616 22950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 868484

[startup+6.30128 s]
/proc/loadavg: 2.16 2.07 2.01 3/89 1487
/proc/meminfo: memFree=1684128/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=868616 CPUtime=6.3
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 27285 0 1 0 528 102 0 0 18 0 9 0 28491554 889462784 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217153 26604 2032 9 0 211611 0
[pid=1478/tid=1479] ppid=1476 vsize=868616 CPUtime=5.48
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 15828 0 1 0 452 96 0 0 20 0 9 0 28491555 889462784 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1481] ppid=1476 vsize=868612 CPUtime=0.53
/proc/1478/task/1481/stat : 1481 (java) S 1476 1478 30423 0 -1 64 10032 0 0 0 49 4 0 0 18 0 9 0 28491556 889458688 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1482] ppid=1476 vsize=868612 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28491557 889458688 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1483] ppid=1476 vsize=868616 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28491557 889462784 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1484] ppid=1476 vsize=868612 CPUtime=0
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28491559 889458688 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=868616 CPUtime=0.25
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 723 0 0 0 25 0 0 0 15 0 9 0 28491559 889462784 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1486] ppid=1476 vsize=868612 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28491559 889458688 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=868612 CPUtime=0
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28491559 889458688 26604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 868616

[startup+12.7025 s]
/proc/loadavg: 2.15 2.07 2.01 3/91 1489
/proc/meminfo: memFree=1642008/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=868936 CPUtime=9.84
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 33202 0 1 0 776 208 0 0 18 0 10 0 28491554 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217234 32210 2036 9 0 211692 0
[pid=1489] ppid=1478 vsize=17480 CPUtime=2.81
/proc/1489/stat : 1489 (saucy) R 1478 1478 30423 0 -1 4194304 2856 0 0 0 279 2 0 0 25 0 1 0 28492539 17899520 2752 996147200 134512640 134531332 4294956000 18446744073709551615 134526717 0 4 0 0 0 0 0 17 1 0 0
/proc/1489/statm: 4370 2752 104 4 0 4046 0
[pid=1478/tid=1479] ppid=1476 vsize=868936 CPUtime=8.65
/proc/1478/task/1479/stat : 1479 (java) S 1476 1478 30423 0 -1 64 16035 0 1 0 665 200 0 0 15 0 10 0 28491555 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1476 vsize=868936 CPUtime=0.89
/proc/1478/task/1481/stat : 1481 (java) S 1476 1478 30423 0 -1 64 15653 0 0 0 83 6 0 0 16 0 10 0 28491556 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1482] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28491557 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1483] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28491557 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1484] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28491559 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=868936 CPUtime=0.27
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 732 0 0 0 27 0 0 0 15 0 10 0 28491559 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1478/tid=1486] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28491559 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 11 0 0 0 0 0 0 0 15 0 10 0 28491559 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1488] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1488/stat : 1488 (java) S 1476 1478 30423 0 -1 64 70 0 0 0 0 0 0 0 16 0 10 0 28492539 889790464 32210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 886416

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

[startup+15.9022 s]
/proc/loadavg: 2.14 2.07 2.01 3/91 1489
/proc/meminfo: memFree=1625304/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=868936 CPUtime=10.02
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 43775 0 1 0 792 210 0 0 18 0 10 0 28491554 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217234 34783 2037 9 0 211692 0
[pid=1489] ppid=1478 vsize=20648 CPUtime=5.8
/proc/1489/stat : 1489 (saucy) R 1478 1478 30423 0 -1 4194304 4089 0 0 0 577 3 0 0 25 0 1 0 28492539 21143552 3985 996147200 134512640 134531332 4294956000 18446744073709551615 134527522 0 4 0 0 0 0 0 17 1 0 0
/proc/1489/statm: 5162 3985 104 4 0 4838 0
[pid=1478/tid=1479] ppid=1476 vsize=868936 CPUtime=8.71
/proc/1478/task/1479/stat : 1479 (java) S 1476 1478 30423 0 -1 64 18086 0 1 0 670 201 0 0 15 0 10 0 28491555 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1476 vsize=868936 CPUtime=1
/proc/1478/task/1481/stat : 1481 (java) S 1476 1478 30423 0 -1 64 24121 0 0 0 93 7 0 0 16 0 10 0 28491556 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 24 0 0 0 0 0 0 0 16 0 10 0 28491557 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 28491557 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28491559 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=868936 CPUtime=0.27
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 772 0 0 0 27 0 0 0 16 0 10 0 28491559 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28491559 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 11 0 0 0 0 0 0 0 15 0 10 0 28491559 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1488] ppid=1476 vsize=868936 CPUtime=0
/proc/1478/task/1488/stat : 1488 (java) S 1476 1478 30423 0 -1 64 70 0 0 0 0 0 0 0 16 0 10 0 28492539 889790464 34783 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 889584

[startup+17.5025 s]
/proc/loadavg: 2.14 2.07 2.01 4/91 1491
/proc/meminfo: memFree=1639888/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=869260 CPUtime=17.41
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 44667 4228 1 0 827 211 699 4 18 0 10 0 28491554 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217315 34798 2038 9 0 211773 0
[pid=1491] ppid=1478 vsize=44 CPUtime=0
/proc/1491/stat : 1491 (rm) R 1478 1478 30423 0 -1 4194304 25 0 0 0 0 0 0 0 19 0 1 0 28493269 45056 2 996147200 0 0 548682069478 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/1491/statm: 11 2 0 0 0 1 0
[pid=1478/tid=1479] ppid=1476 vsize=869260 CPUtime=16.08
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 18669 4228 1 0 704 201 699 4 16 0 10 0 28491555 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4127180897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1476 vsize=869260 CPUtime=8.03
/proc/1478/task/1481/stat : 1481 (java) S 1476 1478 30423 0 -1 64 24201 4228 0 0 93 7 699 4 16 0 10 0 28491556 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1476 vsize=869260 CPUtime=7.03
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 24 4228 0 0 0 0 699 4 16 0 10 0 28491557 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1476 vsize=869260 CPUtime=7.03
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 11 4228 0 0 0 0 699 4 16 0 10 0 28491557 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1476 vsize=869260 CPUtime=7.03
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 4228 0 0 0 0 699 4 18 0 10 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=869260 CPUtime=7.31
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 945 4228 0 0 28 0 699 4 15 0 10 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1476 vsize=869260 CPUtime=7.03
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 4228 0 0 0 0 699 4 19 0 10 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=869260 CPUtime=7.03
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 13 4228 0 0 0 0 699 4 15 0 10 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1490] ppid=1476 vsize=869260 CPUtime=7.03
/proc/1478/task/1490/stat : 1490 (java) S 1476 1478 30423 0 -1 64 43 4228 0 0 0 0 699 4 17 0 10 0 28493269 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.41
Current children cumulated vsize (KiB) 869304

[startup+18.3026 s]
/proc/loadavg: 2.14 2.07 2.01 4/91 1491
/proc/meminfo: memFree=1639888/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=869260 CPUtime=18.22
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 45026 4354 1 0 906 212 699 5 18 0 9 0 28491554 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217315 34798 2038 9 0 211773 0
[pid=1478/tid=1479] ppid=1476 vsize=869260 CPUtime=16.88
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 19002 4354 1 0 783 201 699 5 17 0 9 0 28491555 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4127229824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1476 vsize=869260 CPUtime=8.04
/proc/1478/task/1481/stat : 1481 (java) S 1476 1478 30423 0 -1 64 24220 4354 0 0 93 7 699 5 16 0 9 0 28491556 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1476 vsize=869260 CPUtime=7.04
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 24 4354 0 0 0 0 699 5 16 0 9 0 28491557 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1476 vsize=869260 CPUtime=7.04
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 11 4354 0 0 0 0 699 5 16 0 9 0 28491557 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1476 vsize=869260 CPUtime=7.04
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 4354 0 0 0 0 699 5 18 0 9 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=869260 CPUtime=7.32
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 945 4354 0 0 28 0 699 5 15 0 9 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1476 vsize=869260 CPUtime=7.04
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 4354 0 0 0 0 699 5 19 0 9 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=869260 CPUtime=7.04
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 13 4354 0 0 0 0 699 5 15 0 9 0 28491559 890122240 34798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.22
Current children cumulated vsize (KiB) 869260

[startup+19.1018 s]
/proc/loadavg: 2.13 2.06 2.01 3/89 1491
/proc/meminfo: memFree=1643800/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=869764 CPUtime=19
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 64797 4354 1 0 981 215 699 5 18 0 9 0 28491554 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217441 35329 2344 9 0 211899 0
[pid=1478/tid=1479] ppid=1476 vsize=869764 CPUtime=17.33
/proc/1478/task/1479/stat : 1479 (java) S 1476 1478 30423 0 -1 64 24893 4354 1 0 827 202 699 5 17 0 9 0 28491555 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1476 vsize=869764 CPUtime=8.37
/proc/1478/task/1481/stat : 1481 (java) R 1476 1478 30423 0 -1 64 38077 4354 0 0 123 10 699 5 18 0 9 0 28491556 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 103733277 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1476 vsize=869764 CPUtime=7.04
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 24 4354 0 0 0 0 699 5 16 0 9 0 28491557 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1476 vsize=869764 CPUtime=7.04
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 11 4354 0 0 0 0 699 5 16 0 9 0 28491557 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1476 vsize=869764 CPUtime=7.04
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 4354 0 0 0 0 699 5 18 0 9 0 28491559 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=869764 CPUtime=7.35
/proc/1478/task/1485/stat : 1485 (java) S 1476 1478 30423 0 -1 64 968 4354 0 0 30 1 699 5 15 0 9 0 28491559 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1476 vsize=869764 CPUtime=7.04
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 4354 0 0 0 0 699 5 19 0 9 0 28491559 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=869764 CPUtime=7.04
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 13 4354 0 0 0 0 699 5 15 0 9 0 28491559 890638336 35329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19
Current children cumulated vsize (KiB) 869764

[startup+19.5018 s]
/proc/loadavg: 2.13 2.06 2.01 3/89 1491
/proc/meminfo: memFree=1643800/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=869348 CPUtime=19.42
/proc/1478/stat : 1478 (java) S 1476 1478 30423 0 -1 0 69530 4354 1 0 1021 217 699 5 18 0 9 0 28491554 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 217337 36797 2662 9 0 211773 0
[pid=1478/tid=1479] ppid=1476 vsize=869348 CPUtime=17.54
/proc/1478/task/1479/stat : 1479 (java) R 1476 1478 30423 0 -1 64 27944 4354 1 0 847 203 699 5 16 0 9 0 28491555 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4125958488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1476 vsize=869348 CPUtime=8.52
/proc/1478/task/1481/stat : 1481 (java) R 1476 1478 30423 0 -1 64 39681 4354 0 0 137 11 699 5 19 0 9 0 28491556 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1476 vsize=869348 CPUtime=7.04
/proc/1478/task/1482/stat : 1482 (java) S 1476 1478 30423 0 -1 64 29 4354 0 0 0 0 699 5 16 0 9 0 28491557 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1476 vsize=869348 CPUtime=7.04
/proc/1478/task/1483/stat : 1483 (java) S 1476 1478 30423 0 -1 64 15 4354 0 0 0 0 699 5 16 0 9 0 28491557 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1476 vsize=869348 CPUtime=7.04
/proc/1478/task/1484/stat : 1484 (java) S 1476 1478 30423 0 -1 64 2 4354 0 0 0 0 699 5 18 0 9 0 28491559 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1476 vsize=869348 CPUtime=7.4
/proc/1478/task/1485/stat : 1485 (java) R 1476 1478 30423 0 -1 64 1037 4354 0 0 35 1 699 5 16 0 9 0 28491559 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1476 vsize=869348 CPUtime=7.04
/proc/1478/task/1486/stat : 1486 (java) S 1476 1478 30423 0 -1 64 0 4354 0 0 0 0 699 5 19 0 9 0 28491559 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1487] ppid=1476 vsize=869348 CPUtime=7.04
/proc/1478/task/1487/stat : 1487 (java) S 1476 1478 30423 0 -1 64 13 4354 0 0 0 0 699 5 15 0 9 0 28491559 890212352 36797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.42
Current children cumulated vsize (KiB) 869348

[startup+19.602 s]
/proc/loadavg: 2.13 2.06 2.01 3/89 1491
/proc/meminfo: memFree=1643800/2055920 swapFree=4192812/4192956
[pid=1478] ppid=1476 vsize=0 CPUtime=19.48
/proc/1478/stat : 1478 (java) Z 1476 1478 30423 0 -1 12 69573 4354 1 0 1025 219 699 5 16 0 2 0 28491554 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 19.6092
CPU time (s): 19.5
CPU user time (s): 17.2504
CPU system time (s): 2.24966
CPU usage (%): 99.4434
Max. virtual memory (cumulated for all children) (KiB): 890112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2504
system time used= 2.24966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73927
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= 2629
involuntary context switches= 2790

runsolver used 0.028995 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 17:57:32
IDJOB=2098208
IDBENCH=58448
IDSOLVER=774
FILE ID=node23/2098208-1247414251
PBS_JOBID= 9510598
Free space on /tmp= 66352 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-7.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-2098208-1247414251/watcher-2098208-1247414251 -o /tmp/evaluation-result-2098208-1247414251/solver-2098208-1247414251 -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-2098208-1247414251.xml

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

MD5SUM BENCH= 2f1fc2e834d2ccdc26de517cd953fd07
RANDOM SEED=19524986

node23.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.277
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.277
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:       1776456 kB
Buffers:         43536 kB
Cached:         124968 kB
SwapCached:          0 kB
Active:         156212 kB
Inactive:        64880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10320 kB
Writeback:           0 kB
Mapped:          72936 kB
Slab:            43616 kB
Committed_AS:  1014984 kB
PageTables:       1868 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= 66352 MiB
End job on node23 at 2009-07-12 17:57:51