Trace number 2095147

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 7.84981 7.94131

DiagnosticValue
CHECKS616261
NODES882

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-23-08.xml
MD5SUM590b5343bea2797d670e58d4c2e5f3ac
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 benchmark2.16367
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.28	     name=HOME/instance-2095147-1247406646.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.42	     nbVariables=454  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=11804
0.39/0.42	       =>  wckTime=0.178  cpuTime=0.14  mem=9M843
0.39/0.42	   
0.39/0.42	   relations being loaded...
0.59/0.66	   
0.59/0.66	   predicates being loaded...
0.69/0.72	   
0.69/0.72	   constraints being loaded...
1.29/1.31	   Too large in ConstraintConflictsSTructure
1.29/1.37	   Too large in ConstraintConflictsSTructure
3.17/3.21	     nbConstraints=3247  nbRelationTypes=6  nbGlobalConstraints=173  nbExtensionStructures=6
3.17/3.21	     nbSharedExtensionStructures=166  nbConflictsStructures=4  nbSharedConflictsStructures=120
3.17/3.21	     nbUnbuiltConflictsStructures=8  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
3.17/3.21	     nbSharedEvaluationManagers=3068  minDegree=29  maxDegree=89  minArity=3  avgArity=10.42  maxArity=442
3.17/3.21	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.632  symmetryCpuTime=0.33
3.17/3.21	       =>  wckTime=2.964  cpuTime=2.29  mem=83M460
3.27/3.39	   
3.37/3.40	   solver IterativeSystematicSolver being built... 
3.86/3.96	   
3.86/3.96	   INFO : Forward propagation technique limited 
3.96/4.04	       =>  wckTime=3.793  cpuTime=2.71  mem=127M225
4.47/4.55	   
4.47/4.55	   preprocessing
4.47/4.55	     nbConstraintChecks=0  nbValidityChecks=3948267  nbPropagations=480  nbRevisions=0  nbUselessRevisions=0
4.47/4.55	     nbRemovedValues=162  detectedInconsistency=no
4.47/4.55	       =>  wckTime=0.509  cpuTime=0.47  mem=129M184
7.73/7.87	   
7.73/7.87	   search
7.73/7.87	     run=2  nbConstraintChecks=616261  nbValidityChecks=22758312  minDepth=90  maxDepth=454  nbPropagations=12276
7.73/7.87	     nbRevisions=175415  nbUselessRevisions=175395  nbAssignments=882  nbFailedAssignments=33  nbBacktracks=17
7.73/7.87	     nbVisitedNodes=925  nbRestartNogoods=24  nbFoundSolutions=1  mapSize=9  nbInferences=0  nbTooLargeKeys=0
7.73/7.87	     nbSEliminables=0  nbREliminables=187.47  nbIEliminables=177.21  nbDEliminables=0  nbPEliminables=0
7.73/7.87	       =>  wckTime=3.832  cpuTime=3.6  mem=104M379
7.73/7.87	   
7.73/7.87	   global
7.73/7.87	     nbConstraintChecks=616261  nbValidityChecks=26706579  nbPropagations=12756  nbRevisions=175415
7.73/7.87	     nbUselessRevisions=175395  nbRestartNogoods=24  solvingWckTime=3.834  solvingCpuTime=3.6  expiredTime=no
7.73/7.87	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.29  globalCpuTime=6.35
7.73/7.87	       =>  wckTime=7.632  cpuTime=6.32  mem=104M379
7.73/7.88	   
7.73/7.88	s SATISFIABLE
7.73/7.88	v 3 0 18 19 0 17 3 0 1 18 0 11 14 12 0 5 5 4 0 17 4 21 8 4 22 8 4 17 19 17 0 15 0 13 8 8 17 14 13 12 0 13 0 17 13 14 19 19 14 18 0 3 4 24 4 3 6 14 17 18 4 3 3 13 19 7 18 4 8 18 18 8 17 18 11 0 17 6 4 13 8 11 3 17 14 15 18 19 0 18 7 4 18 7 0 24 4 18 5 0 2 4 21 0 17 4 2 18 8 15 4 4 11 0 13 4 19 2 0 6 4 18 0 15 0 19 7 24 11 0 17 4 11 0 3 18 1 14 19 4 11 18 18 0 11 19 14 18 17 14 0 17 18 18 4 0 18 25 14 0 15 4 0 17 12 14 0 13 18 12 0 11 11 14 17 2 0 0 17 2 11 0 12 15 12 4 19 17 14 18 0 17 8 18 7 14 13 15 11 0 8 19 18 19 0 18 8 18 12 0 17 0 4 18 14 17 8 19 0 17 18 8 0 0 11 4 2 15 0 10 8 3 18 14 12 14 18 8 13 8 0 15 0 15 4 18 2 17 0 19 4 18 2 0 1 11 4 0 3 3 18 14 13 4 18 12 0 14 17 8 0 18 0 17 20 11 4 7 14 0 2 19 25 8 13 2 0 17 11 18 1 0 0 11 18 0 3 0 17 4 18 19 0 17 17 4 18 8 12 8 11 4 0 12 3 17 0 12 18 0 18 18 6 0 4 0 2 14 17 5 0 12 11 0 8 19 24 19 0 10 0 7 4 2 0 13 18 15 0 11 12 0 5 17 4 4 18 0 6 0 18 5 17 0 13 2 8 18 18 4 0 17 17 8 19 18 0 11 4 12 18 19 0 13 0 17 2 18 0 17 10 4 19 7 0 13 0 11 0 17 8 4 19 19 0 2 7 0 12 15 0 10 3 0 24 13 0 12 4 10 8 19 18 2 7 24 0 12 1 14 8 13 0 0 11 11 4 6 4 17 0 15 7 19 7 0 4 17 14 18 4 19 19 0 
7.73/7.88	d NODES 882
7.73/7.88	d CHECKS 616261
7.73/7.88	   
7.73/7.88	   totalWckTime=7.698  totalCpuTime=6.35

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-2095147-1247406646/watcher-2095147-1247406646 -o /tmp/evaluation-result-2095147-1247406646/solver-2095147-1247406646 -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-2095147-1247406646.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.01 1.94 4/80 30514
/proc/meminfo: memFree=1663264/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=152 CPUtime=0
/proc/30514/stat : 30514 (java) R 30512 30514 29819 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27731126 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 8438059 0 0 4096 0 0 0 0 17 0 0 0
/proc/30514/statm: 50 27 20 9 0 4 0

