Trace number 1076923

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 11.8622 11.5657

DiagnosticValue
CHECKS2069950
NODES4123

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-05.xml
MD5SUMa5449fb7f94202e7e869eae3c34f8472
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 benchmark4.56331
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2312
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2168
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.07	
0.03/0.07	Abscon 112 (May, 2008)
0.11/0.19	
0.23/0.20	   configuration
0.23/0.20	     name=mac.xml
0.23/0.22	   
0.23/0.22	   instance
0.23/0.22	     name=HOME/instance-1076923-1215190482.xml
0.23/0.25	   
0.23/0.25	   domains being loaded...
0.23/0.26	   
0.23/0.26	   variables being loaded...
0.34/0.32	     nbVariables=368  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9568
0.34/0.32	       =>  wckTime=0.122  cpuTime=0.12  mem=8M894
0.34/0.32	   
0.34/0.32	   relations being loaded...
0.34/0.38	   
0.34/0.38	   predicates being loaded...
0.48/0.43	   
0.48/0.43	   constraints being loaded...
0.85/0.78	   Too large in ConstraintConflictsSTructure
2.21/2.08	     nbConstraints=2312  nbRelationTypes=5  nbGlobalConstraints=144  nbExtensionStructures=5
2.21/2.08	     nbSharedExtensionStructures=139  nbConflictsStructures=4  nbSharedConflictsStructures=116
2.21/2.08	     nbUnbuiltConflictsStructures=7  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
2.21/2.08	     nbSharedEvaluationManagers=2162  minDegree=44  maxDegree=86  minArity=3  avgArity=10.11  maxArity=14
2.21/2.08	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.374  symmetryCpuTime=0.24
2.21/2.08	       =>  wckTime=1.883  cpuTime=1.61  mem=32M447
2.32/2.19	   
2.32/2.19	   solver IterativeSystematicSolver being built... 
2.75/2.53	   
2.75/2.53	   INFO : Forward propagation technique limited 
2.85/2.69	       =>  wckTime=2.49  cpuTime=1.94  mem=63M559
3.07/2.88	   
3.07/2.88	   preprocessing
3.07/2.88	     nbConstraintChecks=384  nbValidityChecks=1502297  nbPropagations=415  nbRevisions=34  nbUselessRevisions=34
3.07/2.88	     nbRemovedValues=412  detectedInconsistency=no
3.07/2.88	       =>  wckTime=0.186  cpuTime=0.18  mem=65M577
5.00/4.71	   
5.00/4.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=66M585)
11.82/11.50	   
11.82/11.50	   search
11.82/11.50	     run=9  nbConstraintChecks=2069562  nbValidityChecks=47970028  minDepth=102  maxDepth=368  nbPropagations=213740
11.82/11.50	     nbRevisions=2586993  nbUselessRevisions=2586539  nbAssignments=4123  nbFailedAssignments=852  nbBacktracks=1481
11.82/11.50	     nbVisitedNodes=5530  nbRestartNogoods=127  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=83.43
11.82/11.50	     nbIEliminables=249.77  nbDEliminables=0  nbPEliminables=0
11.82/11.50	       =>  wckTime=8.81  cpuTime=8.78  mem=66M585
11.82/11.50	   
11.82/11.50	   global
11.82/11.50	     nbConstraintChecks=2069946  nbValidityChecks=49472325  nbPropagations=214155  nbRevisions=2587027
11.82/11.50	     nbUselessRevisions=2586573  nbRestartNogoods=127  solvingWckTime=8.812  solvingCpuTime=8.78  expiredTime=no
11.82/11.50	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=10.71  globalCpuTime=10.77
11.82/11.50	       =>  wckTime=11.306  cpuTime=10.73  mem=66M585
11.82/11.50	   
11.82/11.50	s SATISFIABLE
11.82/11.50	v 18 19 20 15 8 3 15 0 18 19 20 17 4 0 13 0 11 14 6 14 17 13 0 19 4 0 15 15 0 17 4 11 17 4 13 14 8 17 11 8 18 19 4 13 15 17 14 1 8 19 24 12 0 13 8 11 0 0 1 4 12 4 19 4 14 17 18 8 18 11 4 19 19 8 13 2 4 13 19 1 4 17 13 4 6 17 4 4 17 1 4 4 13 4 18 19 4 18 0 18 18 18 11 4 4 19 5 4 17 17 24 12 14 1 15 4 0 14 11 3 18 0 12 15 11 4 18 15 4 4 3 20 15 5 8 4 17 2 4 20 13 8 19 4 18 15 0 11 12 24 17 0 5 4 21 4 17 18 17 0 13 18 4 2 0 13 19 18 8 17 18 17 8 21 4 19 15 17 4 15 19 0 17 19 13 14 0 7 11 8 12 0 0 2 17 4 18 22 4 7 17 1 0 11 11 4 19 18 0 19 18 7 0 17 15 4 18 4 0 6 0 19 4 18 4 12 8 19 4 18 24 11 21 0 13 19 17 8 11 11 4 3 18 11 0 19 4 18 0 13 3 11 4 4 4 4 11 17 14 0 3 18 14 11 3 4 13 1 0 13 23 4 17 14 23 0 13 13 4 6 17 4 4 3 15 0 15 20 0 18 8 17 4 13 4 3 2 0 17 19 18 1 0 19 7 19 20 1 5 8 17 2 8 17 2 20 18 7 8 17 14 18 7 8 17 4 5 11 4 23 8 3 4 0 11 18 0 17 14 20 18 4 3 0 17 11 4 13 4 3 0 8 13 19 24 11 4 19 19 4 17 18 18 13 14 17 19 18 
11.82/11.50	d NODES 4123
11.82/11.50	d CHECKS 2069946
11.82/11.50	   
11.82/11.50	   totalWckTime=11.348  totalCpuTime=10.77

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076923-1215190482/watcher-1076923-1215190482 -o /tmp/evaluation-result-1076923-1215190482/solver-1076923-1215190482 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076923-1215190482.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.15 1.13 1.16 3/64 28573
/proc/meminfo: memFree=1697720/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=152 CPUtime=0
/proc/28573/stat : 28573 (java) R 28571 28573 26640 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 641971382 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 5533995 0 0 4096 0 0 0 0 17 0 0 0
/proc/28573/statm: 38 26 19 9 0 4 0

