Trace number 1050550

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 ACUNSAT 14.8307 14.9964

DiagnosticValue
CHECKS3962210
NODES47470

General information on the benchmark

Namecsp/ssa/
normalized-ssa-0432-003_ext.xml
MD5SUM670dcbc3a964190b1ba9c38a9dd8fdfe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.068989
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints738
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension738
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1050550-1215050184.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.41	     nbVariables=435  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=866
0.39/0.41	       =>  wckTime=0.159  cpuTime=0.13  mem=8M829
0.39/0.41	   
0.39/0.41	   relations being loaded...
0.39/0.42	   
0.39/0.42	   constraints being loaded...
0.58/0.69	     nbConstraints=744  nbRelationTypes=19  nbGlobalConstraints=9  nbSingletonDomainVariables=4
0.58/0.69	     nbExtensionStructures=24  nbSharedExtensionStructures=714  nbConflictsStructures=24
0.58/0.69	     nbSharedConflictsStructures=714  nbSharedBinaryRepresentations=26  minDegree=1  maxDegree=26  minArity=2
0.58/0.69	     avgArity=2.39  maxArity=5  nbGenerators=6  nbFusions=0  symmetryWckTime=0.098  symmetryCpuTime=0.06
0.58/0.69	       =>  wckTime=0.447  cpuTime=0.31  mem=17M656
0.67/0.76	   
0.67/0.76	   solver IterativeSystematicSolver being built... 
0.77/0.84	   
0.77/0.85	   INFO : Forward propagation technique limited 
0.88/0.94	       =>  wckTime=0.695  cpuTime=0.47  mem=23M417
0.88/0.96	   
0.88/0.96	   preprocessing
0.88/0.96	     nbConstraintChecks=382  nbValidityChecks=54  nbPropagations=533  nbRevisions=285  nbUselessRevisions=185
0.88/0.96	     nbRemovedValues=100  detectedInconsistency=no
0.88/0.96	       =>  wckTime=0.019  cpuTime=0.01  mem=23M417
14.73/14.95	   
14.73/14.96	   search
14.73/14.96	     run=14  nbConstraintChecks=3961832  nbValidityChecks=1324155  minDepth=7  maxDepth=58  nbPropagations=3736896
14.73/14.96	     nbRevisions=12175740  nbUselessRevisions=8397042  nbAssignments=47470  nbFailedAssignments=7385  nbBacktracks=37508
14.73/14.96	     nbVisitedNodes=64356  nbRestartNogoods=69  mapSize=16453  nbInferences=1859  nbTooLargeKeys=0
14.73/14.96	     nbSEliminables=194.44  nbREliminables=183.33  nbIEliminables=31.18  nbDEliminables=0  nbPEliminables=0
14.73/14.96	       =>  wckTime=14.01  cpuTime=13.77  mem=35M267
14.73/14.96	   
14.73/14.96	   global
14.73/14.96	     nbConstraintChecks=3962214  nbValidityChecks=1324209  nbPropagations=3737429  nbRevisions=12176025
14.73/14.96	     nbUselessRevisions=8397227  nbRestartNogoods=69  solvingWckTime=14.013  solvingCpuTime=13.77  expiredTime=no
14.73/14.96	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=14.29
14.73/14.96	       =>  wckTime=14.711  cpuTime=14.25  mem=35M267
14.73/14.96	   
14.73/14.96	s UNSATISFIABLE
14.73/14.96	d NODES 47470
14.73/14.96	d CHECKS 3962214
14.73/14.96	   
14.73/14.96	   totalWckTime=14.779  totalCpuTime=14.3

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1050550-1215050184/watcher-1050550-1215050184 -o /tmp/evaluation-result-1050550-1215050184/solver-1050550-1215050184 -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-1050550-1215050184.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.95 2.00 2.00 3/84 26522
/proc/meminfo: memFree=1570944/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=272 CPUtime=0
/proc/26522/stat : 26522 (java) R 26520 26522 24291 0 -1 0 213 0 0 0 0 0 0 0 18 0 1 0 1983991949 278528 34 996147200 134512640 134550740 4294955984 18446744073709551615 10947213 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 68 37 28 9 0 6 0

