Trace number 2096771

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.94379 8.04017

DiagnosticValue
CHECKS1025530
NODES935

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-02.xml
MD5SUMc43c11a622e7a100b4687e0b36838a79
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.35764
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/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-2096771-1247410684.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.40	     nbVariables=435  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=11310
0.39/0.40	       =>  wckTime=0.163  cpuTime=0.13  mem=9M843
0.39/0.40	   
0.39/0.41	   relations being loaded...
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.59/0.61	   
0.59/0.61	   constraints being loaded...
1.19/1.25	   Too large in ConstraintConflictsSTructure
1.19/1.26	   Too large in ConstraintConflictsSTructure
1.19/1.29	   Too large in ConstraintConflictsSTructure
1.19/1.30	   Too large in ConstraintConflictsSTructure
1.29/1.32	   Too large in ConstraintConflictsSTructure
1.29/1.32	   Too large in ConstraintConflictsSTructure
3.27/3.31	     nbConstraints=4428  nbRelationTypes=10  nbGlobalConstraints=182  nbExtensionStructures=10
3.27/3.31	     nbSharedExtensionStructures=172  nbConflictsStructures=4  nbSharedConflictsStructures=156
3.27/3.31	     nbUnbuiltConflictsStructures=17  nbSharedBinaryRepresentations=0  nbEvaluationManagers=11
3.27/3.31	     nbSharedEvaluationManagers=4235  minDegree=6  maxDegree=142  minArity=3  avgArity=8.21  maxArity=24  nbGenerators=0
3.27/3.31	     nbFusions=0  symmetryWckTime=0.555  symmetryCpuTime=0.27
3.27/3.31	       =>  wckTime=3.064  cpuTime=2.4  mem=58M620
3.36/3.47	   
3.36/3.47	   solver IterativeSystematicSolver being built... 
3.96/4.07	   
3.96/4.07	   INFO : Forward propagation technique limited 
4.06/4.15	       =>  wckTime=3.908  cpuTime=2.85  mem=114M18
4.25/4.38	   
4.25/4.38	   preprocessing
4.25/4.38	     nbConstraintChecks=393  nbValidityChecks=1228588  nbPropagations=485  nbRevisions=38  nbUselessRevisions=38
4.25/4.38	     nbRemovedValues=543  detectedInconsistency=no
4.25/4.38	       =>  wckTime=0.223  cpuTime=0.19  mem=115M779
7.82/7.97	   
7.82/7.97	   search
7.82/7.97	     run=2  nbConstraintChecks=1025135  nbValidityChecks=11070885  minDepth=122  maxDepth=435  nbPropagations=14611
7.82/7.97	     nbRevisions=515506  nbUselessRevisions=515444  nbAssignments=935  nbFailedAssignments=40  nbBacktracks=22
7.82/7.97	     nbVisitedNodes=985  nbRestartNogoods=21  nbFoundSolutions=1  mapSize=12  nbInferences=0  nbTooLargeKeys=0
7.82/7.97	     nbSEliminables=0  nbREliminables=41.88  nbIEliminables=302.23  nbDEliminables=0  nbPEliminables=0
7.82/7.97	       =>  wckTime=3.814  cpuTime=3.58  mem=89M450
7.82/7.97	   
7.82/7.97	   global
7.82/7.97	     nbConstraintChecks=1025528  nbValidityChecks=12299473  nbPropagations=15096  nbRevisions=515544
7.82/7.97	     nbUselessRevisions=515482  nbRestartNogoods=21  solvingWckTime=3.816  solvingCpuTime=3.59  expiredTime=no
7.82/7.97	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.41  globalCpuTime=6.48
7.82/7.97	       =>  wckTime=7.73  cpuTime=6.44  mem=89M450
7.82/7.97	   
7.82/7.97	s SATISFIABLE
7.82/7.97	v 17 4 2 19 0 0 11 12 0 11 14 6 0 13 21 4 17 18 0 0 21 14 8 3 11 8 0 17 0 15 0 2 4 4 11 14 8 18 4 2 14 12 15 0 2 19 4 18 19 2 0 17 4 11 4 18 18 13 4 18 18 4 10 4 17 14 20 19 8 13 4 11 24 18 0 19 4 6 4 19 17 4 18 2 20 4 18 18 0 24 18 9 4 19 18 7 4 17 4 14 17 4 18 15 0 19 8 14 13 5 4 11 19 18 1 0 2 14 13 22 7 4 13 4 4 11 18 18 14 0 17 0 13 14 13 7 4 8 17 18 12 0 11 4 7 8 17 14 18 7 8 18 0 15 18 0 8 13 20 7 4 17 15 18 0 11 12 19 0 17 18 11 24 0 6 4 4 12 0 17 18 7 0 12 18 12 20 25 14 22 0 6 4 17 6 0 13 6 8 18 11 4 17 8 15 4 13 18 4 17 15 4 13 18 20 13 3 4 17 6 14 11 8 14 13 4 18 18 0 17 8 4 18 19 7 4 13 13 14 14 13 4 17 22 8 13 17 0 19 18 1 17 0 18 18 2 0 17 0 18 10 18 3 0 12 0 19 4 22 0 0 11 18 0 8 3 11 8 18 4 11 14 13 4 13 14 17 12 0 11 18 22 0 13 4 22 14 17 11 3 14 20 19 18 0 17 4 18 14 17 4 18 7 20 4 24 1 0 18 4 18 18 15 0 13 18 4 17 4 4 0 19 18 15 20 19 4 17 17 18 1 0 17 10 15 0 13 19 19 14 18 7 8 1 0 14 20 17 1 0 17 17 5 8 13 6 4 17 19 8 15 18 4 23 20 13 8 3 4 13 19 8 5 8 4 3 21 0 20 3 4 21 8 11 11 4 11 4 21 8 4 3 13 14 13 2 4 4 17 13 4 0 3 0 8 17 3 4 13 19 18 6 4 13 4 18 17 4 4 3 19 0 12 4 18 
7.82/7.97	d NODES 935
7.82/7.97	d CHECKS 1025528
7.82/7.97	   
7.82/7.97	   totalWckTime=7.796  totalCpuTime=6.48

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-2096771-1247410684/watcher-2096771-1247410684 -o /tmp/evaluation-result-2096771-1247410684/solver-2096771-1247410684 -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-2096771-1247410684.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.08 2.02 2.01 4/81 1435
/proc/meminfo: memFree=1707104/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=272 CPUtime=0
/proc/1435/stat : 1435 (java) R 1433 1435 32530 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 28134211 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 9757476 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/1435/statm: 77 39 29 9 0 6 0