[startup+0.0353849 s]
/proc/loadavg: 1.15 1.13 1.16 3/64 28573
/proc/meminfo: memFree=1697720/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=861876 CPUtime=0.03
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 2251 0 1 0 2 1 0 0 18 0 5 0 641971382 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102393 s]
/proc/loadavg: 1.15 1.13 1.16 3/64 28573
/proc/meminfo: memFree=1697720/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=866748 CPUtime=0.11
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 4020 0 1 0 9 2 0 0 18 0 9 0 641971382 887549952 3460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 216687 3462 1786 9 0 211242 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 866748

[startup+0.301418 s]
/proc/loadavg: 1.15 1.13 1.16 3/64 28573
/proc/meminfo: memFree=1697720/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=866964 CPUtime=0.34
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 6623 0 1 0 31 3 0 0 18 0 9 0 641971382 887771136 5993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 216741 5994 1966 9 0 211269 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 866964

[startup+0.701451 s]
/proc/loadavg: 1.15 1.13 1.16 3/64 28573
/proc/meminfo: memFree=1697720/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=868076 CPUtime=0.85
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 13274 0 1 0 78 7 0 0 18 0 9 0 641971382 888909824 12634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 217019 12635 2012 9 0 211525 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 868076

[startup+1.50154 s]
/proc/loadavg: 1.15 1.13 1.16 2/73 28582
/proc/meminfo: memFree=1629104/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=867988 CPUtime=1.7
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 19791 0 1 0 151 19 0 0 18 0 9 0 641971382 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 216997 19125 2007 9 0 211525 0
[pid=28573/tid=28575] ppid=28571 vsize=867988 CPUtime=1.4
/proc/28573/task/28575/stat : 28575 (java) R 28571 28573 26640 0 -1 64 15768 0 1 0 124 16 0 0 21 0 9 0 641971383 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28573/tid=28576] ppid=28571 vsize=867988 CPUtime=0.05
/proc/28573/task/28576/stat : 28576 (java) S 28571 28573 26640 0 -1 64 2580 0 0 0 4 1 0 0 17 0 9 0 641971384 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28577] ppid=28571 vsize=867988 CPUtime=0
/proc/28573/task/28577/stat : 28577 (java) S 28571 28573 26640 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 641971385 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28578] ppid=28571 vsize=867988 CPUtime=0
/proc/28573/task/28578/stat : 28578 (java) S 28571 28573 26640 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 641971385 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28579] ppid=28571 vsize=867988 CPUtime=0
/proc/28573/task/28579/stat : 28579 (java) S 28571 28573 26640 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 641971386 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28580] ppid=28571 vsize=867988 CPUtime=0.23
/proc/28573/task/28580/stat : 28580 (java) S 28571 28573 26640 0 -1 64 746 0 0 0 23 0 0 0 16 0 9 0 641971386 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28581] ppid=28571 vsize=867988 CPUtime=0
/proc/28573/task/28581/stat : 28581 (java) S 28571 28573 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 641971387 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28582] ppid=28571 vsize=867988 CPUtime=0
/proc/28573/task/28582/stat : 28582 (java) S 28571 28573 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641971387 888819712 19125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 867988

