Trace number 1055509

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 2.86956 2.7675

DiagnosticValue
CHECKS6477
NODES4122

General information on the benchmark

Namecsp/nengfa/
normalized-sudoku368.xml
MD5SUM1929fd47e53207e47f93784218fb3b97
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06299
Satisfiable
(Un)Satisfiability was proved
Number of variables1309
Number of constraints75
Maximum constraint arity25
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(75)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1055509-1215059694.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.38	   
0.29/0.38	   variables being loaded...
0.44/0.49	     nbVariables=1309  nbDomainTypes=1295  minDomainSize=1  maxDomainSize=11  nbTotalValues=2377
0.44/0.50	       =>  wckTime=0.255  cpuTime=0.22  mem=12M762
0.44/0.50	   
0.44/0.50	   constraints being loaded...
0.66/0.62	     nbConstraints=75  nbGlobalConstraints=75  nbSingletonDomainVariables=1026  nbSharedBinaryRepresentations=0
0.66/0.62	     minDegree=1  maxDegree=3  minArity=25  maxArity=25  nbGenerators=0  nbFusions=0  symmetryWckTime=0.101
0.66/0.62	     symmetryCpuTime=0.08
0.66/0.62	       =>  wckTime=0.386  cpuTime=0.33  mem=19M597
0.66/0.69	   
0.66/0.69	   solver IterativeSystematicSolver being built... 
0.78/0.76	   
0.78/0.76	   INFO : Forward propagation technique limited 
0.89/0.89	       =>  wckTime=0.65  cpuTime=0.51  mem=26M21
1.08/1.02	   
1.08/1.02	   preprocessing
1.08/1.02	     nbConstraintChecks=0  nbPropagations=1309  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.08/1.02	     detectedInconsistency=no
1.08/1.02	       =>  wckTime=0.127  cpuTime=0.11  mem=27M29
1.80/1.73	   
1.80/1.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M921)
2.79/2.73	   
2.79/2.73	   search
2.79/2.73	     run=5  nbConstraintChecks=6477  minDepth=90  maxDepth=1309  nbPropagations=42158  nbRevisions=0
2.79/2.73	     nbUselessRevisions=0  nbAssignments=4122  nbFailedAssignments=204  nbBacktracks=2255  nbVisitedNodes=4486
2.79/2.73	     nbRestartNogoods=25  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=1124.68  nbIEliminables=0
2.79/2.73	     nbDEliminables=0  nbPEliminables=0
2.79/2.73	       =>  wckTime=1.843  cpuTime=1.77  mem=38M748
2.79/2.74	   
2.79/2.74	   global
2.79/2.74	     nbConstraintChecks=6477  nbPropagations=43467  nbRestartNogoods=25  solvingWckTime=1.845  solvingCpuTime=1.77
2.79/2.74	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.27  globalCpuTime=2.32
2.79/2.74	       =>  wckTime=2.498  cpuTime=2.28  mem=38M748
2.79/2.74	   
2.79/2.74	s SATISFIABLE
2.79/2.74	v 5 18 7 12 4 23 0 19 11 21 23 7 18 1 2 19 6 15 7 18 19 20 0 13 1 19 3 16 9 23 0 10 1 5 13 17 20 22 7 12 22 11 5 13 2 3 16 6 19 12 4 18 9 23 21 21 0 22 8 11 20 15 6 19 3 16 17 1 5 13 24 7 12 18 24 4 6 15 16 2 9 0 14 8 22 20 11 5 1 21 23 10 12 18 4 19 2 1 17 5 24 12 8 11 22 20 15 3 23 21 9 0 19 16 3 6 21 0 9 10 23 7 24 18 11 20 14 13 17 2 7 4 1 11 10 21 19 4 12 7 14 20 11 8 0 21 10 23 16 19 15 5 13 18 18 12 1 5 22 11 14 16 23 16 19 3 20 22 8 11 14 10 23 21 9 13 17 2 4 24 18 12 1 17 5 19 3 24 12 21 10 11 21 10 1 2 5 8 20 18 4 12 16 22 8 11 24 4 7 17 2 13 1 15 16 3 10 21 9 18 12 7 4 24 23 9 0 3 19 8 14 11 20 22 2 5 13 14 20 22 8 9 0 23 21 13 1 12 18 16 13 5 4 0 21 14 13 1 23 21 7 4 24 12 7 20 14 8 13 1 9 23 0 24 7 16 22 8 14 17 1 2 5 2 1 13 17 24 21 9 10 6 3 16 15 8 14 20 22 0 9 10 20 11 8 14 22 4 12 24 13 5 17 16 3 4 12 24 16 3 6 15 14 11 8 22 9 21 23 10 5 2 17 6 15 21 2 11 14 8 18 4 24 14 20 8 17 1 15 24 7 10 0 10 23 9 14 2 18 4 12 7 3 19 5 17 1 13 23 10 21 11 14 8 22 20 2 17 13 9 0 7 24 3 6 15 16 13 18 7 4 14 6 19 16 10 15 4 12 22 8 1 5 19 3 16 15 6 12 24 18 1 5 13 17 2 21 9 0 10 23 11 14 20 22 8 17 5 13 2 22 14 20 8 10 9 21 0 23 24 12 7 4 18 15 3 19 16 6 0 9 23 15 16 3 6 24 18 22 20 14 11 8 17 13 5 1 2 22 9 3 6 1 17 2 12 4 7 24 4 24 7 13 2 17 20 8 6 15 19 3 0 10 21 9 15 6 0 1 5 7 13 2 15 16 6 7 4 18 0 23 9 22 20 8 14 23 0 9 17 13 11 22 14 7 24 19 6 15 3 20 14 18 12 5 6 19 23 0 21 10 6 16 15 1 17 11 3 16 15 6 19 10 5 17 2 4 24 7 6 3 15 19 2 17 1 18 12 24 7 23 9 10 8 20 22 11 2 17 5 10 0 9 8 22 20 14 11 18 24 4 12 6 15 16 3 19 18 22 11 17 5 2 16 15 3 6 19 0 10 23 21 10 21 9 18 12 4 15 19 6 3 11 20 13 2 1 13 17 0 9 10 4 12 24 6 15 14 20 8 24 20 11 8 14 22 16 3 6 15 21 17 1 21 9 10 4 12 24 14 11 8 22 2 15 6 3 16 15 13 5 17 9 21 23 10 11 14 8 24 7 8 14 20 22 16 3 5 2 17 18 4 24 10 0 10 23 9 12 7 14 8 22 20 13 15 14 3 19 2 17 13 18 7 4 5 17 1 13 9 0 14 4 12 2 23 10 21 7 24 6 19 16 22 8 18 4 11 3 6 15 16 10 1 5 19 3 16 15 6 17 5 13 2 0 9 23 22 4 24 7 12 24 18 22 14 20 8 15 16 3 6 9 13 2 17 1 5 13 17 2 10 9 21 0 23 24 18 3 6 20 8 21 9 0 10 23 24 12 7 4 18 22 20 14 11 8 1 17 2 6 15 19 3 11 14 20 22 8 15 3 19 16 6 17 13 5 1 2 12 4 7 24 0 10 21 9 15 6 13 2 23 0 9 20 14 15 16 6 17 13 18 12 21 10 0 7 4 18 11 22 14 5 6 16 15 1 5 0 23 9 7 24 6 19 7 22 20 8 14 19 6 15 3 23 0 1 17 11 6 3 15 19 2 17 5 18 10 21 9 3 16 15 6 19 2 17 1 10 0 9 22 11 18 12 4 10 18 12 24 7 8 22 20 14 11 17 5 2 15 19 6 3 5 17 2 23 9 10 18 24 4 12 16 15 3 6 19 11 20 4 24 7 8 20 22 11 6 15 16 3 19 0 10 23 21 13 2 6 8 10 19 1 21 11 0 3 5 1 21 23 2 18 3 12 5 9 14 15 16 4 9 3 14 16 13 0 20 6 15 10 17 24 13 16 20 9 14 15 24 17 10 22 1 7 6 2 17 24 10 15 22 4 6 18 2 23 8 5 11 19 7 0 20 4 13 16 12 3 5 17 22 10 24 15 7 6 2 18 23 8 11 23 5 14 9 12 3 15 22 20 8 17 10 21 7 19 13 16 4 0 20 3 12 9 9 14 12 5 3 7 19 1 21 11 13 20 0 4 16 2 6 18 23 8 15 17 24 10 22 10 22 24 17 13 2 8 23 18 6 9 14 19 1 7 11 4 16 14 9 3 15 24 22 17 11 7 19 2 8 18 6 12 3 14 9 5 7 0 16 20 13 23 6 17 10 22 24 15 11 21 8 2 6 9 3 14 5 17 22 24 15 0 20 4 16 6 8 23 2 22 17 24 15 11 1 0 13 5 9 14 12 3 24 15 22 10 17 20 13 0 16 23 6 18 8 2 9 14 3 11 19 21 11 18 6 9 3 12 16 0 14 7 19 4 18 6 23 22 17 15 10 6 2 8 18 10 1 7 20 0 5 3 4 14 22 17 24 19 18 2 6 23 15 24 13 4 16 6 2 14 12 5 11 19 21 14 1 4 13 20 0 6 10 15 17 15 24 10 4 2 8 6 21 19 11 20 0 12 5 24 17 15 10 21 1 18 6 8 15 22 7 19 21 16 9 12 3 1 7 8 3 9 10 15 17 4 20 13 
2.79/2.74	d NODES 4122
2.79/2.74	d CHECKS 6477
2.79/2.74	   
2.79/2.74	   totalWckTime=2.565  totalCpuTime=2.32

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055509-1215059694/watcher-1055509-1215059694 -o /tmp/evaluation-result-1055509-1215059694/solver-1055509-1215059694 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1055509-1215059694.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.01 4/76 14759
/proc/meminfo: memFree=1763432/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=272 CPUtime=0
/proc/14758/stat : 14758 (java) D 14756 14758 10362 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 1984942691 278528 37 996147200 134512640 134550740 4294955984 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14758/statm: 68 37 28 9 0 6 0

