Trace number 2098034

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 7.62584 7.66825

DiagnosticValue
CHECKS585034
NODES388

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-16.xml
MD5SUM417c0add099144dbf2dc628ce5dcaddb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.758883
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints19095
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19095
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2098034-1247414203.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.41	     nbVariables=385  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16  nbTotalValues=6160
0.38/0.41	       =>  wckTime=0.164  cpuTime=0.13  mem=8M867
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
4.14/4.27	     nbConstraints=19144  nbGlobalConstraints=49  nbConvertedConstraints=19095  nbConvertConstraintsChecks=512
4.14/4.27	     nbExtensionStructures=2  nbSharedExtensionStructures=19093  nbConflictsStructures=13
4.14/4.27	     nbSharedConflictsStructures=19093  nbSharedBinaryRepresentations=16  minDegree=3  maxDegree=283  minArity=2
4.14/4.27	     avgArity=2.01  maxArity=14  nbGenerators=16  nbFusions=12  symmetryWckTime=0.978  symmetryCpuTime=0.46
4.14/4.27	     nbCliques=33
4.14/4.27	       =>  wckTime=4.016  cpuTime=3.04  mem=41M666
4.35/4.50	   
4.45/4.51	   solver IterativeSystematicSolver being built... 
4.45/4.56	   
4.45/4.56	   INFO : Forward propagation technique limited 
4.57/4.64	       =>  wckTime=4.392  cpuTime=3.18  mem=39M849
6.96/7.00	   
6.96/7.00	   preprocessing
6.96/7.00	     nbConstraintChecks=418132  nbPropagations=25845  nbRevisions=44715  nbUselessRevisions=17702  nbSingletonTests=438
6.96/7.00	     nbEffectiveSingletonTests=0  nbACRemovals=30  nbFoundSingletons=0  nbRemovedValues=30  nbRemovedTuples=120
6.96/7.00	     detectedInconsistency=no
6.96/7.00	       =>  wckTime=2.357  cpuTime=2.3  mem=39M849
7.56/7.62	   
7.56/7.63	   search
7.56/7.63	     run=0  nbConstraintChecks=166902  minDepth=6  maxDepth=385  nbPropagations=29485  nbRevisions=89881
7.56/7.63	     nbUselessRevisions=57302  nbAssignments=388  nbFailedAssignments=3  nbBacktracks=0  nbVisitedNodes=392
7.56/7.63	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
7.56/7.63	     nbREliminables=4.96  nbIEliminables=339.99  nbDEliminables=0  nbPEliminables=0
7.56/7.63	       =>  wckTime=2.98  cpuTime=2.89  mem=40M841
7.56/7.63	   
7.56/7.63	   global
7.56/7.63	     nbConstraintChecks=585034  nbPropagations=55330  nbRevisions=134596  nbUselessRevisions=75004  nbRestartNogoods=0
7.56/7.63	     solvingWckTime=2.982  solvingCpuTime=2.89  expiredTime=no  totalExploration=no  nbFoundSolutions=1
7.56/7.63	     firstSolutionCpuTime=6.04  globalCpuTime=6.12
7.56/7.63	       =>  wckTime=7.376  cpuTime=6.07  mem=40M841
7.56/7.63	   
7.56/7.63	s SATISFIABLE
7.56/7.63	v 11 0 5 13 10 0 12 11 8 4 14 9 1 15 11 7 8 5 4 7 8 1 12 13 10 11 3 5 15 11 8 7 12 9 5 4 13 7 8 0 10 14 9 4 10 12 15 11 10 5 15 11 7 8 14 6 9 4 14 3 13 7 8 12 6 0 9 15 11 9 15 12 6 0 4 14 3 13 7 4 14 3 13 7 4 1 9 15 12 6 0 9 15 12 6 0 13 7 2 8 4 14 3 0 1 5 10 14 3 6 0 4 12 9 13 9 11 9 13 5 4 14 13 0 6 9 11 10 8 7 15 7 15 7 15 15 0 0 15 2 7 15 10 12 6 5 4 8 14 9 7 0 14 7 8 8 9 15 11 6 10 0 14 3 9 4 5 1 13 7 8 15 11 10 12 3 5 12 6 13 14 9 0 6 2 3 9 1 15 9 12 8 2 1 0 5 11 5 5 10 12 10 7 4 14 12 6 15 11 10 12 14 3 11 6 7 13 14 3 13 0 9 15 13 7 3 6 4 1 0 4 12 3 0 11 0 11 8 11 8 0 14 8 5 4 3 9 15 11 0 13 7 8 10 6 5 14 3 10 6 0 15 11 7 8 5 9 3 15 11 9 10 6 0 13 7 13 10 6 0 13 7 8 15 0 5 14 3 9 15 4 15 7 5 3 14 11 10 6 13 8 5 4 11 0 8 3 15 2 10 12 6 1 15 15 15 6 9 11 10 12 14 5 4 13 0 5 13 0 9 5 10 12 6 10 12 6 7 5 13 4 14 3 4 14 3 5 4 14 10 0 12 2 7 2 9 2 12 6 0 1 1 1 2 2 2 2 2 2 1 1 1 1 1 1 2 2 2 4 2 7 3 15 0 0 
7.56/7.63	d NODES 388
7.56/7.63	d CHECKS 585034
7.56/7.63	   
7.56/7.63	   totalWckTime=7.444  totalCpuTime=6.12

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-2098034-1247414203/watcher-2098034-1247414203 -o /tmp/evaluation-result-2098034-1247414203/solver-2098034-1247414203 -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-2098034-1247414203.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: 3.42 2.59 2.22 4/80 517
/proc/meminfo: memFree=1445988/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=18576 CPUtime=0
/proc/517/stat : 517 (runsolver) R 515 517 29977 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28485025 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/517/statm: 4644 284 249 26 0 2626 0

