Trace number 2095133

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 4.01339 4.08053

DiagnosticValue
CHECKS415238
NODES294

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-05.xml
MD5SUM7673da9bb2ec89d6ebeb64aba0b3e8de
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 benchmark0.735887
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2095133-1247406635.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.40	     nbVariables=291  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7566
0.29/0.40	       =>  wckTime=0.151  cpuTime=0.11  mem=8M867
0.29/0.40	   
0.29/0.40	   relations being loaded...
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.59/0.62	   
0.59/0.62	   constraints being loaded...
1.08/1.12	   Too large in ConstraintConflictsSTructure
1.08/1.15	   Too large in ConstraintConflictsSTructure
1.08/1.17	   Too large in ConstraintConflictsSTructure
2.16/2.23	     nbConstraints=2544  nbRelationTypes=7  nbGlobalConstraints=126  nbExtensionStructures=7
2.16/2.23	     nbSharedExtensionStructures=119  nbConflictsStructures=4  nbSharedConflictsStructures=109
2.16/2.23	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.16/2.23	     nbSharedEvaluationManagers=2411  minDegree=9  maxDegree=122  minArity=3  avgArity=7.84  maxArity=32  nbGenerators=0
2.16/2.23	     nbFusions=0  symmetryWckTime=0.328  symmetryCpuTime=0.16
2.16/2.23	       =>  wckTime=1.982  cpuTime=1.48  mem=38M585
2.26/2.34	   
2.26/2.34	   solver IterativeSystematicSolver being built... 
2.56/2.67	   
2.56/2.67	   INFO : Forward propagation technique limited 
2.66/2.74	       =>  wckTime=2.494  cpuTime=1.77  mem=77M325
2.86/2.93	   
2.86/2.93	   preprocessing
2.86/2.93	     nbConstraintChecks=199  nbValidityChecks=1231455  nbPropagations=314  nbRevisions=15  nbUselessRevisions=15
2.86/2.93	     nbRemovedValues=187  detectedInconsistency=no
2.86/2.93	       =>  wckTime=0.184  cpuTime=0.17  mem=79M329
3.95/4.02	   
3.95/4.02	   search
3.95/4.02	     run=0  nbConstraintChecks=415039  nbValidityChecks=4702642  minDepth=96  maxDepth=291  nbPropagations=2175
3.95/4.02	     nbRevisions=72034  nbUselessRevisions=72026  nbAssignments=294  nbFailedAssignments=3  nbBacktracks=0
3.95/4.02	     nbVisitedNodes=298  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
3.95/4.02	     nbSEliminables=0  nbREliminables=52.03  nbIEliminables=158.55  nbDEliminables=0  nbPEliminables=0
3.95/4.02	       =>  wckTime=1.28  cpuTime=1.22  mem=80M364
3.95/4.03	   
3.95/4.03	   global
3.95/4.03	     nbConstraintChecks=415238  nbValidityChecks=5934097  nbPropagations=2489  nbRevisions=72049
3.95/4.03	     nbUselessRevisions=72041  nbRestartNogoods=0  solvingWckTime=1.282  solvingCpuTime=1.22  expiredTime=no
3.95/4.03	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.97  globalCpuTime=3.03
3.95/4.03	       =>  wckTime=3.78  cpuTime=2.99  mem=80M364
3.95/4.03	   
3.95/4.03	s SATISFIABLE
3.95/4.03	v 1 0 13 2 5 24 18 0 4 18 2 19 0 17 4 14 13 4 17 2 14 14 15 12 0 10 14 0 8 0 18 4 19 20 8 7 0 10 0 1 17 14 18 15 0 13 19 17 0 12 18 19 0 12 3 18 14 3 4 17 4 15 14 11 24 21 8 13 24 11 0 2 4 19 0 19 4 2 7 0 18 4 3 4 23 8 13 4 19 20 11 4 18 13 14 17 18 4 8 17 1 0 0 11 12 14 0 18 8 17 8 18 0 13 3 18 18 0 13 4 4 13 4 3 4 4 10 16 20 0 19 18 12 0 17 18 0 1 11 4 18 18 8 13 6 8 13 3 8 18 6 20 8 18 4 15 0 20 11 18 19 4 8 13 13 14 13 20 18 19 24 15 4 0 13 4 17 0 18 18 13 0 6 7 0 0 17 1 0 4 11 13 4 0 19 8 17 4 0 11 5 0 18 0 23 14 8 3 6 14 15 0 10 18 3 8 5 5 4 17 4 13 19 8 0 11 6 4 0 17 19 0 0 11 4 18 18 8 13 3 0 1 0 18 1 0 17 4 8 21 0 13 19 0 11 4 0 17 11 4 0 11 0 17 11 4 8 18 8 3 4 18 12 0 0 18 6 0 4 18 4 18 13 4 2 14 18 18 4 4 18 
3.95/4.03	d NODES 294
3.95/4.03	d CHECKS 415238
3.95/4.03	   
3.95/4.03	   totalWckTime=3.846  totalCpuTime=3.03

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-2095133-1247406635/watcher-2095133-1247406635 -o /tmp/evaluation-result-2095133-1247406635/solver-2095133-1247406635 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095133-1247406635.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: 1.92 1.98 1.99 3/80 27855
/proc/meminfo: memFree=1745848/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=18576 CPUtime=0
/proc/27855/stat : 27855 (runsolver) R 27853 27855 27228 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 27727531 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269927610090 0 0 4096 24578 0 0 0 17 0 0 0
/proc/27855/statm: 4644 284 249 26 0 2626 0

