Trace number 1064221

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 11.4803 11.5808

DiagnosticValue
CHECKS1494660
NODES2095

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-04.xml
MD5SUMfb68823f74496f8cd1134dc1665cc226
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.8881
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of constraints2616
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2472
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1064221-1215140222.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.41	     nbVariables=378  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9828
0.38/0.41	       =>  wckTime=0.158  cpuTime=0.13  mem=8M894
0.38/0.41	   
0.38/0.41	   relations being loaded...
0.58/0.65	   
0.58/0.65	   predicates being loaded...
0.68/0.71	   
0.68/0.71	   constraints being loaded...
1.19/1.22	   Too large in ConstraintConflictsSTructure
1.28/1.31	   Too large in ConstraintConflictsSTructure
2.76/2.82	     nbConstraints=2617  nbRelationTypes=6  nbGlobalConstraints=145  nbExtensionStructures=6
2.76/2.82	     nbSharedExtensionStructures=138  nbConflictsStructures=4  nbSharedConflictsStructures=100
2.76/2.82	     nbUnbuiltConflictsStructures=8  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
2.76/2.82	     nbSharedEvaluationManagers=2466  minDegree=14  maxDegree=111  minArity=3  avgArity=10.2  maxArity=366
2.76/2.82	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.529  symmetryCpuTime=0.25
2.76/2.82	       =>  wckTime=2.568  cpuTime=1.94  mem=48M577
2.86/2.95	   
2.86/2.95	   solver IterativeSystematicSolver being built... 
3.36/3.44	   
3.36/3.44	   INFO : Forward propagation technique limited 
3.46/3.51	       =>  wckTime=3.26  cpuTime=2.28  mem=93M85
3.75/3.89	   
3.75/3.89	   preprocessing
3.75/3.89	     nbConstraintChecks=0  nbValidityChecks=3295846  nbPropagations=406  nbRevisions=0  nbUselessRevisions=0
3.75/3.89	     nbRemovedValues=129  detectedInconsistency=no
3.75/3.89	       =>  wckTime=0.377  cpuTime=0.36  mem=94M78
10.82/10.91	   
10.82/10.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=98M81)
11.41/11.51	   
11.41/11.51	   search
11.41/11.52	     run=5  nbConstraintChecks=1494664  nbValidityChecks=57059615  minDepth=57  maxDepth=378  nbPropagations=54978
11.41/11.52	     nbRevisions=1073954  nbUselessRevisions=1073740  nbAssignments=2095  nbFailedAssignments=176  nbBacktracks=253
11.41/11.52	     nbVisitedNodes=2364  nbRestartNogoods=51  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=118.02
11.41/11.52	     nbIEliminables=144.41  nbDEliminables=0  nbPEliminables=0
11.41/11.52	       =>  wckTime=8.003  cpuTime=7.88  mem=98M81
11.41/11.52	   
11.41/11.52	   global
11.41/11.52	     nbConstraintChecks=1494664  nbValidityChecks=60355461  nbPropagations=55384  nbRevisions=1073954
11.41/11.52	     nbUselessRevisions=1073740  nbRestartNogoods=51  solvingWckTime=8.005  solvingCpuTime=7.88  expiredTime=no
11.41/11.52	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=10.14  globalCpuTime=10.19
11.41/11.52	       =>  wckTime=11.269  cpuTime=10.16  mem=98M81
11.41/11.52	   
11.41/11.52	s SATISFIABLE
11.41/11.52	v 3 0 21 4 13 4 3 15 0 12 15 0 3 0 6 0 1 0 18 4 1 14 13 8 19 4 0 8 14 11 8 20 17 14 3 4 11 4 12 14 11 4 18 19 18 18 11 0 24 18 14 18 1 14 17 13 4 4 11 19 8 11 4 20 18 4 18 11 0 3 4 18 6 0 17 18 11 0 21 4 17 17 4 3 13 4 13 4 18 2 0 6 4 13 0 8 0 18 21 4 4 18 0 18 8 13 18 0 12 4 18 4 18 2 20 0 6 4 18 1 0 0 18 20 1 0 3 0 17 18 17 8 0 18 24 0 17 13 18 12 0 6 4 18 0 18 8 13 18 18 14 17 14 18 4 18 1 0 4 19 24 11 14 0 19 4 18 18 8 11 4 18 17 0 15 4 18 7 14 14 0 17 0 13 18 0 17 10 18 2 14 11 4 18 2 0 13 4 17 14 19 18 0 11 4 18 12 0 18 4 17 2 0 8 13 18 18 13 4 0 15 18 13 0 2 0 17 0 19 11 0 18 18 4 18 4 0 18 4 2 0 13 4 18 12 0 17 4 8 11 11 3 4 4 3 24 17 4 18 13 14 21 4 11 8 18 19 18 11 0 4 18 14 14 12 15 7 3 14 13 19 0 18 19 4 5 0 13 18 18 12 20 17 18 2 8 0 14 18 22 14 14 18 0 13 3 18 0 8 17 18 15 17 4 7 4 0 19 3 14 18 7 4 17 0 20 11 19 12 0 0 4 3 2 11 0 3 14 3 4 0 17 0 1 8 18 4 14 8 11 4 17 8 14 13 14 12 4 17 13 14 19 0 19 4 18 15 0 18 18 4 0 15 0 3 0 13 0 
11.41/11.52	d NODES 2095
11.41/11.52	d CHECKS 1494664
11.41/11.52	   
11.41/11.52	   totalWckTime=11.334  totalCpuTime=10.19

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-1064221-1215140222/watcher-1064221-1215140222 -o /tmp/evaluation-result-1064221-1215140222/solver-1064221-1215140222 -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-1064221-1215140222.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.39 2.65 2.31 4/88 24171
/proc/meminfo: memFree=811652/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=18572 CPUtime=0
/proc/24171/stat : 24171 (runsolver) R 24169 24171 21995 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 669748775 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24171/statm: 4643 292 257 25 0 2626 0