[startup+0.0422731 s]
/proc/loadavg: 2.03 2.01 1.94 4/80 30514
/proc/meminfo: memFree=1663264/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=861936 CPUtime=0.03
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 2378 0 1 0 2 1 0 0 18 0 5 0 27731126 882622464 1959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 215484 1959 900 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.10228 s]
/proc/loadavg: 2.03 2.01 1.94 4/80 30514
/proc/meminfo: memFree=1663264/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=865980 CPUtime=0.09
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 3803 0 1 0 7 2 0 0 18 0 9 0 27731126 886763520 3254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 216495 3254 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302305 s]
/proc/loadavg: 2.03 2.01 1.94 4/80 30514
/proc/meminfo: memFree=1663264/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=866380 CPUtime=0.29
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 6074 0 1 0 25 4 0 0 18 0 9 0 27731126 887173120 5440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 216595 5440 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.702347 s]
/proc/loadavg: 2.03 2.01 1.94 4/80 30514
/proc/meminfo: memFree=1663264/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=867192 CPUtime=0.69
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 14408 0 1 0 61 8 0 0 18 0 9 0 27731126 888004608 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 216798 13764 2028 9 0 211234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867192

[startup+1.50143 s]
/proc/loadavg: 2.03 2.01 1.94 4/89 30523
/proc/meminfo: memFree=1597592/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=867692 CPUtime=1.49
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 25647 0 1 0 136 13 0 0 18 0 9 0 27731126 888516608 24973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 216923 24974 2033 9 0 211381 0
[pid=30514/tid=30516] ppid=30512 vsize=867692 CPUtime=1.17
/proc/30514/task/30516/stat : 30516 (java) R 30512 30514 29819 0 -1 64 15823 0 1 0 108 9 0 0 25 0 9 0 27731127 888516608 24975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30517] ppid=30512 vsize=867692 CPUtime=0.11
/proc/30514/task/30517/stat : 30517 (java) R 30512 30514 29819 0 -1 64 8430 0 0 0 9 2 0 0 16 0 9 0 27731128 888516608 24976 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30518] ppid=30512 vsize=867692 CPUtime=0
/proc/30514/task/30518/stat : 30518 (java) S 30512 30514 29819 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27731129 888516608 24977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30519] ppid=30512 vsize=867692 CPUtime=0
/proc/30514/task/30519/stat : 30519 (java) S 30512 30514 29819 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27731129 888516608 24978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30520] ppid=30512 vsize=867692 CPUtime=0
/proc/30514/task/30520/stat : 30520 (java) S 30512 30514 29819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27731131 888516608 24978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30521] ppid=30512 vsize=867692 CPUtime=0.19
/proc/30514/task/30521/stat : 30521 (java) S 30512 30514 29819 0 -1 64 695 0 0 0 19 0 0 0 15 0 9 0 27731131 888516608 24979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30522] ppid=30512 vsize=867692 CPUtime=0
/proc/30514/task/30522/stat : 30522 (java) S 30512 30514 29819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27731131 888516608 24980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30523] ppid=30512 vsize=867692 CPUtime=0
/proc/30514/task/30523/stat : 30523 (java) S 30512 30514 29819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27731131 888516608 24981 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867692