[startup+0.104374 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 27855
/proc/meminfo: memFree=1745848/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=865980 CPUtime=0.08
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 3775 0 1 0 6 2 0 0 21 0 9 0 27727531 886763520 3233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 216495 3233 1707 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.201384 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 27855
/proc/meminfo: memFree=1745848/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=866144 CPUtime=0.18
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 4828 0 1 0 15 3 0 0 21 0 9 0 27727531 886931456 4245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 216536 4245 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301399 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 27855
/proc/meminfo: memFree=1745848/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=866380 CPUtime=0.29
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 5993 0 1 0 24 5 0 0 21 0 9 0 27727531 887173120 5359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 216595 5359 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701444 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 27855
/proc/meminfo: memFree=1745848/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=867156 CPUtime=0.68
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 12530 0 1 0 60 8 0 0 21 0 9 0 27727531 887967744 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 216789 11884 2035 9 0 211225 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867156

[startup+1.50154 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 27864
/proc/meminfo: memFree=1679984/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=867692 CPUtime=1.47
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 19100 0 1 0 130 17 0 0 21 0 9 0 27727531 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 216923 18427 2033 9 0 211381 0
[pid=27855/tid=27857] ppid=27853 vsize=867692 CPUtime=1.21
/proc/27855/task/27857/stat : 27857 (java) R 27853 27855 27228 0 -1 64 15828 0 1 0 106 15 0 0 25 0 9 0 27727532 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 9215124 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27858] ppid=27853 vsize=867692 CPUtime=0.03
/proc/27855/task/27858/stat : 27858 (java) S 27853 27855 27228 0 -1 64 1857 0 0 0 3 0 0 0 17 0 9 0 27727534 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27859] ppid=27853 vsize=867692 CPUtime=0
/proc/27855/task/27859/stat : 27859 (java) S 27853 27855 27228 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27727534 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27860] ppid=27853 vsize=867692 CPUtime=0
/proc/27855/task/27860/stat : 27860 (java) S 27853 27855 27228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27727534 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27861] ppid=27853 vsize=867692 CPUtime=0
/proc/27855/task/27861/stat : 27861 (java) S 27853 27855 27228 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27727536 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27862] ppid=27853 vsize=867692 CPUtime=0.21
/proc/27855/task/27862/stat : 27862 (java) S 27853 27855 27228 0 -1 64 714 0 0 0 20 1 0 0 15 0 9 0 27727536 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27863] ppid=27853 vsize=867692 CPUtime=0
/proc/27855/task/27863/stat : 27863 (java) S 27853 27855 27228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27727536 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27864] ppid=27853 vsize=867692 CPUtime=0
/proc/27855/task/27864/stat : 27864 (java) S 27853 27855 27228 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27727536 888516608 18427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867692