[startup+0.0492379 s]
/proc/loadavg: 2.39 2.65 2.31 4/88 24171
/proc/meminfo: memFree=811652/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=861876 CPUtime=0.03
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 2362 0 1 0 2 1 0 0 20 0 5 0 669748775 882561024 1949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 215469 1949 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101221 s]
/proc/loadavg: 2.39 2.65 2.31 4/88 24171
/proc/meminfo: memFree=811652/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=865884 CPUtime=0.09
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 3693 0 1 0 7 2 0 0 20 0 9 0 669748775 886665216 3168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301235 s]
/proc/loadavg: 2.39 2.65 2.31 4/88 24171
/proc/meminfo: memFree=811652/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=866284 CPUtime=0.28
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 5891 0 1 0 25 3 0 0 20 0 9 0 669748775 887074816 5265 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 216571 5265 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701286 s]
/proc/loadavg: 2.39 2.65 2.31 4/88 24171
/proc/meminfo: memFree=811652/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=866612 CPUtime=0.68
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 13886 0 1 0 62 6 0 0 20 0 9 0 669748775 887410688 13247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 216653 13248 1999 9 0 211159 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866612

[startup+1.50237 s]
/proc/loadavg: 2.39 2.65 2.31 4/97 24180
/proc/meminfo: memFree=750332/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=867592 CPUtime=1.48
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 19152 0 1 0 136 12 0 0 20 0 9 0 669748775 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 216898 18486 2007 9 0 211426 0
[pid=24171/tid=24173] ppid=24169 vsize=867592 CPUtime=1.2
/proc/24171/task/24173/stat : 24173 (java) R 24169 24171 21995 0 -1 64 15786 0 1 0 111 9 0 0 25 0 9 0 669748777 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24171/tid=24174] ppid=24169 vsize=867592 CPUtime=0.03
/proc/24171/task/24174/stat : 24174 (java) S 24169 24171 21995 0 -1 64 1969 0 0 0 3 0 0 0 17 0 9 0 669748778 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24171/tid=24175] ppid=24169 vsize=867592 CPUtime=0
/proc/24171/task/24175/stat : 24175 (java) S 24169 24171 21995 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 669748778 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24171/tid=24176] ppid=24169 vsize=867592 CPUtime=0
/proc/24171/task/24176/stat : 24176 (java) S 24169 24171 21995 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 669748778 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24171/tid=24177] ppid=24169 vsize=867592 CPUtime=0
/proc/24171/task/24177/stat : 24177 (java) S 24169 24171 21995 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 669748780 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24169 vsize=867596 CPUtime=0.21
/proc/24171/task/24178/stat : 24178 (java) S 24169 24171 21995 0 -1 64 700 0 0 0 21 0 0 0 15 0 9 0 669748780 888418304 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24171/tid=24179] ppid=24169 vsize=867592 CPUtime=0
/proc/24171/task/24179/stat : 24179 (java) S 24169 24171 21995 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 669748780 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24180] ppid=24169 vsize=867592 CPUtime=0
/proc/24171/task/24180/stat : 24180 (java) S 24169 24171 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669748780 888414208 18486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867592