[startup+0.0702011 s]
/proc/loadavg: 1.95 2.00 2.00 3/84 26522
/proc/meminfo: memFree=1570944/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=865856 CPUtime=0.05
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 3367 0 1 0 4 1 0 0 18 0 9 0 1983991949 886636544 2881 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216464 2881 1564 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101205 s]
/proc/loadavg: 1.95 2.00 2.00 3/84 26522
/proc/meminfo: memFree=1570944/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=865884 CPUtime=0.08
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 3732 0 1 0 7 1 0 0 18 0 9 0 1983991949 886665216 3196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216471 3197 1694 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301229 s]
/proc/loadavg: 1.95 2.00 2.00 3/84 26522
/proc/meminfo: memFree=1570944/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=866284 CPUtime=0.29
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 5889 0 1 0 26 3 0 0 18 0 9 0 1983991949 887074816 5263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216571 5263 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.70127 s]
/proc/loadavg: 1.95 2.00 2.00 3/84 26522
/proc/meminfo: memFree=1570944/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867328 CPUtime=0.67
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 10449 204 1 0 60 6 1 0 18 0 10 0 1983991949 888143872 8256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216832 8256 2013 9 0 211360 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867328

[startup+1.50237 s]
/proc/loadavg: 2.04 2.01 2.00 4/95 26535
/proc/meminfo: memFree=1536296/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867528 CPUtime=1.46
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 17388 326 1 0 136 9 1 0 18 0 9 0 1983991949 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216882 11353 2632 9 0 211388 0
[pid=26522/tid=26524] ppid=26520 vsize=867528 CPUtime=1.14
/proc/26522/task/26524/stat : 26524 (java) R 26520 26522 24291 0 -1 64 13162 326 1 0 107 6 1 0 21 0 9 0 1983991949 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4126882468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26520 vsize=867528 CPUtime=0.06
/proc/26522/task/26525/stat : 26525 (java) S 26520 26522 24291 0 -1 64 2678 326 0 0 5 0 1 0 17 0 9 0 1983991951 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26526] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26526/stat : 26526 (java) S 26520 26522 24291 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26527/stat : 26527 (java) S 26520 26522 24291 0 -1 64 7 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26528/stat : 26528 (java) S 26520 26522 24291 0 -1 64 0 326 0 0 0 0 1 0 24 0 9 0 1983991953 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26529] ppid=26520 vsize=867528 CPUtime=0.25
/proc/26522/task/26529/stat : 26529 (java) S 26520 26522 24291 0 -1 64 717 326 0 0 24 0 1 0 15 0 9 0 1983991953 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26530/stat : 26530 (java) S 26520 26522 24291 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 1983991953 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26531] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26531/stat : 26531 (java) S 26520 26522 24291 0 -1 64 4 326 0 0 0 0 1 0 15 0 9 0 1983991953 888348672 11353 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867528

[startup+3.10256 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 26535
/proc/meminfo: memFree=1535216/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867528 CPUtime=3.05
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 17688 326 1 0 295 9 1 0 18 0 9 0 1983991949 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216882 11649 2632 9 0 211388 0
[pid=26522/tid=26524] ppid=26520 vsize=867528 CPUtime=2.7
/proc/26522/task/26524/stat : 26524 (java) R 26520 26522 24291 0 -1 64 13443 326 1 0 263 6 1 0 25 0 9 0 1983991949 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4126457607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26520 vsize=867528 CPUtime=0.06
/proc/26522/task/26525/stat : 26525 (java) S 26520 26522 24291 0 -1 64 2678 326 0 0 5 0 1 0 17 0 9 0 1983991951 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26526] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26526/stat : 26526 (java) S 26520 26522 24291 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26527/stat : 26527 (java) S 26520 26522 24291 0 -1 64 7 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26528/stat : 26528 (java) S 26520 26522 24291 0 -1 64 0 326 0 0 0 0 1 0 24 0 9 0 1983991953 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26529] ppid=26520 vsize=867528 CPUtime=0.28
/proc/26522/task/26529/stat : 26529 (java) S 26520 26522 24291 0 -1 64 736 326 0 0 26 1 1 0 15 0 9 0 1983991953 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26530/stat : 26530 (java) S 26520 26522 24291 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 1983991953 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26531] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26531/stat : 26531 (java) S 26520 26522 24291 0 -1 64 4 326 0 0 0 0 1 0 15 0 9 0 1983991953 888348672 11649 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867528