[startup+0.022712 s]
/proc/loadavg: 2.10 2.04 2.01 4/76 14759
/proc/meminfo: memFree=1763432/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=861228 CPUtime=0.01
/proc/14758/stat : 14758 (java) S 14756 14758 10362 0 -1 0 1847 0 1 0 0 1 0 0 18 0 3 0 1984942691 881897472 1535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14758/statm: 215469 1587 706 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.109051 s]
/proc/loadavg: 2.10 2.04 2.01 4/76 14759
/proc/meminfo: memFree=1763432/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=865884 CPUtime=0.09
/proc/14758/stat : 14758 (java) S 14756 14758 10362 0 -1 0 3930 0 1 0 7 2 0 0 18 0 9 0 1984942691 886665216 3370 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14758/statm: 216471 3372 1764 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301071 s]
/proc/loadavg: 2.10 2.04 2.01 4/76 14759
/proc/meminfo: memFree=1763432/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=866400 CPUtime=0.29
/proc/14758/stat : 14758 (java) S 14756 14758 10362 0 -1 0 6048 0 1 0 25 4 0 0 18 0 9 0 1984942691 887193600 5422 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14758/statm: 216600 5422 1958 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701115 s]
/proc/loadavg: 2.10 2.04 2.01 4/76 14759
/proc/meminfo: memFree=1763432/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=867868 CPUtime=0.78
/proc/14758/stat : 14758 (java) S 14756 14758 10362 0 -1 0 13961 329 1 0 70 8 0 0 18 0 9 0 1984942691 888696832 10056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14758/statm: 216967 10057 2630 9 0 211473 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 867868