[startup+3.1017 s]
/proc/loadavg: 1.15 1.13 1.16 2/73 28586
/proc/meminfo: memFree=1616432/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=868420 CPUtime=3.4
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 52635 694 1 0 296 31 12 1 18 0 9 0 641971382 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 217105 32855 2615 9 0 211633 0
[pid=28573/tid=28575] ppid=28571 vsize=868420 CPUtime=2.66
/proc/28573/task/28575/stat : 28575 (java) R 28571 28573 26640 0 -1 64 28717 694 1 0 232 21 12 1 20 0 9 0 641971383 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4127240100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28573/tid=28576] ppid=28571 vsize=868420 CPUtime=0.49
/proc/28573/task/28576/stat : 28576 (java) S 28571 28573 26640 0 -1 64 22057 694 0 0 29 7 12 1 16 0 9 0 641971384 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28577] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28577/stat : 28577 (java) S 28571 28573 26640 0 -1 64 17 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28578] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28578/stat : 28578 (java) S 28571 28573 26640 0 -1 64 9 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28579] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28579/stat : 28579 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 24 0 9 0 641971386 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28580] ppid=28571 vsize=868420 CPUtime=0.46
/proc/28573/task/28580/stat : 28580 (java) S 28571 28573 26640 0 -1 64 1002 694 0 0 33 0 12 1 16 0 9 0 641971386 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28581] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28581/stat : 28581 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 25 0 9 0 641971387 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28582] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28582/stat : 28582 (java) S 28571 28573 26640 0 -1 64 8 694 0 0 0 0 12 1 15 0 9 0 641971387 889262080 32855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 868420

[startup+6.30301 s]
/proc/loadavg: 1.14 1.13 1.16 2/73 28586
/proc/meminfo: memFree=1575920/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=868420 CPUtime=6.62
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 52692 694 1 0 617 32 12 1 18 0 9 0 641971382 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 217105 32875 2615 9 0 211633 0
[pid=28573/tid=28575] ppid=28571 vsize=868420 CPUtime=5.84
/proc/28573/task/28575/stat : 28575 (java) R 28571 28573 26640 0 -1 64 28725 694 1 0 550 21 12 1 17 0 9 0 641971383 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4127228820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28573/tid=28576] ppid=28571 vsize=868420 CPUtime=0.49
/proc/28573/task/28576/stat : 28576 (java) S 28571 28573 26640 0 -1 64 22057 694 0 0 29 7 12 1 16 0 9 0 641971384 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28577] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28577/stat : 28577 (java) S 28571 28573 26640 0 -1 64 17 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28578] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28578/stat : 28578 (java) S 28571 28573 26640 0 -1 64 9 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28579] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28579/stat : 28579 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 24 0 9 0 641971386 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28580] ppid=28571 vsize=868420 CPUtime=0.49
/proc/28573/task/28580/stat : 28580 (java) S 28571 28573 26640 0 -1 64 1023 694 0 0 36 0 12 1 15 0 9 0 641971386 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28581] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28581/stat : 28581 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 25 0 9 0 641971387 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28582] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28582/stat : 28582 (java) S 28571 28573 26640 0 -1 64 36 694 0 0 0 0 12 1 15 0 9 0 641971387 889262080 32875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 868420

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