[startup+6.30194 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 26535
/proc/meminfo: memFree=1532464/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867528 CPUtime=6.22
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 18369 326 1 0 611 10 1 0 18 0 9 0 1983991949 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216882 12315 2632 9 0 211388 0
[pid=26522/tid=26524] ppid=26520 vsize=867528 CPUtime=5.86
/proc/26522/task/26524/stat : 26524 (java) R 26520 26522 24291 0 -1 64 14110 326 1 0 578 7 1 0 25 0 9 0 1983991949 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4126884039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26520 vsize=867528 CPUtime=0.06
/proc/26522/task/26525/stat : 26525 (java) S 26520 26522 24291 0 -1 64 2678 326 0 0 5 0 1 0 16 0 9 0 1983991951 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26526] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26526/stat : 26526 (java) S 26520 26522 24291 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26527/stat : 26527 (java) S 26520 26522 24291 0 -1 64 7 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26528/stat : 26528 (java) S 26520 26522 24291 0 -1 64 0 326 0 0 0 0 1 0 24 0 9 0 1983991953 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26529] ppid=26520 vsize=867528 CPUtime=0.28
/proc/26522/task/26529/stat : 26529 (java) S 26520 26522 24291 0 -1 64 737 326 0 0 26 1 1 0 16 0 9 0 1983991953 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26530/stat : 26530 (java) S 26520 26522 24291 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 1983991953 888348672 12315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26531] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26531/stat : 26531 (java) S 26520 26522 24291 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1983991953 888348672 12315 996147200 134512640 134550740 4294955984 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) 867528

[startup+12.7027 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 26535
/proc/meminfo: memFree=1527472/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867528 CPUtime=12.56
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 19579 326 1 0 1244 11 1 0 18 0 9 0 1983991949 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216882 13522 2632 9 0 211388 0
[pid=26522/tid=26524] ppid=26520 vsize=867528 CPUtime=12.2
/proc/26522/task/26524/stat : 26524 (java) R 26520 26522 24291 0 -1 64 15320 326 1 0 1211 8 1 0 25 0 9 0 1983991949 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4126899330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26520 vsize=867528 CPUtime=0.06
/proc/26522/task/26525/stat : 26525 (java) S 26520 26522 24291 0 -1 64 2678 326 0 0 5 0 1 0 16 0 9 0 1983991951 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26526] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26526/stat : 26526 (java) S 26520 26522 24291 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26527/stat : 26527 (java) S 26520 26522 24291 0 -1 64 7 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26528/stat : 26528 (java) S 26520 26522 24291 0 -1 64 0 326 0 0 0 0 1 0 24 0 9 0 1983991953 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26529] ppid=26520 vsize=867528 CPUtime=0.28
/proc/26522/task/26529/stat : 26529 (java) S 26520 26522 24291 0 -1 64 737 326 0 0 26 1 1 0 16 0 9 0 1983991953 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26530/stat : 26530 (java) S 26520 26522 24291 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 1983991953 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26531] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26531/stat : 26531 (java) S 26520 26522 24291 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1983991953 888348672 13522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867528

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

[startup+14.3069 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 26535
/proc/meminfo: memFree=1525808/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867528 CPUtime=14.14
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 19879 326 1 0 1402 11 1 0 18 0 9 0 1983991949 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216882 13822 2632 9 0 211388 0
[pid=26522/tid=26524] ppid=26520 vsize=867528 CPUtime=13.78
/proc/26522/task/26524/stat : 26524 (java) R 26520 26522 24291 0 -1 64 15620 326 1 0 1369 8 1 0 25 0 9 0 1983991949 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4126907152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26520 vsize=867528 CPUtime=0.06
/proc/26522/task/26525/stat : 26525 (java) S 26520 26522 24291 0 -1 64 2678 326 0 0 5 0 1 0 16 0 9 0 1983991951 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26526] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26526/stat : 26526 (java) S 26520 26522 24291 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26527/stat : 26527 (java) S 26520 26522 24291 0 -1 64 7 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26528/stat : 26528 (java) S 26520 26522 24291 0 -1 64 0 326 0 0 0 0 1 0 24 0 9 0 1983991953 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26529] ppid=26520 vsize=867528 CPUtime=0.28
/proc/26522/task/26529/stat : 26529 (java) S 26520 26522 24291 0 -1 64 737 326 0 0 26 1 1 0 16 0 9 0 1983991953 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26530/stat : 26530 (java) S 26520 26522 24291 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 1983991953 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26531] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26531/stat : 26531 (java) S 26520 26522 24291 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1983991953 888348672 13822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 867528