[startup+1.5012 s]
/proc/loadavg: 2.10 2.04 2.01 3/82 14808
/proc/meminfo: memFree=1705656/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=868892 CPUtime=1.59
/proc/14758/stat : 14758 (java) S 14756 14758 10362 0 -1 0 18881 329 1 0 148 11 0 0 18 0 9 0 1984942691 889745408 12874 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14758/statm: 217223 12874 2632 9 0 211729 0
[pid=14758/tid=14761] ppid=14756 vsize=868892 CPUtime=1.26
/proc/14758/task/14761/stat : 14761 (java) R 14756 14758 10362 0 -1 64 14569 329 1 0 118 8 0 0 23 0 9 0 1984942692 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4127028541 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14764] ppid=14756 vsize=868892 CPUtime=0.05
/proc/14758/task/14764/stat : 14764 (java) S 14756 14758 10362 0 -1 64 2627 329 0 0 4 1 0 0 16 0 9 0 1984942693 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14765] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14765/stat : 14765 (java) S 14756 14758 10362 0 -1 64 16 329 0 0 0 0 0 0 15 0 9 0 1984942693 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14766] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14766/stat : 14766 (java) S 14756 14758 10362 0 -1 64 9 329 0 0 0 0 0 0 15 0 9 0 1984942693 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14771] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14771/stat : 14771 (java) S 14756 14758 10362 0 -1 64 1 329 0 0 0 0 0 0 24 0 9 0 1984942695 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14772] ppid=14756 vsize=868892 CPUtime=0.26
/proc/14758/task/14772/stat : 14772 (java) S 14756 14758 10362 0 -1 64 844 329 0 0 25 1 0 0 16 0 9 0 1984942695 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14773] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14773/stat : 14773 (java) S 14756 14758 10362 0 -1 64 1 329 0 0 0 0 0 0 25 0 9 0 1984942695 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14774] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14774/stat : 14774 (java) S 14756 14758 10362 0 -1 64 5 329 0 0 0 0 0 0 15 0 9 0 1984942695 889745408 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 868892

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