[startup+3.10161 s]
/proc/loadavg: 2.11 2.03 1.95 3/89 30523
/proc/meminfo: memFree=1570456/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=868016 CPUtime=3.07
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 29387 877 1 0 255 27 24 1 18 0 10 0 27731126 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 217004 27053 2045 9 0 211462 0
[pid=30514/tid=30516] ppid=30512 vsize=868016 CPUtime=2.61
/proc/30514/task/30516/stat : 30516 (java) R 30512 30514 29819 0 -1 64 17272 877 1 0 215 21 24 1 17 0 10 0 27731127 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4127160629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30517] ppid=30512 vsize=868016 CPUtime=0.41
/proc/30514/task/30517/stat : 30517 (java) S 30512 30514 29819 0 -1 64 10394 877 0 0 13 3 24 1 16 0 10 0 27731128 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30518] ppid=30512 vsize=868016 CPUtime=0.25
/proc/30514/task/30518/stat : 30518 (java) S 30512 30514 29819 0 -1 64 16 877 0 0 0 0 24 1 16 0 10 0 27731129 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30519] ppid=30512 vsize=868016 CPUtime=0.25
/proc/30514/task/30519/stat : 30519 (java) S 30512 30514 29819 0 -1 64 5 877 0 0 0 0 24 1 16 0 10 0 27731129 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30520] ppid=30512 vsize=868016 CPUtime=0.25
/proc/30514/task/30520/stat : 30520 (java) S 30512 30514 29819 0 -1 64 1 877 0 0 0 0 24 1 24 0 10 0 27731131 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30521] ppid=30512 vsize=868016 CPUtime=0.51
/proc/30514/task/30521/stat : 30521 (java) S 30512 30514 29819 0 -1 64 884 877 0 0 26 0 24 1 16 0 10 0 27731131 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30522] ppid=30512 vsize=868016 CPUtime=0.25
/proc/30514/task/30522/stat : 30522 (java) S 30512 30514 29819 0 -1 64 1 877 0 0 0 0 24 1 25 0 10 0 27731131 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30523] ppid=30512 vsize=868016 CPUtime=0.25
/proc/30514/task/30523/stat : 30523 (java) S 30512 30514 29819 0 -1 64 13 877 0 0 0 0 24 1 15 0 10 0 27731131 888848384 27053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868016