[startup+14.7019 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 26535
/proc/meminfo: memFree=1525808/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867528 CPUtime=14.53
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 19959 326 1 0 1441 11 1 0 18 0 9 0 1983991949 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216882 13902 2632 9 0 211388 0
[pid=26522/tid=26524] ppid=26520 vsize=867528 CPUtime=14.18
/proc/26522/task/26524/stat : 26524 (java) R 26520 26522 24291 0 -1 64 15700 326 1 0 1409 8 1 0 25 0 9 0 1983991949 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4126891440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26520 vsize=867528 CPUtime=0.06
/proc/26522/task/26525/stat : 26525 (java) S 26520 26522 24291 0 -1 64 2678 326 0 0 5 0 1 0 16 0 9 0 1983991951 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26526] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26526/stat : 26526 (java) S 26520 26522 24291 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26527/stat : 26527 (java) S 26520 26522 24291 0 -1 64 7 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26528/stat : 26528 (java) S 26520 26522 24291 0 -1 64 0 326 0 0 0 0 1 0 24 0 9 0 1983991953 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26529] ppid=26520 vsize=867528 CPUtime=0.28
/proc/26522/task/26529/stat : 26529 (java) S 26520 26522 24291 0 -1 64 737 326 0 0 26 1 1 0 16 0 9 0 1983991953 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26530/stat : 26530 (java) S 26520 26522 24291 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 1983991953 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26531] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26531/stat : 26531 (java) S 26520 26522 24291 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1983991953 888348672 13902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 867528

[startup+14.902 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 26535
/proc/meminfo: memFree=1525808/2055920 swapFree=4180424/4192956
[pid=26522] ppid=26520 vsize=867528 CPUtime=14.73
/proc/26522/stat : 26522 (java) S 26520 26522 24291 0 -1 0 20000 326 1 0 1461 11 1 0 18 0 9 0 1983991949 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26522/statm: 216882 13943 2632 9 0 211388 0
[pid=26522/tid=26524] ppid=26520 vsize=867528 CPUtime=14.38
/proc/26522/task/26524/stat : 26524 (java) R 26520 26522 24291 0 -1 64 15741 326 1 0 1429 8 1 0 25 0 9 0 1983991949 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4126899330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26520 vsize=867528 CPUtime=0.06
/proc/26522/task/26525/stat : 26525 (java) S 26520 26522 24291 0 -1 64 2678 326 0 0 5 0 1 0 16 0 9 0 1983991951 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26526] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26526/stat : 26526 (java) S 26520 26522 24291 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26527/stat : 26527 (java) S 26520 26522 24291 0 -1 64 7 326 0 0 0 0 1 0 16 0 9 0 1983991951 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26528/stat : 26528 (java) S 26520 26522 24291 0 -1 64 0 326 0 0 0 0 1 0 24 0 9 0 1983991953 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26529] ppid=26520 vsize=867528 CPUtime=0.28
/proc/26522/task/26529/stat : 26529 (java) S 26520 26522 24291 0 -1 64 737 326 0 0 26 1 1 0 16 0 9 0 1983991953 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26530/stat : 26530 (java) S 26520 26522 24291 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 1983991953 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26522/tid=26531] ppid=26520 vsize=867528 CPUtime=0.01
/proc/26522/task/26531/stat : 26531 (java) S 26520 26522 24291 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1983991953 888348672 13943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 867528

Child status: 0
Real time (s): 14.9964
CPU time (s): 14.8307
CPU user time (s): 14.6918
CPU system time (s): 0.138978
CPU usage (%): 98.8951
Max. virtual memory (cumulated for all children) (KiB): 867572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6918
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20458
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= 1652
involuntary context switches= 1986

runsolver used 0.027995 second user time and 0.048992 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 03:56:25
IDJOB=1050550
IDBENCH=54983
IDSOLVER=363
FILE ID=node33/1050550-1215050184
PBS_JOBID= 7875107
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ssa/normalized-ssa-0432-003_ext.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-1050550-1215050184/watcher-1050550-1215050184 -o /tmp/evaluation-result-1050550-1215050184/solver-1050550-1215050184 -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-1050550-1215050184.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 670dcbc3a964190b1ba9c38a9dd8fdfe
RANDOM SEED=1541343719

node33.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.231
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.231
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:       1571424 kB
Buffers:         75716 kB
Cached:         260628 kB
SwapCached:       6444 kB
Active:         197980 kB
Inactive:       207908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571424 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          86876 kB
Slab:            63456 kB
Committed_AS:  3514920 kB
PageTables:       2036 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= 66524 MiB
End job on node33 at 2008-07-03 03:56:40