[startup+0.0150289 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 1435
/proc/meminfo: memFree=1707104/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=860568 CPUtime=0
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 1026 0 1 0 0 0 0 0 18 0 2 0 28134211 881221632 778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 215142 790 381 9 0 213525 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 860568

[startup+0.101036 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 1435
/proc/meminfo: memFree=1707104/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=865980 CPUtime=0.08
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 3788 0 1 0 7 1 0 0 18 0 9 0 28134211 886763520 3243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 216495 3243 1711 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301058 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 1435
/proc/meminfo: memFree=1707104/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=866380 CPUtime=0.29
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 6079 0 1 0 25 4 0 0 18 0 9 0 28134211 887173120 5445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 216595 5445 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701103 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 1435
/proc/meminfo: memFree=1707104/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=867160 CPUtime=0.68
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 11330 0 1 0 62 6 0 0 18 0 9 0 28134211 887971840 10684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 216790 10685 2037 9 0 211226 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867160

[startup+1.5022 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 1444
/proc/meminfo: memFree=1653784/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=867692 CPUtime=1.49
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 18691 0 1 0 135 14 0 0 18 0 9 0 28134211 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 216923 18017 2033 9 0 211381 0
[pid=1435/tid=1437] ppid=1433 vsize=867692 CPUtime=1.23
/proc/1435/task/1437/stat : 1437 (java) R 1433 1435 32530 0 -1 64 15833 0 1 0 111 12 0 0 25 0 9 0 28134212 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1438] ppid=1433 vsize=867692 CPUtime=0.03
/proc/1435/task/1438/stat : 1438 (java) S 1433 1435 32530 0 -1 64 1443 0 0 0 3 0 0 0 16 0 9 0 28134213 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1439] ppid=1433 vsize=867692 CPUtime=0
/proc/1435/task/1439/stat : 1439 (java) S 1433 1435 32530 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28134213 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1440] ppid=1433 vsize=867692 CPUtime=0
/proc/1435/task/1440/stat : 1440 (java) S 1433 1435 32530 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28134213 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1441] ppid=1433 vsize=867692 CPUtime=0
/proc/1435/task/1441/stat : 1441 (java) S 1433 1435 32530 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28134215 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1442] ppid=1433 vsize=867692 CPUtime=0.2
/proc/1435/task/1442/stat : 1442 (java) S 1433 1435 32530 0 -1 64 713 0 0 0 20 0 0 0 15 0 9 0 28134215 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1443] ppid=1433 vsize=867692 CPUtime=0
/proc/1435/task/1443/stat : 1443 (java) S 1433 1435 32530 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28134215 888516608 18017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1444] ppid=1433 vsize=867692 CPUtime=0
/proc/1435/task/1444/stat : 1444 (java) S 1433 1435 32530 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28134215 888516608 18017 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.10238 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 1444
/proc/meminfo: memFree=1622808/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=868016 CPUtime=2.93
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 25721 0 1 0 261 32 0 0 18 0 10 0 28134211 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 217004 24922 2036 9 0 211462 0
[pid=1435/tid=1437] ppid=1433 vsize=868016 CPUtime=2.48
/proc/1435/task/1437/stat : 1437 (java) S 1433 1435 32530 0 -1 64 15912 0 1 0 222 26 0 0 16 0 10 0 28134212 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1435/tid=1438] ppid=1433 vsize=868016 CPUtime=0.17
/proc/1435/task/1438/stat : 1438 (java) S 1433 1435 32530 0 -1 64 8294 0 0 0 14 3 0 0 16 0 10 0 28134213 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1439] ppid=1433 vsize=868016 CPUtime=0
/proc/1435/task/1439/stat : 1439 (java) S 1433 1435 32530 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28134213 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1440] ppid=1433 vsize=868016 CPUtime=0
/proc/1435/task/1440/stat : 1440 (java) S 1433 1435 32530 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28134213 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1441] ppid=1433 vsize=868016 CPUtime=0
/proc/1435/task/1441/stat : 1441 (java) S 1433 1435 32530 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 28134215 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1442] ppid=1433 vsize=868016 CPUtime=0.24
/proc/1435/task/1442/stat : 1442 (java) S 1433 1435 32530 0 -1 64 740 0 0 0 24 0 0 0 15 0 10 0 28134215 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1443] ppid=1433 vsize=868016 CPUtime=0
/proc/1435/task/1443/stat : 1443 (java) S 1433 1435 32530 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 28134215 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1444] ppid=1433 vsize=868016 CPUtime=0
/proc/1435/task/1444/stat : 1444 (java) S 1433 1435 32530 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 28134215 888848384 24922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 868016

