Trace number 2096783

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.31889 7.41062

DiagnosticValue
CHECKS1623140
NODES1179

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-07.xml
MD5SUM54357bc776348c1c86014af38d77c600
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.815875
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3141
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension3007
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	
0.02/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.27	     name=HOME/instance-2096783-1247410695.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.39	     nbVariables=291  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7566
0.29/0.39	       =>  wckTime=0.151  cpuTime=0.12  mem=8M867
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.39/0.48	   
0.39/0.49	   predicates being loaded...
0.49/0.54	   
0.49/0.55	   constraints being loaded...
0.89/1.00	   Too large in ConstraintConflictsSTructure
0.99/1.04	   Too large in ConstraintConflictsSTructure
0.99/1.04	   Too large in ConstraintConflictsSTructure
1.09/1.12	   Too large in ConstraintConflictsSTructure
2.46/2.50	     nbConstraints=3141  nbRelationTypes=8  nbGlobalConstraints=134  nbExtensionStructures=8
2.46/2.50	     nbSharedExtensionStructures=126  nbConflictsStructures=4  nbSharedConflictsStructures=116
2.46/2.50	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
2.46/2.50	     nbSharedEvaluationManagers=2998  minDegree=4  maxDegree=130  minArity=3  avgArity=7.41  maxArity=30  nbGenerators=0
2.46/2.50	     nbFusions=0  symmetryWckTime=0.391  symmetryCpuTime=0.21
2.46/2.50	       =>  wckTime=2.264  cpuTime=1.78  mem=39M965
2.56/2.64	   
2.56/2.64	   solver IterativeSystematicSolver being built... 
2.96/3.02	   
2.96/3.03	   INFO : Forward propagation technique limited 
2.96/3.09	       =>  wckTime=2.855  cpuTime=2.12  mem=82M583
3.26/3.37	   
3.26/3.39	   preprocessing
3.26/3.39	     nbConstraintChecks=1063  nbValidityChecks=703498  nbPropagations=329  nbRevisions=93  nbUselessRevisions=93
3.26/3.39	     nbRemovedValues=576  detectedInconsistency=no
3.26/3.39	       =>  wckTime=0.273  cpuTime=0.14  mem=55M108
7.21/7.34	   
7.21/7.35	   search
7.21/7.35	     run=5  nbConstraintChecks=1622074  nbValidityChecks=10013637  minDepth=83  maxDepth=291  nbPropagations=38543
7.21/7.35	     nbRevisions=1381800  nbUselessRevisions=1381484  nbAssignments=1179  nbFailedAssignments=153  nbBacktracks=121
7.21/7.35	     nbVisitedNodes=1404  nbRestartNogoods=32  nbFoundSolutions=1  mapSize=83  nbInferences=0  nbTooLargeKeys=0
7.21/7.35	     nbSEliminables=0  nbREliminables=23.97  nbIEliminables=217.85  nbDEliminables=0  nbPEliminables=0
7.21/7.35	       =>  wckTime=4.245  cpuTime=4.01  mem=57M30
7.21/7.35	   
7.21/7.35	   global
7.21/7.35	     nbConstraintChecks=1623137  nbValidityChecks=10717135  nbPropagations=38872  nbRevisions=1381893
7.21/7.35	     nbUselessRevisions=1381577  nbRestartNogoods=32  solvingWckTime=4.247  solvingCpuTime=4.02  expiredTime=no
7.21/7.35	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.13  globalCpuTime=6.19
7.21/7.35	       =>  wckTime=7.107  cpuTime=6.15  mem=57M30
7.21/7.35	   
7.21/7.35	s SATISFIABLE
7.21/7.35	v 15 0 15 0 11 18 11 0 12 0 17 0 1 1 17 0 0 17 0 1 24 11 0 2 4 5 0 3 4 17 0 24 17 4 2 14 13 18 8 3 4 17 0 19 8 14 13 0 17 4 17 0 4 2 14 19 18 6 11 4 13 20 18 4 18 7 0 18 1 8 4 17 5 0 13 11 0 22 24 4 17 11 0 13 4 18 20 17 15 0 18 18 0 11 14 20 3 11 0 13 6 5 14 17 12 20 11 0 4 19 0 13 6 18 0 24 19 0 13 1 0 13 4 4 17 6 14 3 8 2 18 4 0 19 15 20 11 18 4 18 18 14 13 24 14 0 17 18 0 17 8 0 15 15 11 4 18 18 0 17 0 11 8 13 18 4 4 3 13 14 17 0 0 17 10 12 0 13 7 0 17 4 14 11 8 21 4 19 19 8 12 14 0 19 1 4 17 13 4 13 14 12 8 13 4 4 15 0 13 4 18 0 3 11 4 17 0 3 3 18 0 11 4 15 8 13 11 14 0 13 11 8 13 19 18 0 13 0 5 4 3 0 17 19 20 13 8 13 19 4 13 19 8 14 13 0 11 11 24 12 0 14 6 0 13 6 18 4 0 13 0 1 0 18 4 4 11 12 7 24 3 4 4 3 6 4 18 4 23 4 18 
7.21/7.35	d NODES 1179
7.21/7.35	d CHECKS 1623137
7.21/7.35	   
7.21/7.35	   totalWckTime=7.173  totalCpuTime=6.2

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-2096783-1247410695/watcher-2096783-1247410695 -o /tmp/evaluation-result-2096783-1247410695/solver-2096783-1247410695 -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-2096783-1247410695.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.06 2.02 2.00 4/82 1293
/proc/meminfo: memFree=1503256/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=272 CPUtime=0
/proc/1293/stat : 1293 (java) D 1291 1293 32442 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 27760804 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 6910756 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/1293/statm: 68 37 28 9 0 6 0