[startup+9.50132 s]
/proc/loadavg: 1.13 1.13 1.16 2/73 28586
/proc/meminfo: memFree=1575856/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=868420 CPUtime=9.82
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 52731 694 1 0 937 32 12 1 18 0 9 0 641971382 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 217105 32880 2615 9 0 211633 0
[pid=28573/tid=28575] ppid=28571 vsize=868420 CPUtime=9.03
/proc/28573/task/28575/stat : 28575 (java) R 28571 28573 26640 0 -1 64 28727 694 1 0 869 21 12 1 25 0 9 0 641971383 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4127252208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28576] ppid=28571 vsize=868420 CPUtime=0.49
/proc/28573/task/28576/stat : 28576 (java) S 28571 28573 26640 0 -1 64 22057 694 0 0 29 7 12 1 17 0 9 0 641971384 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28577] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28577/stat : 28577 (java) S 28571 28573 26640 0 -1 64 17 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28578] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28578/stat : 28578 (java) S 28571 28573 26640 0 -1 64 9 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28579] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28579/stat : 28579 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 24 0 9 0 641971386 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28580] ppid=28571 vsize=868420 CPUtime=0.5
/proc/28573/task/28580/stat : 28580 (java) S 28571 28573 26640 0 -1 64 1060 694 0 0 37 0 12 1 16 0 9 0 641971386 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28573/tid=28581] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28581/stat : 28581 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 25 0 9 0 641971387 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28582] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28582/stat : 28582 (java) S 28571 28573 26640 0 -1 64 36 694 0 0 0 0 12 1 15 0 9 0 641971387 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (KiB) 868420

[startup+10.3014 s]
/proc/loadavg: 1.13 1.13 1.16 2/73 28586
/proc/meminfo: memFree=1575856/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=868420 CPUtime=10.62
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 52732 694 1 0 1017 32 12 1 18 0 9 0 641971382 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 217105 32880 2615 9 0 211633 0
[pid=28573/tid=28575] ppid=28571 vsize=868420 CPUtime=9.83
/proc/28573/task/28575/stat : 28575 (java) R 28571 28573 26640 0 -1 64 28728 694 1 0 949 21 12 1 25 0 9 0 641971383 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4127240130 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28576] ppid=28571 vsize=868420 CPUtime=0.49
/proc/28573/task/28576/stat : 28576 (java) S 28571 28573 26640 0 -1 64 22057 694 0 0 29 7 12 1 16 0 9 0 641971384 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28577] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28577/stat : 28577 (java) S 28571 28573 26640 0 -1 64 17 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28578] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28578/stat : 28578 (java) S 28571 28573 26640 0 -1 64 9 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28579] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28579/stat : 28579 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 24 0 9 0 641971386 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28580] ppid=28571 vsize=868420 CPUtime=0.5
/proc/28573/task/28580/stat : 28580 (java) S 28571 28573 26640 0 -1 64 1060 694 0 0 37 0 12 1 16 0 9 0 641971386 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28573/tid=28581] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28581/stat : 28581 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 25 0 9 0 641971387 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28582] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28582/stat : 28582 (java) S 28571 28573 26640 0 -1 64 36 694 0 0 0 0 12 1 15 0 9 0 641971387 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 868420