[startup+2.30129 s]
/proc/loadavg: 2.10 2.04 2.01 3/91 14860
/proc/meminfo: memFree=1715760/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=868892 CPUtime=2.39
/proc/14758/stat : 14758 (java) S 14756 14758 10362 0 -1 0 20103 329 1 0 227 12 0 0 18 0 9 0 1984942691 889745408 14092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14758/statm: 217223 14092 2632 9 0 211729 0
[pid=14758/tid=14761] ppid=14756 vsize=868892 CPUtime=2.03
/proc/14758/task/14761/stat : 14761 (java) R 14756 14758 10362 0 -1 64 15772 329 1 0 194 9 0 0 25 0 9 0 1984942692 889745408 14092 996147200 134512640 134550740 4294955984 18446744073709551615 4127033676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14764] ppid=14756 vsize=868892 CPUtime=0.05
/proc/14758/task/14764/stat : 14764 (java) S 14756 14758 10362 0 -1 64 2627 329 0 0 4 1 0 0 17 0 9 0 1984942693 889745408 14092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14765] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14765/stat : 14765 (java) S 14756 14758 10362 0 -1 64 16 329 0 0 0 0 0 0 15 0 9 0 1984942693 889745408 14092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14766] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14766/stat : 14766 (java) S 14756 14758 10362 0 -1 64 9 329 0 0 0 0 0 0 15 0 9 0 1984942693 889745408 14092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14771] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14771/stat : 14771 (java) S 14756 14758 10362 0 -1 64 1 329 0 0 0 0 0 0 24 0 9 0 1984942695 889745408 14092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14772] ppid=14756 vsize=868892 CPUtime=0.29
/proc/14758/task/14772/stat : 14772 (java) S 14756 14758 10362 0 -1 64 862 329 0 0 28 1 0 0 15 0 9 0 1984942695 889745408 14092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14773] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14773/stat : 14773 (java) S 14756 14758 10362 0 -1 64 1 329 0 0 0 0 0 0 25 0 9 0 1984942695 889745408 14093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14774] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14774/stat : 14774 (java) S 14756 14758 10362 0 -1 64 5 329 0 0 0 0 0 0 15 0 9 0 1984942695 889745408 14093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 868892