[startup+6.30295 s]
/proc/loadavg: 2.11 2.03 1.95 3/89 30527
/proc/meminfo: memFree=1516296/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=869224 CPUtime=6.25
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 63550 1000 1 0 562 37 24 2 18 0 9 0 27731126 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 217306 39147 2661 9 0 211742 0
[pid=30514/tid=30516] ppid=30512 vsize=869224 CPUtime=5.31
/proc/30514/task/30516/stat : 30516 (java) R 30512 30514 29819 0 -1 64 28644 1000 1 0 482 23 24 2 17 0 9 0 27731127 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4127288811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30517] ppid=30512 vsize=869224 CPUtime=0.77
/proc/30514/task/30517/stat : 30517 (java) S 30512 30514 29819 0 -1 64 32987 1000 0 0 41 10 24 2 16 0 9 0 27731128 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30518] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30518/stat : 30518 (java) S 30512 30514 29819 0 -1 64 22 1000 0 0 0 0 24 2 15 0 9 0 27731129 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30519] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30519/stat : 30519 (java) S 30512 30514 29819 0 -1 64 9 1000 0 0 0 0 24 2 15 0 9 0 27731129 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30520] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30520/stat : 30520 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 24 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30521] ppid=30512 vsize=869224 CPUtime=0.64
/proc/30514/task/30521/stat : 30521 (java) S 30512 30514 29819 0 -1 64 1043 1000 0 0 37 1 24 2 15 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30522] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30522/stat : 30522 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 25 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30523] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30523/stat : 30523 (java) S 30512 30514 29819 0 -1 64 39 1000 0 0 0 0 24 2 15 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 869224

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

[startup+7.10204 s]
/proc/loadavg: 2.10 2.03 1.95 3/89 30527
/proc/meminfo: memFree=1516296/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=869224 CPUtime=7.04
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 63623 1000 1 0 641 37 24 2 18 0 9 0 27731126 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 217306 39147 2661 9 0 211742 0
[pid=30514/tid=30516] ppid=30512 vsize=869224 CPUtime=6.1
/proc/30514/task/30516/stat : 30516 (java) R 30512 30514 29819 0 -1 64 28717 1000 1 0 561 23 24 2 24 0 9 0 27731127 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4127347324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30517] ppid=30512 vsize=869224 CPUtime=0.77
/proc/30514/task/30517/stat : 30517 (java) S 30512 30514 29819 0 -1 64 32987 1000 0 0 41 10 24 2 16 0 9 0 27731128 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30518] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30518/stat : 30518 (java) S 30512 30514 29819 0 -1 64 22 1000 0 0 0 0 24 2 15 0 9 0 27731129 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30519] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30519/stat : 30519 (java) S 30512 30514 29819 0 -1 64 9 1000 0 0 0 0 24 2 15 0 9 0 27731129 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30520] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30520/stat : 30520 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 24 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30521] ppid=30512 vsize=869224 CPUtime=0.64
/proc/30514/task/30521/stat : 30521 (java) S 30512 30514 29819 0 -1 64 1043 1000 0 0 37 1 24 2 15 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30522] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30522/stat : 30522 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 25 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30523] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30523/stat : 30523 (java) S 30512 30514 29819 0 -1 64 39 1000 0 0 0 0 24 2 15 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 869224

[startup+7.50208 s]
/proc/loadavg: 2.10 2.03 1.95 3/89 30527
/proc/meminfo: memFree=1516296/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=869224 CPUtime=7.44
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 63643 1000 1 0 680 38 24 2 18 0 9 0 27731126 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 217306 39147 2661 9 0 211742 0
[pid=30514/tid=30516] ppid=30512 vsize=869224 CPUtime=6.5
/proc/30514/task/30516/stat : 30516 (java) R 30512 30514 29819 0 -1 64 28737 1000 1 0 601 23 24 2 18 0 9 0 27731127 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4127323979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30517] ppid=30512 vsize=869224 CPUtime=0.77
/proc/30514/task/30517/stat : 30517 (java) S 30512 30514 29819 0 -1 64 32987 1000 0 0 41 10 24 2 16 0 9 0 27731128 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30518] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30518/stat : 30518 (java) S 30512 30514 29819 0 -1 64 22 1000 0 0 0 0 24 2 15 0 9 0 27731129 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30519] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30519/stat : 30519 (java) S 30512 30514 29819 0 -1 64 9 1000 0 0 0 0 24 2 15 0 9 0 27731129 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30520] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30520/stat : 30520 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 24 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30521] ppid=30512 vsize=869224 CPUtime=0.65
/proc/30514/task/30521/stat : 30521 (java) S 30512 30514 29819 0 -1 64 1043 1000 0 0 38 1 24 2 15 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30522] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30522/stat : 30522 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 25 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30523] ppid=30512 vsize=869224 CPUtime=0.26
/proc/30514/task/30523/stat : 30523 (java) S 30512 30514 29819 0 -1 64 39 1000 0 0 0 0 24 2 15 0 9 0 27731131 890085376 39147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 869224