[startup+3.10254 s]
/proc/loadavg: 2.39 2.65 2.31 3/97 24180
/proc/meminfo: memFree=721276/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=868100 CPUtime=3.06
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 44015 843 1 0 260 28 17 1 20 0 9 0 669748775 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 217025 28329 2636 9 0 211531 0
[pid=24171/tid=24173] ppid=24169 vsize=868100 CPUtime=2.43
/proc/24171/task/24173/stat : 24173 (java) R 24169 24171 21995 0 -1 64 24395 843 1 0 206 19 17 1 24 0 9 0 669748777 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 104454937 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24174] ppid=24169 vsize=868100 CPUtime=0.49
/proc/24171/task/24174/stat : 24174 (java) S 24169 24171 21995 0 -1 64 17864 843 0 0 26 5 17 1 17 0 9 0 669748778 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24175] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24175/stat : 24175 (java) S 24169 24171 21995 0 -1 64 17 843 0 0 0 0 17 1 16 0 9 0 669748778 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24176] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24176/stat : 24176 (java) S 24169 24171 21995 0 -1 64 8 843 0 0 0 0 17 1 16 0 9 0 669748778 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24177] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24177/stat : 24177 (java) S 24169 24171 21995 0 -1 64 0 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24169 vsize=868100 CPUtime=0.46
/proc/24171/task/24178/stat : 24178 (java) S 24169 24171 21995 0 -1 64 909 843 0 0 28 0 17 1 16 0 9 0 669748780 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24179] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24179/stat : 24179 (java) S 24169 24171 21995 0 -1 64 2 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24180] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24180/stat : 24180 (java) S 24169 24171 21995 0 -1 64 16 843 0 0 0 0 17 1 15 0 9 0 669748780 888934400 28329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868100

[startup+6.30187 s]
/proc/loadavg: 2.60 2.68 2.32 3/97 24184
/proc/meminfo: memFree=671548/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=868100 CPUtime=6.24
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 61387 843 1 0 573 33 17 1 20 0 9 0 669748775 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 217025 37409 2637 9 0 211531 0
[pid=24171/tid=24173] ppid=24169 vsize=868100 CPUtime=5.35
/proc/24171/task/24173/stat : 24173 (java) R 24169 24171 21995 0 -1 64 30694 843 1 0 496 21 17 1 25 0 9 0 669748777 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4127313419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24174] ppid=24169 vsize=868100 CPUtime=0.66
/proc/24171/task/24174/stat : 24174 (java) S 24169 24171 21995 0 -1 64 28835 843 0 0 39 9 17 1 17 0 9 0 669748778 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24175] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24175/stat : 24175 (java) S 24169 24171 21995 0 -1 64 17 843 0 0 0 0 17 1 16 0 9 0 669748778 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24176] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24176/stat : 24176 (java) S 24169 24171 21995 0 -1 64 8 843 0 0 0 0 17 1 15 0 9 0 669748778 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24177] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24177/stat : 24177 (java) S 24169 24171 21995 0 -1 64 0 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24169 vsize=868100 CPUtime=0.55
/proc/24171/task/24178/stat : 24178 (java) S 24169 24171 21995 0 -1 64 987 843 0 0 36 1 17 1 15 0 9 0 669748780 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24179] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24179/stat : 24179 (java) S 24169 24171 21995 0 -1 64 2 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24180] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24180/stat : 24180 (java) S 24169 24171 21995 0 -1 64 40 843 0 0 0 0 17 1 15 0 9 0 669748780 888934400 37409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868100

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