[startup+6.30175 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 1448
/proc/meminfo: memFree=1554640/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=868108 CPUtime=6.24
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 63098 939 1 0 556 45 22 1 18 0 9 0 28134211 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 217027 40507 2639 9 0 211485 0
[pid=1435/tid=1437] ppid=1433 vsize=868108 CPUtime=5.2
/proc/1435/task/1437/stat : 1437 (java) R 1433 1435 32530 0 -1 64 28801 939 1 0 468 29 22 1 25 0 9 0 28134212 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1438] ppid=1433 vsize=868108 CPUtime=0.86
/proc/1435/task/1438/stat : 1438 (java) S 1433 1435 32530 0 -1 64 32448 939 0 0 51 12 22 1 17 0 9 0 28134213 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1439] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1439/stat : 1439 (java) S 1433 1435 32530 0 -1 64 21 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1440] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1440/stat : 1440 (java) S 1433 1435 32530 0 -1 64 8 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1441] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1441/stat : 1441 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 24 0 9 0 28134215 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1442] ppid=1433 vsize=868108 CPUtime=0.59
/proc/1435/task/1442/stat : 1442 (java) S 1433 1435 32530 0 -1 64 977 939 0 0 36 0 22 1 15 0 9 0 28134215 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1443] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1443/stat : 1443 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 25 0 9 0 28134215 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1444] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1444/stat : 1444 (java) S 1433 1435 32530 0 -1 64 38 939 0 0 0 0 22 1 15 0 9 0 28134215 888942592 40507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868108

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