[startup+0.102161 s]
/proc/loadavg: 3.42 2.59 2.22 4/80 517
/proc/meminfo: memFree=1445988/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=865984 CPUtime=0.09
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 3740 0 1 0 7 2 0 0 19 0 9 0 28485025 886767616 3208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 216496 3208 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.201175 s]
/proc/loadavg: 3.42 2.59 2.22 4/80 517
/proc/meminfo: memFree=1445988/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=866144 CPUtime=0.19
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 4810 0 1 0 16 3 0 0 19 0 9 0 28485025 886931456 4227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 216536 4227 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301184 s]
/proc/loadavg: 3.42 2.59 2.22 4/80 517
/proc/meminfo: memFree=1445988/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=866380 CPUtime=0.28
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 5931 0 1 0 24 4 0 0 19 0 9 0 28485025 887173120 5297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 216595 5297 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701222 s]
/proc/loadavg: 3.42 2.59 2.22 4/80 517
/proc/meminfo: memFree=1445988/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=867776 CPUtime=0.67
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 8898 0 1 0 60 7 0 0 19 0 9 0 28485025 888602624 8252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 216944 8252 2037 9 0 211380 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867776

[startup+1.50131 s]
/proc/loadavg: 3.47 2.61 2.23 3/89 526
/proc/meminfo: memFree=1396956/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=867688 CPUtime=1.47
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 18851 0 1 0 135 12 0 0 19 0 9 0 28485025 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 216922 18179 2027 9 0 211380 0
[pid=517/tid=519] ppid=515 vsize=867688 CPUtime=1.2
/proc/517/task/519/stat : 519 (java) R 515 517 29977 0 -1 64 15812 0 1 0 110 10 0 0 25 0 9 0 28485027 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=520] ppid=515 vsize=867688 CPUtime=0.08
/proc/517/task/520/stat : 520 (java) S 515 517 29977 0 -1 64 1667 0 0 0 7 1 0 0 16 0 9 0 28485028 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=521] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/521/stat : 521 (java) S 515 517 29977 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28485028 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=522] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/522/stat : 522 (java) S 515 517 29977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28485028 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=523] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/523/stat : 523 (java) S 515 517 29977 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28485030 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=524] ppid=515 vsize=867688 CPUtime=0.15
/proc/517/task/524/stat : 524 (java) R 515 517 29977 0 -1 64 670 0 0 0 15 0 0 0 16 0 9 0 28485030 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 102130126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=525] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/525/stat : 525 (java) S 515 517 29977 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28485030 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=526] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/526/stat : 526 (java) S 515 517 29977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485030 888512512 18179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10147 s]
/proc/loadavg: 3.47 2.61 2.23 5/89 526
/proc/meminfo: memFree=1284444/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=867688 CPUtime=3.05
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 19035 0 1 0 224 81 0 0 19 0 9 0 28485025 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 216922 18359 2029 9 0 211380 0
[pid=517/tid=519] ppid=515 vsize=867688 CPUtime=2.73
/proc/517/task/519/stat : 519 (java) R 515 517 29977 0 -1 64 15827 0 1 0 194 79 0 0 25 0 9 0 28485027 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=520] ppid=515 vsize=867688 CPUtime=0.09
/proc/517/task/520/stat : 520 (java) R 515 517 29977 0 -1 64 1790 0 0 0 8 1 0 0 16 0 9 0 28485028 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 104193974 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=521] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/521/stat : 521 (java) S 515 517 29977 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28485028 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=522] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/522/stat : 522 (java) S 515 517 29977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28485028 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=523] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/523/stat : 523 (java) S 515 517 29977 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28485030 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=524] ppid=515 vsize=867688 CPUtime=0.2
/proc/517/task/524/stat : 524 (java) S 515 517 29977 0 -1 64 716 0 0 0 20 0 0 0 16 0 9 0 28485030 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=525] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/525/stat : 525 (java) S 515 517 29977 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28485030 888512512 18359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=526] ppid=515 vsize=867688 CPUtime=0
/proc/517/task/526/stat : 526 (java) S 515 517 29977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485030 888512512 18359 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) 867688