[startup+2.70133 s]
/proc/loadavg: 2.10 2.04 2.01 3/91 14860
/proc/meminfo: memFree=1715760/2055920 swapFree=4179764/4192956
[pid=14758] ppid=14756 vsize=868892 CPUtime=2.79
/proc/14758/stat : 14758 (java) S 14756 14758 10362 0 -1 0 20761 329 1 0 267 12 0 0 18 0 9 0 1984942691 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14758/statm: 217223 14747 2632 9 0 211729 0
[pid=14758/tid=14761] ppid=14756 vsize=868892 CPUtime=2.42
/proc/14758/task/14761/stat : 14761 (java) R 14756 14758 10362 0 -1 64 16430 329 1 0 233 9 0 0 25 0 9 0 1984942692 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4127024081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14764] ppid=14756 vsize=868892 CPUtime=0.05
/proc/14758/task/14764/stat : 14764 (java) S 14756 14758 10362 0 -1 64 2627 329 0 0 4 1 0 0 17 0 9 0 1984942693 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14765] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14765/stat : 14765 (java) S 14756 14758 10362 0 -1 64 16 329 0 0 0 0 0 0 15 0 9 0 1984942693 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14766] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14766/stat : 14766 (java) S 14756 14758 10362 0 -1 64 9 329 0 0 0 0 0 0 15 0 9 0 1984942693 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14771] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14771/stat : 14771 (java) S 14756 14758 10362 0 -1 64 1 329 0 0 0 0 0 0 24 0 9 0 1984942695 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14772] ppid=14756 vsize=868892 CPUtime=0.29
/proc/14758/task/14772/stat : 14772 (java) S 14756 14758 10362 0 -1 64 862 329 0 0 28 1 0 0 15 0 9 0 1984942695 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14773] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14773/stat : 14773 (java) S 14756 14758 10362 0 -1 64 1 329 0 0 0 0 0 0 25 0 9 0 1984942695 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14758/tid=14774] ppid=14756 vsize=868892 CPUtime=0
/proc/14758/task/14774/stat : 14774 (java) S 14756 14758 10362 0 -1 64 5 329 0 0 0 0 0 0 15 0 9 0 1984942695 889745408 14747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 868892

Child status: 0
Real time (s): 2.7675
CPU time (s): 2.86956
CPU user time (s): 2.72259
CPU system time (s): 0.146977
CPU usage (%): 103.688
Max. virtual memory (cumulated for all children) (KiB): 868892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.72259
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21245
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= 996
involuntary context switches= 978

runsolver used 0.005999 second user time and 0.020996 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-03 06:34:54
IDJOB=1055509
IDBENCH=56823
IDSOLVER=363
FILE ID=node37/1055509-1215059694
PBS_JOBID= 7875099
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/nengfa/normalized-sudoku368.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055509-1215059694/watcher-1055509-1215059694 -o /tmp/evaluation-result-1055509-1215059694/solver-1055509-1215059694 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1055509-1215059694.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1929fd47e53207e47f93784218fb3b97
RANDOM SEED=678006371

node37.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.236
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.236
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:       1764760 kB
Buffers:         53920 kB
Cached:         150376 kB
SwapCached:       7116 kB
Active:         127184 kB
Inactive:        91068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764760 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:            5160 kB
Writeback:           0 kB
Mapped:          21680 kB
Slab:            58332 kB
Committed_AS:  3394048 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node37 at 2008-07-03 06:34:57