[startup+11.1015 s]
/proc/loadavg: 1.13 1.13 1.16 2/73 28586
/proc/meminfo: memFree=1575728/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=868420 CPUtime=11.42
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 52732 694 1 0 1097 32 12 1 18 0 9 0 641971382 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 217105 32880 2615 9 0 211633 0
[pid=28573/tid=28575] ppid=28571 vsize=868420 CPUtime=10.63
/proc/28573/task/28575/stat : 28575 (java) R 28571 28573 26640 0 -1 64 28728 694 1 0 1029 21 12 1 25 0 9 0 641971383 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4127252933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28576] ppid=28571 vsize=868420 CPUtime=0.49
/proc/28573/task/28576/stat : 28576 (java) S 28571 28573 26640 0 -1 64 22057 694 0 0 29 7 12 1 16 0 9 0 641971384 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28577] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28577/stat : 28577 (java) S 28571 28573 26640 0 -1 64 17 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28578] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28578/stat : 28578 (java) S 28571 28573 26640 0 -1 64 9 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28579] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28579/stat : 28579 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 24 0 9 0 641971386 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28580] ppid=28571 vsize=868420 CPUtime=0.5
/proc/28573/task/28580/stat : 28580 (java) S 28571 28573 26640 0 -1 64 1060 694 0 0 37 0 12 1 16 0 9 0 641971386 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28573/tid=28581] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28581/stat : 28581 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 25 0 9 0 641971387 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28582] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28582/stat : 28582 (java) S 28571 28573 26640 0 -1 64 36 694 0 0 0 0 12 1 15 0 9 0 641971387 889262080 32880 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 868420

[startup+11.5015 s]
/proc/loadavg: 1.13 1.13 1.16 2/73 28586
/proc/meminfo: memFree=1575728/2055920 swapFree=4157840/4192956
[pid=28573] ppid=28571 vsize=868420 CPUtime=11.82
/proc/28573/stat : 28573 (java) S 28571 28573 26640 0 -1 0 52734 694 1 0 1137 32 12 1 18 0 9 0 641971382 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28573/statm: 217105 32882 2615 9 0 211633 0
[pid=28573/tid=28575] ppid=28571 vsize=868420 CPUtime=11.03
/proc/28573/task/28575/stat : 28575 (java) R 28571 28573 26640 0 -1 64 28730 694 1 0 1069 21 12 1 25 0 9 0 641971383 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4127364323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28576] ppid=28571 vsize=868420 CPUtime=0.49
/proc/28573/task/28576/stat : 28576 (java) S 28571 28573 26640 0 -1 64 22057 694 0 0 29 7 12 1 16 0 9 0 641971384 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28577] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28577/stat : 28577 (java) S 28571 28573 26640 0 -1 64 17 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28578] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28578/stat : 28578 (java) S 28571 28573 26640 0 -1 64 9 694 0 0 0 0 12 1 15 0 9 0 641971385 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28579] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28579/stat : 28579 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 24 0 9 0 641971386 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28580] ppid=28571 vsize=868420 CPUtime=0.5
/proc/28573/task/28580/stat : 28580 (java) S 28571 28573 26640 0 -1 64 1060 694 0 0 37 0 12 1 16 0 9 0 641971386 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28573/tid=28581] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28581/stat : 28581 (java) S 28571 28573 26640 0 -1 64 1 694 0 0 0 0 12 1 25 0 9 0 641971387 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28573/tid=28582] ppid=28571 vsize=868420 CPUtime=0.13
/proc/28573/task/28582/stat : 28582 (java) S 28571 28573 26640 0 -1 64 36 694 0 0 0 0 12 1 15 0 9 0 641971387 889262080 32882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 868420

Child status: 0
Real time (s): 11.5657
CPU time (s): 11.8622
CPU user time (s): 11.5023
CPU system time (s): 0.359945
CPU usage (%): 102.563
Max. virtual memory (cumulated for all children) (KiB): 868508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5023
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53460
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= 819
involuntary context switches= 393

runsolver used 0.013997 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 18:54:42
IDJOB=1076923
IDBENCH=56618
IDSOLVER=363
FILE ID=node60/1076923-1215190482
PBS_JOBID= 7881626
Free space on /tmp= 66488 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-05.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076923-1215190482/watcher-1076923-1215190482 -o /tmp/evaluation-result-1076923-1215190482/solver-1076923-1215190482 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076923-1215190482.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5449fb7f94202e7e869eae3c34f8472
RANDOM SEED=1420127689

node60.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.216
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.216
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:       1698264 kB
Buffers:         45628 kB
Cached:         222568 kB
SwapCached:      29304 kB
Active:         174324 kB
Inactive:       130600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698264 kB
SwapTotal:     4192956 kB
SwapFree:      4157840 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:          42008 kB
Slab:            38668 kB
Committed_AS:  1072700 kB
PageTables:       1504 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= 66484 MiB
End job on node60 at 2008-07-04 18:54:54