[startup+7.10184 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 1448
/proc/meminfo: memFree=1554640/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=868108 CPUtime=7.03
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 63101 939 1 0 635 45 22 1 18 0 9 0 28134211 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 217027 40508 2639 9 0 211485 0
[pid=1435/tid=1437] ppid=1433 vsize=868108 CPUtime=5.99
/proc/1435/task/1437/stat : 1437 (java) R 1433 1435 32530 0 -1 64 28803 939 1 0 547 29 22 1 25 0 9 0 28134212 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4127309786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1438] ppid=1433 vsize=868108 CPUtime=0.86
/proc/1435/task/1438/stat : 1438 (java) S 1433 1435 32530 0 -1 64 32448 939 0 0 51 12 22 1 17 0 9 0 28134213 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1439] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1439/stat : 1439 (java) S 1433 1435 32530 0 -1 64 21 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1440] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1440/stat : 1440 (java) S 1433 1435 32530 0 -1 64 8 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1441] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1441/stat : 1441 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 24 0 9 0 28134215 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1442] ppid=1433 vsize=868108 CPUtime=0.59
/proc/1435/task/1442/stat : 1442 (java) S 1433 1435 32530 0 -1 64 978 939 0 0 36 0 22 1 15 0 9 0 28134215 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1443] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1443/stat : 1443 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 25 0 9 0 28134215 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1444] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1444/stat : 1444 (java) S 1433 1435 32530 0 -1 64 38 939 0 0 0 0 22 1 15 0 9 0 28134215 888942592 40508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 868108

[startup+7.50189 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 1448
/proc/meminfo: memFree=1554640/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=868108 CPUtime=7.43
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 63111 939 1 0 675 45 22 1 18 0 9 0 28134211 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 217027 40510 2639 9 0 211485 0
[pid=1435/tid=1437] ppid=1433 vsize=868108 CPUtime=6.38
/proc/1435/task/1437/stat : 1437 (java) R 1433 1435 32530 0 -1 64 28803 939 1 0 586 29 22 1 25 0 9 0 28134212 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4127317516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1438] ppid=1433 vsize=868108 CPUtime=0.86
/proc/1435/task/1438/stat : 1438 (java) S 1433 1435 32530 0 -1 64 32448 939 0 0 51 12 22 1 17 0 9 0 28134213 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1439] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1439/stat : 1439 (java) S 1433 1435 32530 0 -1 64 21 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1440] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1440/stat : 1440 (java) S 1433 1435 32530 0 -1 64 8 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1441] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1441/stat : 1441 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 24 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1442] ppid=1433 vsize=868108 CPUtime=0.61
/proc/1435/task/1442/stat : 1442 (java) S 1433 1435 32530 0 -1 64 988 939 0 0 37 1 22 1 16 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1443] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1443/stat : 1443 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 25 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1444] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1444/stat : 1444 (java) S 1433 1435 32530 0 -1 64 38 939 0 0 0 0 22 1 15 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 868108