[startup+0.0295369 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1293
/proc/meminfo: memFree=1503256/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=861936 CPUtime=0.02
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 2100 0 1 0 1 1 0 0 18 0 5 0 27760804 882622464 1749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 215484 1750 804 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.102584 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1293
/proc/meminfo: memFree=1503256/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=865980 CPUtime=0.09
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 3839 0 1 0 7 2 0 0 18 0 9 0 27760804 886763520 3282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 216495 3283 1731 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30261 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1293
/proc/meminfo: memFree=1503256/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=866500 CPUtime=0.29
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 6120 0 1 0 25 4 0 0 18 0 9 0 27760804 887296000 5486 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 216625 5487 1987 9 0 211083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866500

[startup+0.702662 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1293
/proc/meminfo: memFree=1503256/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=867612 CPUtime=0.69
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 10711 0 1 0 62 7 0 0 18 0 9 0 27760804 888434688 10066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 216903 10066 2039 9 0 211339 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867612

[startup+1.50173 s]
/proc/loadavg: 2.06 2.01 2.00 4/91 1304
/proc/meminfo: memFree=1451024/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=867692 CPUtime=1.48
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 19382 0 1 0 132 16 0 0 18 0 9 0 27760804 888516608 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 216923 18708 2033 9 0 211381 0
[pid=1293/tid=1295] ppid=1291 vsize=867692 CPUtime=1.2
/proc/1293/task/1295/stat : 1295 (java) R 1291 1293 32442 0 -1 64 15834 0 1 0 106 14 0 0 25 0 9 0 27760805 888516608 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1296] ppid=1291 vsize=867692 CPUtime=0.04
/proc/1293/task/1296/stat : 1296 (java) S 1291 1293 32442 0 -1 64 2121 0 0 0 4 0 0 0 17 0 9 0 27760806 888516608 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1297] ppid=1291 vsize=867692 CPUtime=0
/proc/1293/task/1297/stat : 1297 (java) S 1291 1293 32442 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27760806 888516608 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1298] ppid=1291 vsize=867692 CPUtime=0
/proc/1293/task/1298/stat : 1298 (java) S 1291 1293 32442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27760806 888516608 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1301] ppid=1291 vsize=867692 CPUtime=0
/proc/1293/task/1301/stat : 1301 (java) S 1291 1293 32442 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27760808 888516608 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1302] ppid=1291 vsize=867696 CPUtime=0.21
/proc/1293/task/1302/stat : 1302 (java) S 1291 1293 32442 0 -1 64 726 0 0 0 21 0 0 0 16 0 9 0 27760808 888520704 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1303] ppid=1291 vsize=867692 CPUtime=0
/proc/1293/task/1303/stat : 1303 (java) S 1291 1293 32442 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27760808 888516608 18708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1304] ppid=1291 vsize=867692 CPUtime=0
/proc/1293/task/1304/stat : 1304 (java) S 1291 1293 32442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27760808 888516608 18708 996147200 134512640 134550932 4294955968 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) 867692