[startup+9.5022 s]
/proc/loadavg: 2.60 2.68 2.32 3/97 24184
/proc/meminfo: memFree=671548/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=868100 CPUtime=9.42
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 61410 843 1 0 891 33 17 1 20 0 9 0 669748775 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 217025 37419 2637 9 0 211531 0
[pid=24171/tid=24173] ppid=24169 vsize=868100 CPUtime=8.52
/proc/24171/task/24173/stat : 24173 (java) R 24169 24171 21995 0 -1 64 30695 843 1 0 813 21 17 1 25 0 9 0 669748777 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4127233977 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24174] ppid=24169 vsize=868100 CPUtime=0.66
/proc/24171/task/24174/stat : 24174 (java) S 24169 24171 21995 0 -1 64 28835 843 0 0 39 9 17 1 17 0 9 0 669748778 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24175] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24175/stat : 24175 (java) S 24169 24171 21995 0 -1 64 17 843 0 0 0 0 17 1 16 0 9 0 669748778 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24176] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24176/stat : 24176 (java) S 24169 24171 21995 0 -1 64 8 843 0 0 0 0 17 1 15 0 9 0 669748778 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24177] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24177/stat : 24177 (java) S 24169 24171 21995 0 -1 64 0 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24169 vsize=868100 CPUtime=0.56
/proc/24171/task/24178/stat : 24178 (java) S 24169 24171 21995 0 -1 64 1009 843 0 0 37 1 17 1 15 0 9 0 669748780 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24179] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24179/stat : 24179 (java) S 24169 24171 21995 0 -1 64 2 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24180] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24180/stat : 24180 (java) S 24169 24171 21995 0 -1 64 40 843 0 0 0 0 17 1 15 0 9 0 669748780 888934400 37419 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 868100

[startup+10.3023 s]
/proc/loadavg: 2.79 2.72 2.34 3/97 24184
/proc/meminfo: memFree=671548/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=868100 CPUtime=10.22
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 61440 843 1 0 971 33 17 1 20 0 9 0 669748775 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 217025 37421 2637 9 0 211531 0
[pid=24171/tid=24173] ppid=24169 vsize=868100 CPUtime=9.31
/proc/24171/task/24173/stat : 24173 (java) R 24169 24171 21995 0 -1 64 30695 843 1 0 892 21 17 1 25 0 9 0 669748777 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4127244299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24174] ppid=24169 vsize=868100 CPUtime=0.66
/proc/24171/task/24174/stat : 24174 (java) S 24169 24171 21995 0 -1 64 28835 843 0 0 39 9 17 1 17 0 9 0 669748778 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24175] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24175/stat : 24175 (java) S 24169 24171 21995 0 -1 64 17 843 0 0 0 0 17 1 16 0 9 0 669748778 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24176] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24176/stat : 24176 (java) S 24169 24171 21995 0 -1 64 8 843 0 0 0 0 17 1 15 0 9 0 669748778 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24177] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24177/stat : 24177 (java) S 24169 24171 21995 0 -1 64 0 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24169 vsize=868100 CPUtime=0.57
/proc/24171/task/24178/stat : 24178 (java) S 24169 24171 21995 0 -1 64 1039 843 0 0 38 1 17 1 16 0 9 0 669748780 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24179] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24179/stat : 24179 (java) S 24169 24171 21995 0 -1 64 2 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24180] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24180/stat : 24180 (java) S 24169 24171 21995 0 -1 64 40 843 0 0 0 0 17 1 15 0 9 0 669748780 888934400 37421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 868100