[startup+3.10173 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 27868
/proc/meminfo: memFree=1659824/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=868192 CPUtime=3.06
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 48589 636 1 0 263 31 11 1 21 0 9 0 27727531 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 217048 28884 2661 9 0 211484 0
[pid=27855/tid=27857] ppid=27853 vsize=868192 CPUtime=2.39
/proc/27855/task/27857/stat : 27857 (java) R 27853 27855 27228 0 -1 64 28061 636 1 0 205 22 11 1 25 0 9 0 27727532 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4127321749 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27858] ppid=27853 vsize=868192 CPUtime=0.4
/proc/27855/task/27858/stat : 27858 (java) S 27853 27855 27228 0 -1 64 18700 636 0 0 24 4 11 1 16 0 9 0 27727534 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27859] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27859/stat : 27859 (java) S 27853 27855 27228 0 -1 64 21 636 0 0 0 0 11 1 16 0 9 0 27727534 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27860] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27860/stat : 27860 (java) S 27853 27855 27228 0 -1 64 9 636 0 0 0 0 11 1 15 0 9 0 27727534 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27861] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27861/stat : 27861 (java) S 27853 27855 27228 0 -1 64 2 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27862] ppid=27853 vsize=868192 CPUtime=0.46
/proc/27855/task/27862/stat : 27862 (java) S 27853 27855 27228 0 -1 64 980 636 0 0 33 1 11 1 15 0 9 0 27727536 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27863] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27863/stat : 27863 (java) S 27853 27855 27228 0 -1 64 0 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27864] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27864/stat : 27864 (java) S 27853 27855 27228 0 -1 64 11 636 0 0 0 0 11 1 15 0 9 0 27727536 889028608 28884 996147200 134512640 134550932 4294955968 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) 868192

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

[startup+3.20274 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 27868
/proc/meminfo: memFree=1659824/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=868192 CPUtime=3.16
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 48591 636 1 0 273 31 11 1 21 0 9 0 27727531 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 217048 28886 2661 9 0 211484 0
[pid=27855/tid=27857] ppid=27853 vsize=868192 CPUtime=2.5
/proc/27855/task/27857/stat : 27857 (java) R 27853 27855 27228 0 -1 64 28061 636 1 0 215 23 11 1 25 0 9 0 27727532 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4127329818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27858] ppid=27853 vsize=868192 CPUtime=0.4
/proc/27855/task/27858/stat : 27858 (java) S 27853 27855 27228 0 -1 64 18700 636 0 0 24 4 11 1 16 0 9 0 27727534 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27859] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27859/stat : 27859 (java) S 27853 27855 27228 0 -1 64 21 636 0 0 0 0 11 1 16 0 9 0 27727534 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27860] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27860/stat : 27860 (java) S 27853 27855 27228 0 -1 64 9 636 0 0 0 0 11 1 15 0 9 0 27727534 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27861] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27861/stat : 27861 (java) S 27853 27855 27228 0 -1 64 2 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27862] ppid=27853 vsize=868192 CPUtime=0.46
/proc/27855/task/27862/stat : 27862 (java) S 27853 27855 27228 0 -1 64 982 636 0 0 33 1 11 1 15 0 9 0 27727536 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27863] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27863/stat : 27863 (java) S 27853 27855 27228 0 -1 64 0 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27864] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27864/stat : 27864 (java) S 27853 27855 27228 0 -1 64 11 636 0 0 0 0 11 1 15 0 9 0 27727536 889028608 28886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 868192