[startup+3.10193 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 1304
/proc/meminfo: memFree=1422288/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=868200 CPUtime=3.06
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 47137 696 1 0 263 29 13 1 18 0 9 0 27760804 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 217050 27548 2661 9 0 211486 0
[pid=1293/tid=1295] ppid=1291 vsize=868200 CPUtime=2.45
/proc/1293/task/1295/stat : 1295 (java) R 1291 1293 32442 0 -1 64 28473 696 1 0 209 22 13 1 17 0 9 0 27760805 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1296] ppid=1291 vsize=868200 CPUtime=0.43
/proc/1293/task/1296/stat : 1296 (java) R 1291 1293 32442 0 -1 64 16885 696 0 0 26 3 13 1 18 0 9 0 27760806 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1297] ppid=1291 vsize=868200 CPUtime=0.14
/proc/1293/task/1297/stat : 1297 (java) S 1291 1293 32442 0 -1 64 21 696 0 0 0 0 13 1 15 0 9 0 27760806 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1298] ppid=1291 vsize=868200 CPUtime=0.14
/proc/1293/task/1298/stat : 1298 (java) S 1291 1293 32442 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 27760806 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1301] ppid=1291 vsize=868200 CPUtime=0.14
/proc/1293/task/1301/stat : 1301 (java) S 1291 1293 32442 0 -1 64 1 696 0 0 0 0 13 1 24 0 9 0 27760808 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1302] ppid=1291 vsize=868200 CPUtime=0.42
/proc/1293/task/1302/stat : 1302 (java) R 1291 1293 32442 0 -1 64 934 696 0 0 27 1 13 1 16 0 9 0 27760808 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 102014069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1303] ppid=1291 vsize=868200 CPUtime=0.14
/proc/1293/task/1303/stat : 1303 (java) S 1291 1293 32442 0 -1 64 0 696 0 0 0 0 13 1 25 0 9 0 27760808 889036800 27548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1304] ppid=1291 vsize=868200 CPUtime=0.14
/proc/1293/task/1304/stat : 1304 (java) S 1291 1293 32442 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 27760808 889036800 27548 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) 868200

[startup+6.30235 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 1308
/proc/meminfo: memFree=1383632/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=868112 CPUtime=6.22
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 52205 696 1 0 577 31 13 1 18 0 9 0 27760804 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 217028 32348 2639 9 0 211486 0
[pid=1293/tid=1295] ppid=1291 vsize=868112 CPUtime=5.43
/proc/1293/task/1295/stat : 1295 (java) R 1291 1293 32442 0 -1 64 28682 696 1 0 507 22 13 1 17 0 9 0 27760805 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4127316837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1296] ppid=1291 vsize=868112 CPUtime=0.54
/proc/1293/task/1296/stat : 1296 (java) S 1291 1293 32442 0 -1 64 21657 696 0 0 34 6 13 1 16 0 9 0 27760806 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1297] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1297/stat : 1297 (java) S 1291 1293 32442 0 -1 64 21 696 0 0 0 0 13 1 15 0 9 0 27760806 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1298] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1298/stat : 1298 (java) S 1291 1293 32442 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 27760806 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1301] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1301/stat : 1301 (java) S 1291 1293 32442 0 -1 64 1 696 0 0 0 0 13 1 24 0 9 0 27760808 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1302] ppid=1291 vsize=868112 CPUtime=0.5
/proc/1293/task/1302/stat : 1302 (java) S 1291 1293 32442 0 -1 64 993 696 0 0 35 1 13 1 15 0 9 0 27760808 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1303] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1303/stat : 1303 (java) S 1291 1293 32442 0 -1 64 0 696 0 0 0 0 13 1 25 0 9 0 27760808 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1304] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1304/stat : 1304 (java) S 1291 1293 32442 0 -1 64 38 696 0 0 0 0 13 1 15 0 9 0 27760808 888946688 32348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868112

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