[startup+6.30281 s]
/proc/loadavg: 3.47 2.61 2.23 3/78 554
/proc/meminfo: memFree=1564476/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=869220 CPUtime=6.27
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 39049 1231 1 0 490 91 44 2 19 0 9 0 28485025 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 217305 25436 2662 9 0 211741 0
[pid=517/tid=519] ppid=515 vsize=869220 CPUtime=5.43
/proc/517/task/519/stat : 519 (java) R 515 517 29977 0 -1 64 24213 1231 1 0 414 83 44 2 23 0 9 0 28485027 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4127349367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=520] ppid=515 vsize=869220 CPUtime=0.93
/proc/517/task/520/stat : 520 (java) S 515 517 29977 0 -1 64 12891 1231 0 0 43 4 44 2 16 0 9 0 28485028 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=521] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/521/stat : 521 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=522] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/522/stat : 522 (java) S 515 517 29977 0 -1 64 9 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=523] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/523/stat : 523 (java) S 515 517 29977 0 -1 64 2 1231 0 0 0 0 44 2 18 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=524] ppid=515 vsize=869220 CPUtime=0.78
/proc/517/task/524/stat : 524 (java) S 515 517 29977 0 -1 64 1087 1231 0 0 31 1 44 2 15 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=525] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/525/stat : 525 (java) S 515 517 29977 0 -1 64 0 1231 0 0 0 0 44 2 19 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=526] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/526/stat : 526 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 15 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 869220

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

[startup+6.40282 s]
/proc/loadavg: 3.47 2.61 2.23 3/78 554
/proc/meminfo: memFree=1564476/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=869220 CPUtime=6.37
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 39049 1231 1 0 500 91 44 2 19 0 9 0 28485025 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 217305 25436 2662 9 0 211741 0
[pid=517/tid=519] ppid=515 vsize=869220 CPUtime=5.53
/proc/517/task/519/stat : 519 (java) R 515 517 29977 0 -1 64 24213 1231 1 0 424 83 44 2 24 0 9 0 28485027 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4127293253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=520] ppid=515 vsize=869220 CPUtime=0.93
/proc/517/task/520/stat : 520 (java) S 515 517 29977 0 -1 64 12891 1231 0 0 43 4 44 2 16 0 9 0 28485028 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=521] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/521/stat : 521 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=522] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/522/stat : 522 (java) S 515 517 29977 0 -1 64 9 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=523] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/523/stat : 523 (java) S 515 517 29977 0 -1 64 2 1231 0 0 0 0 44 2 18 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=524] ppid=515 vsize=869220 CPUtime=0.78
/proc/517/task/524/stat : 524 (java) S 515 517 29977 0 -1 64 1087 1231 0 0 31 1 44 2 15 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=525] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/525/stat : 525 (java) S 515 517 29977 0 -1 64 0 1231 0 0 0 0 44 2 19 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=526] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/526/stat : 526 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 15 0 9 0 28485030 890081280 25436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 869220