[startup+7.90212 s]
/proc/loadavg: 2.10 2.03 1.95 3/89 30527
/proc/meminfo: memFree=1516296/2055920 swapFree=4192812/4192956
[pid=30514] ppid=30512 vsize=869136 CPUtime=7.81
/proc/30514/stat : 30514 (java) S 30512 30514 29819 0 -1 0 68948 1000 1 0 715 40 24 2 18 0 9 0 27731126 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30514/statm: 217284 44411 2639 9 0 211742 0
[pid=30514/tid=30516] ppid=30512 vsize=869136 CPUtime=6.76
/proc/30514/task/30516/stat : 30516 (java) S 30512 30514 29819 0 -1 64 28754 1000 1 0 626 24 24 2 21 0 9 0 27731127 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30517] ppid=30512 vsize=869136 CPUtime=0.87
/proc/30514/task/30517/stat : 30517 (java) S 30512 30514 29819 0 -1 64 38272 1000 0 0 49 12 24 2 17 0 9 0 27731128 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30518] ppid=30512 vsize=869136 CPUtime=0.26
/proc/30514/task/30518/stat : 30518 (java) S 30512 30514 29819 0 -1 64 22 1000 0 0 0 0 24 2 16 0 9 0 27731129 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30519] ppid=30512 vsize=869136 CPUtime=0.26
/proc/30514/task/30519/stat : 30519 (java) S 30512 30514 29819 0 -1 64 9 1000 0 0 0 0 24 2 16 0 9 0 27731129 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30520] ppid=30512 vsize=869136 CPUtime=0.26
/proc/30514/task/30520/stat : 30520 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 24 0 9 0 27731131 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30521] ppid=30512 vsize=869136 CPUtime=0.65
/proc/30514/task/30521/stat : 30521 (java) S 30512 30514 29819 0 -1 64 1046 1000 0 0 38 1 24 2 16 0 9 0 27731131 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30514/tid=30522] ppid=30512 vsize=869136 CPUtime=0.26
/proc/30514/task/30522/stat : 30522 (java) S 30512 30514 29819 0 -1 64 1 1000 0 0 0 0 24 2 25 0 9 0 27731131 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30514/tid=30523] ppid=30512 vsize=869136 CPUtime=0.26
/proc/30514/task/30523/stat : 30523 (java) S 30512 30514 29819 0 -1 64 39 1000 0 0 0 0 24 2 15 0 9 0 27731131 889995264 44411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 869136

Child status: 0
Real time (s): 7.94131
CPU time (s): 7.84981
CPU user time (s): 7.39487
CPU system time (s): 0.45493
CPU usage (%): 98.8477
Max. virtual memory (cumulated for all children) (KiB): 871760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.39487
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69978
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= 1898
involuntary context switches= 2035

runsolver used 0.012998 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 15:50:46
IDJOB=2095147
IDBENCH=54917
IDSOLVER=773
FILE ID=node21/2095147-1247406646
PBS_JOBID= 9510601
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 590b5343bea2797d670e58d4c2e5f3ac
RANDOM SEED=665618793

node21.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.240
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.240
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:       1663744 kB
Buffers:         39196 kB
Cached:         114416 kB
SwapCached:          0 kB
Active:         281456 kB
Inactive:        53724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4716 kB
Writeback:           0 kB
Mapped:         201996 kB
Slab:            42000 kB
Committed_AS:   986620 kB
PageTables:       2096 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= 66396 MiB
End job on node21 at 2009-07-12 15:50:55