[startup+3.60179 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 27868
/proc/meminfo: memFree=1640176/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=868192 CPUtime=3.55
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 48600 636 1 0 312 31 11 1 21 0 9 0 27727531 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 217048 28894 2661 9 0 211484 0
[pid=27855/tid=27857] ppid=27853 vsize=868192 CPUtime=2.88
/proc/27855/task/27857/stat : 27857 (java) R 27853 27855 27228 0 -1 64 28064 636 1 0 253 23 11 1 25 0 9 0 27727532 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4127279131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27858] ppid=27853 vsize=868192 CPUtime=0.4
/proc/27855/task/27858/stat : 27858 (java) S 27853 27855 27228 0 -1 64 18700 636 0 0 24 4 11 1 16 0 9 0 27727534 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27859] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27859/stat : 27859 (java) S 27853 27855 27228 0 -1 64 21 636 0 0 0 0 11 1 16 0 9 0 27727534 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27860] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27860/stat : 27860 (java) S 27853 27855 27228 0 -1 64 9 636 0 0 0 0 11 1 15 0 9 0 27727534 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27861] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27861/stat : 27861 (java) S 27853 27855 27228 0 -1 64 2 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27862] ppid=27853 vsize=868192 CPUtime=0.47
/proc/27855/task/27862/stat : 27862 (java) S 27853 27855 27228 0 -1 64 988 636 0 0 34 1 11 1 16 0 9 0 27727536 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27863] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27863/stat : 27863 (java) S 27853 27855 27228 0 -1 64 0 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27864] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27864/stat : 27864 (java) S 27853 27855 27228 0 -1 64 11 636 0 0 0 0 11 1 15 0 9 0 27727536 889028608 28894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 868192

[startup+4.00283 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 27868
/proc/meminfo: memFree=1640176/2055920 swapFree=4192812/4192956
[pid=27855] ppid=27853 vsize=868192 CPUtime=3.95
/proc/27855/stat : 27855 (java) S 27853 27855 27228 0 -1 0 48602 636 1 0 352 31 11 1 21 0 9 0 27727531 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27855/statm: 217048 28895 2661 9 0 211484 0
[pid=27855/tid=27857] ppid=27853 vsize=868192 CPUtime=3.28
/proc/27855/task/27857/stat : 27857 (java) R 27853 27855 27228 0 -1 64 28064 636 1 0 293 23 11 1 25 0 9 0 27727532 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4127338062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27858] ppid=27853 vsize=868192 CPUtime=0.4
/proc/27855/task/27858/stat : 27858 (java) S 27853 27855 27228 0 -1 64 18700 636 0 0 24 4 11 1 17 0 9 0 27727534 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27859] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27859/stat : 27859 (java) S 27853 27855 27228 0 -1 64 21 636 0 0 0 0 11 1 16 0 9 0 27727534 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27860] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27860/stat : 27860 (java) S 27853 27855 27228 0 -1 64 9 636 0 0 0 0 11 1 15 0 9 0 27727534 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27861] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27861/stat : 27861 (java) S 27853 27855 27228 0 -1 64 2 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27862] ppid=27853 vsize=868192 CPUtime=0.47
/proc/27855/task/27862/stat : 27862 (java) S 27853 27855 27228 0 -1 64 990 636 0 0 34 1 11 1 15 0 9 0 27727536 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27863] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27863/stat : 27863 (java) S 27853 27855 27228 0 -1 64 0 636 0 0 0 0 11 1 25 0 9 0 27727536 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27855/tid=27864] ppid=27853 vsize=868192 CPUtime=0.12
/proc/27855/task/27864/stat : 27864 (java) S 27853 27855 27228 0 -1 64 11 636 0 0 0 0 11 1 15 0 9 0 27727536 889028608 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 868192

Child status: 0
Real time (s): 4.08053
CPU time (s): 4.01339
CPU user time (s): 3.66844
CPU system time (s): 0.344947
CPU usage (%): 98.3546
Max. virtual memory (cumulated for all children) (KiB): 868192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.66844
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49281
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= 1788
involuntary context switches= 1966

runsolver used 0.006998 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 15:50:35
IDJOB=2095133
IDBENCH=54906
IDSOLVER=773
FILE ID=node53/2095133-1247406635
PBS_JOBID= 9510540
Free space on /tmp= 65972 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-05.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095133-1247406635/watcher-2095133-1247406635 -o /tmp/evaluation-result-2095133-1247406635/solver-2095133-1247406635 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095133-1247406635.xml

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

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=1268205996

node53.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.232
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.232
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:       1746328 kB
Buffers:         28152 kB
Cached:         113288 kB
SwapCached:          0 kB
Active:         192804 kB
Inactive:        60932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7788 kB
Writeback:           0 kB
Mapped:         130620 kB
Slab:            41060 kB
Committed_AS:  1011872 kB
PageTables:       1944 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= 65972 MiB
End job on node53 at 2009-07-12 15:50:39