[startup+7.2029 s]
/proc/loadavg: 3.43 2.62 2.23 3/89 565
/proc/meminfo: memFree=1543588/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=869220 CPUtime=7.16
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 39066 1231 1 0 579 91 44 2 19 0 9 0 28485025 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 217305 25445 2662 9 0 211741 0
[pid=517/tid=519] ppid=515 vsize=869220 CPUtime=6.31
/proc/517/task/519/stat : 519 (java) R 515 517 29977 0 -1 64 24217 1231 1 0 502 83 44 2 22 0 9 0 28485027 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4125952207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=520] ppid=515 vsize=869220 CPUtime=0.93
/proc/517/task/520/stat : 520 (java) S 515 517 29977 0 -1 64 12891 1231 0 0 43 4 44 2 16 0 9 0 28485028 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=521] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/521/stat : 521 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=522] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/522/stat : 522 (java) S 515 517 29977 0 -1 64 9 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=523] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/523/stat : 523 (java) S 515 517 29977 0 -1 64 2 1231 0 0 0 0 44 2 18 0 9 0 28485030 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=524] ppid=515 vsize=869220 CPUtime=0.79
/proc/517/task/524/stat : 524 (java) S 515 517 29977 0 -1 64 1100 1231 0 0 32 1 44 2 15 0 9 0 28485030 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=525] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/525/stat : 525 (java) S 515 517 29977 0 -1 64 0 1231 0 0 0 0 44 2 19 0 9 0 28485030 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=526] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/526/stat : 526 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 15 0 9 0 28485030 890081280 25445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 869220

[startup+7.60294 s]
/proc/loadavg: 3.43 2.62 2.23 3/89 565
/proc/meminfo: memFree=1543588/2055920 swapFree=4192812/4192956
[pid=517] ppid=515 vsize=869220 CPUtime=7.56
/proc/517/stat : 517 (java) S 515 517 29977 0 -1 0 39082 1231 1 0 619 91 44 2 19 0 9 0 28485025 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/517/statm: 217305 25454 2662 9 0 211741 0
[pid=517/tid=519] ppid=515 vsize=869220 CPUtime=6.7
/proc/517/task/519/stat : 519 (java) R 515 517 29977 0 -1 64 24223 1231 1 0 541 83 44 2 17 0 9 0 28485027 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4126095869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=520] ppid=515 vsize=869220 CPUtime=0.93
/proc/517/task/520/stat : 520 (java) S 515 517 29977 0 -1 64 12891 1231 0 0 43 4 44 2 16 0 9 0 28485028 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=521] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/521/stat : 521 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=522] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/522/stat : 522 (java) S 515 517 29977 0 -1 64 9 1231 0 0 0 0 44 2 16 0 9 0 28485028 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=517/tid=523] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/523/stat : 523 (java) S 515 517 29977 0 -1 64 2 1231 0 0 0 0 44 2 18 0 9 0 28485030 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=524] ppid=515 vsize=869220 CPUtime=0.81
/proc/517/task/524/stat : 524 (java) S 515 517 29977 0 -1 64 1110 1231 0 0 34 1 44 2 16 0 9 0 28485030 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=525] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/525/stat : 525 (java) S 515 517 29977 0 -1 64 0 1231 0 0 0 0 44 2 19 0 9 0 28485030 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=517/tid=526] ppid=515 vsize=869220 CPUtime=0.46
/proc/517/task/526/stat : 526 (java) S 515 517 29977 0 -1 64 21 1231 0 0 0 0 44 2 15 0 9 0 28485030 890081280 25454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 869220

Child status: 0
Real time (s): 7.66825
CPU time (s): 7.62584
CPU user time (s): 6.67198
CPU system time (s): 0.953854
CPU usage (%): 99.4469
Max. virtual memory (cumulated for all children) (KiB): 869220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.67199
system time used= 0.953854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40346
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= 1640
involuntary context switches= 1873

runsolver used 0.012998 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 17:56:44
IDJOB=2098034
IDBENCH=58095
IDSOLVER=774
FILE ID=node90/2098034-1247414203
PBS_JOBID= 9510472
Free space on /tmp= 66284 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-16.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-2098034-1247414203/watcher-2098034-1247414203 -o /tmp/evaluation-result-2098034-1247414203/solver-2098034-1247414203 -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-2098034-1247414203.xml

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

MD5SUM BENCH= 417c0add099144dbf2dc628ce5dcaddb
RANDOM SEED=1497733106

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1446404 kB
Buffers:         67756 kB
Cached:         250552 kB
SwapCached:          0 kB
Active:         393032 kB
Inactive:       149880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446404 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9760 kB
Writeback:           0 kB
Mapped:         236460 kB
Slab:            51476 kB
Committed_AS:  1017856 kB
PageTables:       2236 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= 66292 MiB
End job on node90 at 2009-07-12 17:56:51