[startup+7.90194 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 1448
/proc/meminfo: memFree=1554640/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=868108 CPUtime=7.82
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 63111 939 1 0 714 45 22 1 18 0 9 0 28134211 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 217027 40510 2639 9 0 211485 0
[pid=1435/tid=1437] ppid=1433 vsize=868108 CPUtime=6.78
/proc/1435/task/1437/stat : 1437 (java) R 1433 1435 32530 0 -1 64 28803 939 1 0 626 29 22 1 25 0 9 0 28134212 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4127326807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1438] ppid=1433 vsize=868108 CPUtime=0.86
/proc/1435/task/1438/stat : 1438 (java) S 1433 1435 32530 0 -1 64 32448 939 0 0 51 12 22 1 17 0 9 0 28134213 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1439] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1439/stat : 1439 (java) S 1433 1435 32530 0 -1 64 21 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1440] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1440/stat : 1440 (java) S 1433 1435 32530 0 -1 64 8 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1441] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1441/stat : 1441 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 24 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1442] ppid=1433 vsize=868108 CPUtime=0.61
/proc/1435/task/1442/stat : 1442 (java) S 1433 1435 32530 0 -1 64 988 939 0 0 37 1 22 1 15 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1443] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1443/stat : 1443 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 25 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1444] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1444/stat : 1444 (java) S 1433 1435 32530 0 -1 64 38 939 0 0 0 0 22 1 15 0 9 0 28134215 888942592 40510 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 868108

[startup+8.00194 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 1448
/proc/meminfo: memFree=1554640/2055920 swapFree=4192812/4192956
[pid=1435] ppid=1433 vsize=868108 CPUtime=7.9
/proc/1435/stat : 1435 (java) S 1433 1435 32530 0 -1 0 63121 939 1 0 722 45 22 1 18 0 9 0 28134211 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1435/statm: 217027 40513 2639 9 0 211485 0
[pid=1435/tid=1437] ppid=1433 vsize=868108 CPUtime=6.85
/proc/1435/task/1437/stat : 1437 (java) S 1433 1435 32530 0 -1 64 28812 939 1 0 633 29 22 1 25 0 9 0 28134212 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1438] ppid=1433 vsize=868108 CPUtime=0.86
/proc/1435/task/1438/stat : 1438 (java) S 1433 1435 32530 0 -1 64 32448 939 0 0 51 12 22 1 16 0 9 0 28134213 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1439] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1439/stat : 1439 (java) S 1433 1435 32530 0 -1 64 21 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1440] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1440/stat : 1440 (java) S 1433 1435 32530 0 -1 64 8 939 0 0 0 0 22 1 15 0 9 0 28134213 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1441] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1441/stat : 1441 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 24 0 9 0 28134215 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1442] ppid=1433 vsize=868108 CPUtime=0.61
/proc/1435/task/1442/stat : 1442 (java) S 1433 1435 32530 0 -1 64 989 939 0 0 37 1 22 1 16 0 9 0 28134215 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1435/tid=1443] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1443/stat : 1443 (java) S 1433 1435 32530 0 -1 64 1 939 0 0 0 0 22 1 25 0 9 0 28134215 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1435/tid=1444] ppid=1433 vsize=868108 CPUtime=0.23
/proc/1435/task/1444/stat : 1444 (java) S 1433 1435 32530 0 -1 64 38 939 0 0 0 0 22 1 15 0 9 0 28134215 888942592 40513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 868108

Child status: 0
Real time (s): 8.04017
CPU time (s): 7.94379
CPU user time (s): 7.44787
CPU system time (s): 0.495924
CPU usage (%): 98.8013
Max. virtual memory (cumulated for all children) (KiB): 868204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.44787
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64090
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= 1712
involuntary context switches= 1948

runsolver used 0.012998 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 16:58:04
IDJOB=2096771
IDBENCH=56647
IDSOLVER=773
FILE ID=node74/2096771-1247410684
PBS_JOBID= 9510501
Free space on /tmp= 103136 MiB

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

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

MD5SUM BENCH= c43c11a622e7a100b4687e0b36838a79
RANDOM SEED=425384424

node74.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.234
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.234
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:       1707520 kB
Buffers:         37336 kB
Cached:         119948 kB
SwapCached:          0 kB
Active:         227500 kB
Inactive:        62672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3864 kB
Writeback:           0 kB
Mapped:         153340 kB
Slab:            43076 kB
Committed_AS:  1035080 kB
PageTables:       2084 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= 103136 MiB
End job on node74 at 2009-07-12 16:58:12