[startup+7.10245 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 1308
/proc/meminfo: memFree=1383568/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=868112 CPUtime=7.01
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 52206 696 1 0 656 31 13 1 18 0 9 0 27760804 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 217028 32349 2639 9 0 211486 0
[pid=1293/tid=1295] ppid=1291 vsize=868112 CPUtime=6.22
/proc/1293/task/1295/stat : 1295 (java) R 1291 1293 32442 0 -1 64 28682 696 1 0 586 22 13 1 24 0 9 0 27760805 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4127321153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1296] ppid=1291 vsize=868112 CPUtime=0.54
/proc/1293/task/1296/stat : 1296 (java) S 1291 1293 32442 0 -1 64 21657 696 0 0 34 6 13 1 16 0 9 0 27760806 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1297] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1297/stat : 1297 (java) S 1291 1293 32442 0 -1 64 21 696 0 0 0 0 13 1 15 0 9 0 27760806 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1298] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1298/stat : 1298 (java) S 1291 1293 32442 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 27760806 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1301] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1301/stat : 1301 (java) S 1291 1293 32442 0 -1 64 1 696 0 0 0 0 13 1 24 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1302] ppid=1291 vsize=868112 CPUtime=0.5
/proc/1293/task/1302/stat : 1302 (java) S 1291 1293 32442 0 -1 64 994 696 0 0 35 1 13 1 16 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1303] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1303/stat : 1303 (java) S 1291 1293 32442 0 -1 64 0 696 0 0 0 0 13 1 25 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1304] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1304/stat : 1304 (java) S 1291 1293 32442 0 -1 64 38 696 0 0 0 0 13 1 15 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 868112

[startup+7.30248 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 1308
/proc/meminfo: memFree=1383568/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=868112 CPUtime=7.21
/proc/1293/stat : 1293 (java) S 1291 1293 32442 0 -1 0 52206 696 1 0 676 31 13 1 18 0 9 0 27760804 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1293/statm: 217028 32349 2639 9 0 211486 0
[pid=1293/tid=1295] ppid=1291 vsize=868112 CPUtime=6.42
/proc/1293/task/1295/stat : 1295 (java) R 1291 1293 32442 0 -1 64 28682 696 1 0 606 22 13 1 25 0 9 0 27760805 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4127312246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1296] ppid=1291 vsize=868112 CPUtime=0.54
/proc/1293/task/1296/stat : 1296 (java) S 1291 1293 32442 0 -1 64 21657 696 0 0 34 6 13 1 16 0 9 0 27760806 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1297] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1297/stat : 1297 (java) S 1291 1293 32442 0 -1 64 21 696 0 0 0 0 13 1 15 0 9 0 27760806 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1298] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1298/stat : 1298 (java) S 1291 1293 32442 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 27760806 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1301] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1301/stat : 1301 (java) S 1291 1293 32442 0 -1 64 1 696 0 0 0 0 13 1 24 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1302] ppid=1291 vsize=868112 CPUtime=0.5
/proc/1293/task/1302/stat : 1302 (java) S 1291 1293 32442 0 -1 64 994 696 0 0 35 1 13 1 16 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1293/tid=1303] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1303/stat : 1303 (java) S 1291 1293 32442 0 -1 64 0 696 0 0 0 0 13 1 25 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1293/tid=1304] ppid=1291 vsize=868112 CPUtime=0.14
/proc/1293/task/1304/stat : 1304 (java) S 1291 1293 32442 0 -1 64 38 696 0 0 0 0 13 1 15 0 9 0 27760808 888946688 32349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 868112

[startup+7.40306 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 1308
/proc/meminfo: memFree=1383568/2055920 swapFree=4192812/4192956
[pid=1293] ppid=1291 vsize=0 CPUtime=7.28
/proc/1293/stat : 1293 (java) Z 1291 1293 32442 0 -1 12 52244 696 1 0 681 33 13 1 16 0 2 0 27760804 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1293/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.41062
CPU time (s): 7.31889
CPU user time (s): 6.95594
CPU system time (s): 0.362944
CPU usage (%): 98.7622
Max. virtual memory (cumulated for all children) (KiB): 868200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.95594
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52940
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= 1736
involuntary context switches= 1828

runsolver used 0.012998 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 16:58:15
IDJOB=2096783
IDBENCH=56655
IDSOLVER=773
FILE ID=node40/2096783-1247410695
PBS_JOBID= 9510564
Free space on /tmp= 66252 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-07.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-2096783-1247410695/watcher-2096783-1247410695 -o /tmp/evaluation-result-2096783-1247410695/solver-2096783-1247410695 -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-2096783-1247410695.xml

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

MD5SUM BENCH= 54357bc776348c1c86014af38d77c600
RANDOM SEED=2002059957

node40.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.213
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.213
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:       1503736 kB
Buffers:         86804 kB
Cached:         270400 kB
SwapCached:          0 kB
Active:         155336 kB
Inactive:       316280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:         135192 kB
Slab:            65396 kB
Committed_AS:  1030384 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node40 at 2009-07-12 16:58:23