[startup+11.1024 s]
/proc/loadavg: 2.79 2.72 2.34 3/97 24184
/proc/meminfo: memFree=671420/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=868100 CPUtime=11.01
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 61443 843 1 0 1050 33 17 1 20 0 9 0 669748775 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 217025 37423 2637 9 0 211531 0
[pid=24171/tid=24173] ppid=24169 vsize=868100 CPUtime=10.1
/proc/24171/task/24173/stat : 24173 (java) R 24169 24171 21995 0 -1 64 30695 843 1 0 971 21 17 1 25 0 9 0 669748777 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4127313419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24174] ppid=24169 vsize=868100 CPUtime=0.66
/proc/24171/task/24174/stat : 24174 (java) S 24169 24171 21995 0 -1 64 28835 843 0 0 39 9 17 1 17 0 9 0 669748778 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24175] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24175/stat : 24175 (java) S 24169 24171 21995 0 -1 64 17 843 0 0 0 0 17 1 16 0 9 0 669748778 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24176] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24176/stat : 24176 (java) S 24169 24171 21995 0 -1 64 8 843 0 0 0 0 17 1 15 0 9 0 669748778 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24177] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24177/stat : 24177 (java) S 24169 24171 21995 0 -1 64 0 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24169 vsize=868100 CPUtime=0.57
/proc/24171/task/24178/stat : 24178 (java) S 24169 24171 21995 0 -1 64 1042 843 0 0 38 1 17 1 15 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24179] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24179/stat : 24179 (java) S 24169 24171 21995 0 -1 64 2 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24180] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24180/stat : 24180 (java) S 24169 24171 21995 0 -1 64 40 843 0 0 0 0 17 1 15 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 868100

[startup+11.5024 s]
/proc/loadavg: 2.79 2.72 2.34 3/97 24184
/proc/meminfo: memFree=671420/2055920 swapFree=4146776/4192956
[pid=24171] ppid=24169 vsize=868100 CPUtime=11.41
/proc/24171/stat : 24171 (java) S 24169 24171 21995 0 -1 0 61444 843 1 0 1090 33 17 1 20 0 9 0 669748775 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 217025 37423 2637 9 0 211531 0
[pid=24171/tid=24173] ppid=24169 vsize=868100 CPUtime=10.5
/proc/24171/task/24173/stat : 24173 (java) R 24169 24171 21995 0 -1 64 30696 843 1 0 1011 21 17 1 25 0 9 0 669748777 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 102538899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24174] ppid=24169 vsize=868100 CPUtime=0.66
/proc/24171/task/24174/stat : 24174 (java) S 24169 24171 21995 0 -1 64 28835 843 0 0 39 9 17 1 17 0 9 0 669748778 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24175] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24175/stat : 24175 (java) S 24169 24171 21995 0 -1 64 17 843 0 0 0 0 17 1 16 0 9 0 669748778 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24176] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24176/stat : 24176 (java) S 24169 24171 21995 0 -1 64 8 843 0 0 0 0 17 1 15 0 9 0 669748778 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24177] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24177/stat : 24177 (java) S 24169 24171 21995 0 -1 64 0 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24169 vsize=868100 CPUtime=0.57
/proc/24171/task/24178/stat : 24178 (java) S 24169 24171 21995 0 -1 64 1042 843 0 0 38 1 17 1 15 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24179] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24179/stat : 24179 (java) S 24169 24171 21995 0 -1 64 2 843 0 0 0 0 17 1 25 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24180] ppid=24169 vsize=868100 CPUtime=0.18
/proc/24171/task/24180/stat : 24180 (java) S 24169 24171 21995 0 -1 64 40 843 0 0 0 0 17 1 15 0 9 0 669748780 888934400 37423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 11.5808
CPU time (s): 11.4803
CPU user time (s): 11.1013
CPU system time (s): 0.378942
CPU usage (%): 99.1315
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1013
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62324
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= 2283
involuntary context switches= 2383

runsolver used 0.019996 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 04:57:02
IDJOB=1064221
IDBENCH=54923
IDSOLVER=363
FILE ID=node90/1064221-1215140222
PBS_JOBID= 7877348
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-04.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-1064221-1215140222/watcher-1064221-1215140222 -o /tmp/evaluation-result-1064221-1215140222/solver-1064221-1215140222 -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-1064221-1215140222.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb68823f74496f8cd1134dc1665cc226
RANDOM SEED=1359536463

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        812068 kB
Buffers:         41380 kB
Cached:         256792 kB
SwapCached:      38088 kB
Active:         865120 kB
Inactive:       321328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        812068 kB
SwapTotal:     4192956 kB
SwapFree:      4146776 kB
Dirty:            4116 kB
Writeback:           0 kB
Mapped:         851112 kB
Slab:            40228 kB
Committed_AS:  1695168 kB
PageTables:       3944 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= 66556 MiB
End job on node90 at 2008-07-04 04:57:14