Trace number 1071453

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 10.4894 10.6212

DiagnosticValue
CHECKS6910
NODES262

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-15-15-2.xml
MD5SUMd253e49a50bf50fec79c621cae233451
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.48001
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-1071453-1215169159.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.42	     nbVariables=225  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=450
0.38/0.42	       =>  wckTime=0.168  cpuTime=0.13  mem=7M853
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
9.17/9.37	     nbConstraints=11053  nbGlobalConstraints=28  nbConflictsStructures=1  nbSharedConflictsStructures=11024
9.17/9.37	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=11024  minDegree=198
9.17/9.37	     maxDegree=201  minArity=4  avgArity=4.08  maxArity=210  nbGenerators=28  nbFusions=0  symmetryWckTime=2.227
9.17/9.37	     symmetryCpuTime=0.46
9.17/9.37	       =>  wckTime=9.113  cpuTime=6.61  mem=46M845
9.47/9.66	   
9.47/9.66	   solver IterativeSystematicSolver being built... 
9.86/10.10	   
9.97/10.11	   INFO : Forward propagation technique limited 
9.97/10.18	       =>  wckTime=9.925  cpuTime=7.03  mem=58M227
10.06/10.23	   
10.06/10.23	   preprocessing
10.06/10.23	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
10.06/10.23	     detectedInconsistency=no
10.06/10.23	       =>  wckTime=0.049  cpuTime=0.04  mem=60M198
10.36/10.57	   
10.36/10.57	   search
10.36/10.57	     run=3  nbConstraintChecks=6910  nbValidityChecks=12689  minDepth=0  maxDepth=2  nbPropagations=3326
10.36/10.57	     nbRevisions=31421  nbUselessRevisions=28855  nbAssignments=262  nbFailedAssignments=48  nbBacktracks=183
10.36/10.57	     nbVisitedNodes=352  nbRestartNogoods=7  mapSize=81  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
10.36/10.57	     nbREliminables=211.64  nbIEliminables=3.29  nbDEliminables=0  nbPEliminables=0
10.36/10.57	       =>  wckTime=0.391  cpuTime=0.32  mem=61M248
10.36/10.57	   
10.36/10.57	   global
10.36/10.57	     nbConstraintChecks=6910  nbValidityChecks=12689  nbPropagations=3551  nbRevisions=31421  nbUselessRevisions=28855
10.36/10.57	     nbRestartNogoods=7  solvingWckTime=0.394  solvingCpuTime=0.32  expiredTime=no  totalExploration=yes
10.36/10.57	     nbFoundSolutions=0  globalCpuTime=7.41
10.36/10.57	       =>  wckTime=10.321  cpuTime=7.35  mem=61M248
10.36/10.57	   
10.36/10.57	s UNSATISFIABLE
10.36/10.57	d NODES 262
10.36/10.57	d CHECKS 6910
10.36/10.58	   
10.36/10.58	   totalWckTime=10.38  totalCpuTime=7.42

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-1071453-1215169159/watcher-1071453-1215169159 -o /tmp/evaluation-result-1071453-1215169159/solver-1071453-1215169159 -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-1071453-1215169159.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.92 1.98 1.99 3/81 7537
/proc/meminfo: memFree=1126584/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=18572 CPUtime=0
/proc/7537/stat : 7537 (runsolver) R 7535 7537 5954 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1995887330 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7537/statm: 4643 292 257 25 0 2626 0

[startup+0.014426 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 7537
/proc/meminfo: memFree=1126584/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=1616 CPUtime=0
/proc/7537/stat : 7537 (java) D 7535 7537 5954 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 1995887330 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7537/statm: 404 126 100 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.101934 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 7537
/proc/meminfo: memFree=1126584/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=865884 CPUtime=0.08
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 3644 0 1 0 6 2 0 0 18 0 9 0 1995887330 886665216 3126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 216471 3126 1672 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301975 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 7537
/proc/meminfo: memFree=1126584/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=867220 CPUtime=0.28
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 5422 0 1 0 25 3 0 0 18 0 9 0 1995887330 888033280 4845 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 216805 4845 1884 9 0 211353 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867220

[startup+0.70105 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 7537
/proc/meminfo: memFree=1126584/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=868116 CPUtime=0.67
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 7916 0 1 0 62 5 0 0 18 0 9 0 1995887330 888950784 7276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217029 7276 2004 9 0 211535 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 868116

[startup+1.50221 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 7546
/proc/meminfo: memFree=1088816/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=868620 CPUtime=1.47
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 18050 0 1 0 136 11 0 0 18 0 9 0 1995887330 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217155 17385 2000 9 0 211683 0
[pid=7537/tid=7539] ppid=7535 vsize=868620 CPUtime=1.24
/proc/7537/task/7539/stat : 7539 (java) R 7535 7537 5954 0 -1 64 15740 0 1 0 115 9 0 0 25 0 9 0 1995887332 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 102689600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7535 vsize=868620 CPUtime=0.04
/proc/7537/task/7540/stat : 7540 (java) S 7535 7537 5954 0 -1 64 942 0 0 0 4 0 0 0 16 0 9 0 1995887333 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7541] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7541/stat : 7541 (java) S 7535 7537 5954 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1995887333 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7542/stat : 7542 (java) S 7535 7537 5954 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995887333 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7543] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7543/stat : 7543 (java) S 7535 7537 5954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995887336 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7535 vsize=868620 CPUtime=0.16
/proc/7537/task/7544/stat : 7544 (java) S 7535 7537 5954 0 -1 64 671 0 0 0 16 0 0 0 16 0 9 0 1995887336 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7545/stat : 7545 (java) S 7535 7537 5954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995887336 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7546] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7546/stat : 7546 (java) S 7535 7537 5954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995887336 889466880 17385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868620

[startup+3.10151 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 7546
/proc/meminfo: memFree=1056752/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=868620 CPUtime=3.06
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 21042 0 1 0 285 21 0 0 18 0 9 0 1995887330 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217155 20375 2002 9 0 211683 0
[pid=7537/tid=7539] ppid=7535 vsize=868620 CPUtime=2.64
/proc/7537/task/7539/stat : 7539 (java) R 7535 7537 5954 0 -1 64 15762 0 1 0 247 17 0 0 25 0 9 0 1995887332 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 102887327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7535 vsize=868620 CPUtime=0.17
/proc/7537/task/7540/stat : 7540 (java) S 7535 7537 5954 0 -1 64 3878 0 0 0 16 1 0 0 16 0 9 0 1995887333 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7541] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7541/stat : 7541 (java) S 7535 7537 5954 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1995887333 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7542/stat : 7542 (java) S 7535 7537 5954 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995887333 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7543] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7543/stat : 7543 (java) S 7535 7537 5954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995887336 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7535 vsize=868620 CPUtime=0.2
/proc/7537/task/7544/stat : 7544 (java) S 7535 7537 5954 0 -1 64 705 0 0 0 20 0 0 0 16 0 9 0 1995887336 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7545/stat : 7545 (java) S 7535 7537 5954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995887336 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7546] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7546/stat : 7546 (java) S 7535 7537 5954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995887336 889466880 20375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868620

[startup+6.30212 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 7546
/proc/meminfo: memFree=1039344/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=868620 CPUtime=6.22
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 25304 0 1 0 568 54 0 0 18 0 9 0 1995887330 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217155 24632 2002 9 0 211683 0
[pid=7537/tid=7539] ppid=7535 vsize=868620 CPUtime=5.59
/proc/7537/task/7539/stat : 7539 (java) R 7535 7537 5954 0 -1 64 15769 0 1 0 511 48 0 0 25 0 9 0 1995887332 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 9707151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7535 vsize=868620 CPUtime=0.39
/proc/7537/task/7540/stat : 7540 (java) S 7535 7537 5954 0 -1 64 8122 0 0 0 35 4 0 0 16 0 9 0 1995887333 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7541] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7541/stat : 7541 (java) S 7535 7537 5954 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1995887333 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7542/stat : 7542 (java) S 7535 7537 5954 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995887333 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7543] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7543/stat : 7543 (java) S 7535 7537 5954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995887336 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7535 vsize=868620 CPUtime=0.22
/proc/7537/task/7544/stat : 7544 (java) S 7535 7537 5954 0 -1 64 716 0 0 0 22 0 0 0 16 0 9 0 1995887336 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7545/stat : 7545 (java) S 7535 7537 5954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995887336 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7546] ppid=7535 vsize=868620 CPUtime=0
/proc/7537/task/7546/stat : 7546 (java) S 7535 7537 5954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995887336 889466880 24632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868620

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

[startup+7.90144 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 7548
/proc/meminfo: memFree=1026016/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=868944 CPUtime=7.24
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 28306 0 1 0 660 64 0 0 18 0 10 0 1995887330 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217236 25712 2009 9 0 211764 0
[pid=7548] ppid=7537 vsize=8668 CPUtime=0.56
/proc/7548/stat : 7548 (saucy) R 7537 7537 5954 0 -1 4194304 1486 0 0 0 54 2 0 0 25 0 1 0 1995888060 8876032 1450 996147200 134512640 134531332 4294956000 18446744073709551615 134523716 0 4 0 0 0 0 0 17 1 0 0
/proc/7548/statm: 2167 1450 104 4 0 1843 0
[pid=7537/tid=7539] ppid=7535 vsize=868944 CPUtime=6.53
/proc/7537/task/7539/stat : 7539 (java) S 7535 7537 5954 0 -1 64 17620 0 1 0 596 57 0 0 16 0 10 0 1995887332 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7535 vsize=868944 CPUtime=0.43
/proc/7537/task/7540/stat : 7540 (java) S 7535 7537 5954 0 -1 64 9167 0 0 0 39 4 0 0 16 0 10 0 1995887333 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7541] ppid=7535 vsize=868944 CPUtime=0
/proc/7537/task/7541/stat : 7541 (java) S 7535 7537 5954 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 1995887333 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7535 vsize=868944 CPUtime=0
/proc/7537/task/7542/stat : 7542 (java) S 7535 7537 5954 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1995887333 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7543] ppid=7535 vsize=868944 CPUtime=0
/proc/7537/task/7543/stat : 7543 (java) S 7535 7537 5954 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995887336 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7535 vsize=868944 CPUtime=0.23
/proc/7537/task/7544/stat : 7544 (java) S 7535 7537 5954 0 -1 64 747 0 0 0 23 0 0 0 16 0 10 0 1995887336 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7535 vsize=868944 CPUtime=0
/proc/7537/task/7545/stat : 7545 (java) S 7535 7537 5954 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 1995887336 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7546] ppid=7535 vsize=868944 CPUtime=0
/proc/7537/task/7546/stat : 7546 (java) S 7535 7537 5954 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 1995887336 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7547] ppid=7535 vsize=868944 CPUtime=0
/proc/7537/task/7547/stat : 7547 (java) S 7535 7537 5954 0 -1 64 68 0 0 0 0 0 0 0 22 0 10 0 1995888060 889798656 25712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 877612

[startup+9.50273 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 7548
/proc/meminfo: memFree=1021408/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=869268 CPUtime=9.37
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 48366 2412 1 0 707 70 158 2 18 0 10 0 1995887330 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217317 27213 2064 9 0 211845 0
[pid=7537/tid=7539] ppid=7535 vsize=869268 CPUtime=8.44
/proc/7537/task/7539/stat : 7539 (java) S 7535 7537 5954 0 -1 64 22053 2412 1 0 625 59 158 2 16 0 10 0 1995887332 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7535 vsize=869268 CPUtime=2.23
/proc/7537/task/7540/stat : 7540 (java) R 7535 7537 5954 0 -1 64 24495 2412 0 0 55 8 158 2 17 0 10 0 1995887333 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 102721955 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7541] ppid=7535 vsize=869268 CPUtime=1.6
/proc/7537/task/7541/stat : 7541 (java) S 7535 7537 5954 0 -1 64 18 2412 0 0 0 0 158 2 16 0 10 0 1995887333 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7535 vsize=869268 CPUtime=1.6
/proc/7537/task/7542/stat : 7542 (java) S 7535 7537 5954 0 -1 64 10 2412 0 0 0 0 158 2 16 0 10 0 1995887333 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7543] ppid=7535 vsize=869268 CPUtime=1.6
/proc/7537/task/7543/stat : 7543 (java) S 7535 7537 5954 0 -1 64 1 2412 0 0 0 0 158 2 18 0 10 0 1995887336 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7535 vsize=869268 CPUtime=1.85
/proc/7537/task/7544/stat : 7544 (java) S 7535 7537 5954 0 -1 64 978 2412 0 0 25 0 158 2 15 0 10 0 1995887336 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7535 vsize=869268 CPUtime=1.6
/proc/7537/task/7545/stat : 7545 (java) S 7535 7537 5954 0 -1 64 2 2412 0 0 0 0 158 2 19 0 10 0 1995887336 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7546] ppid=7535 vsize=869268 CPUtime=1.6
/proc/7537/task/7546/stat : 7546 (java) S 7535 7537 5954 0 -1 64 9 2412 0 0 0 0 158 2 15 0 10 0 1995887336 890130432 27213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 869268

[startup+10.303 s]
/proc/loadavg: 2.01 2.00 2.00 5/92 7550
/proc/meminfo: memFree=1020952/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=869356 CPUtime=10.16
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 62554 2412 1 0 782 74 158 2 18 0 10 0 1995887330 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217339 28652 2637 9 0 211845 0
[pid=7550] ppid=7537 vsize=144 CPUtime=0.01
/proc/7550/stat : 7550 (rm) R 7537 7537 5954 0 -1 4194304 46 0 0 0 0 1 0 0 19 0 1 0 1995888240 147456 22 996147200 4194304 4227748 548682068720 18446744073709551615 217049003285 0 4 0 0 0 0 0 17 1 0 0
/proc/7550/statm: 36 22 16 8 0 3 0
[pid=7537/tid=7539] ppid=7535 vsize=869356 CPUtime=8.95
/proc/7537/task/7539/stat : 7539 (java) R 7535 7537 5954 0 -1 64 33473 2412 1 0 673 62 158 2 16 0 10 0 1995887332 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7535 vsize=869356 CPUtime=2.45
/proc/7537/task/7540/stat : 7540 (java) S 7535 7537 5954 0 -1 64 27214 2412 0 0 76 9 158 2 16 0 10 0 1995887333 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7537/tid=7541] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7541/stat : 7541 (java) S 7535 7537 5954 0 -1 64 21 2412 0 0 0 0 158 2 15 0 10 0 1995887333 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7542/stat : 7542 (java) S 7535 7537 5954 0 -1 64 19 2412 0 0 0 0 158 2 16 0 10 0 1995887333 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7537/tid=7543] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7543/stat : 7543 (java) S 7535 7537 5954 0 -1 64 1 2412 0 0 0 0 158 2 18 0 10 0 1995887336 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7535 vsize=869356 CPUtime=1.91
/proc/7537/task/7544/stat : 7544 (java) S 7535 7537 5954 0 -1 64 1015 2412 0 0 31 0 158 2 15 0 10 0 1995887336 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7545/stat : 7545 (java) S 7535 7537 5954 0 -1 64 2 2412 0 0 0 0 158 2 19 0 10 0 1995887336 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7546] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7546/stat : 7546 (java) S 7535 7537 5954 0 -1 64 9 2412 0 0 0 0 158 2 15 0 10 0 1995887336 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7549] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7549/stat : 7549 (java) S 7535 7537 5954 0 -1 64 44 2412 0 0 0 0 158 2 17 0 10 0 1995888240 890220544 28652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 869500

[startup+10.5029 s]
/proc/loadavg: 2.01 2.00 2.00 5/92 7550
/proc/meminfo: memFree=1020952/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=869356 CPUtime=10.35
/proc/7537/stat : 7537 (java) S 7535 7537 5954 0 -1 0 62576 2412 1 0 801 74 158 2 18 0 10 0 1995887330 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 217339 28670 2637 9 0 211845 0
[pid=7550] ppid=7537 vsize=144 CPUtime=0.01
/proc/7550/stat : 7550 (rm) R 7537 7537 5954 0 -1 4194304 46 0 0 0 0 1 0 0 19 0 1 0 1995888240 147456 22 996147200 4194304 4227748 548682068720 18446744073709551615 217049003285 0 4 0 0 0 0 0 17 1 0 0
/proc/7550/statm: 36 22 16 8 0 3 0
[pid=7537/tid=7539] ppid=7535 vsize=869356 CPUtime=9.11
/proc/7537/task/7539/stat : 7539 (java) R 7535 7537 5954 0 -1 64 33473 2412 1 0 689 62 158 2 17 0 10 0 1995887332 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4127205746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7535 vsize=869356 CPUtime=2.45
/proc/7537/task/7540/stat : 7540 (java) S 7535 7537 5954 0 -1 64 27214 2412 0 0 76 9 158 2 16 0 10 0 1995887333 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7537/tid=7541] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7541/stat : 7541 (java) S 7535 7537 5954 0 -1 64 21 2412 0 0 0 0 158 2 15 0 10 0 1995887333 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7542/stat : 7542 (java) S 7535 7537 5954 0 -1 64 19 2412 0 0 0 0 158 2 16 0 10 0 1995887333 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7537/tid=7543] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7543/stat : 7543 (java) S 7535 7537 5954 0 -1 64 1 2412 0 0 0 0 158 2 18 0 10 0 1995887336 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7535 vsize=869356 CPUtime=1.95
/proc/7537/task/7544/stat : 7544 (java) S 7535 7537 5954 0 -1 64 1037 2412 0 0 35 0 158 2 15 0 10 0 1995887336 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7545/stat : 7545 (java) S 7535 7537 5954 0 -1 64 2 2412 0 0 0 0 158 2 19 0 10 0 1995887336 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7546] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7546/stat : 7546 (java) S 7535 7537 5954 0 -1 64 9 2412 0 0 0 0 158 2 15 0 10 0 1995887336 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7549] ppid=7535 vsize=869356 CPUtime=1.6
/proc/7537/task/7549/stat : 7549 (java) S 7535 7537 5954 0 -1 64 44 2412 0 0 0 0 158 2 17 0 10 0 1995888240 890220544 28670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 869500

[startup+10.6033 s]
/proc/loadavg: 2.01 2.00 2.00 5/92 7550
/proc/meminfo: memFree=1020952/2055920 swapFree=4180500/4192956
[pid=7537] ppid=7535 vsize=0 CPUtime=10.46
/proc/7537/stat : 7537 (java) Z 7535 7537 5954 0 -1 12 62611 2538 1 0 809 75 158 4 16 0 2 0 1995887330 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.46
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 10.6212
CPU time (s): 10.4894
CPU user time (s): 9.67853
CPU system time (s): 0.810876
CPU usage (%): 98.7588
Max. virtual memory (cumulated for all children) (KiB): 880912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.67853
system time used= 0.810876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65149
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= 1973
involuntary context switches= 2279

runsolver used 0.016997 second user time and 0.042993 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 12:59:19
IDJOB=1071453
IDBENCH=56088
IDSOLVER=363
FILE ID=node59/1071453-1215169159
PBS_JOBID= 7881434
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-15-15-2.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-1071453-1215169159/watcher-1071453-1215169159 -o /tmp/evaluation-result-1071453-1215169159/solver-1071453-1215169159 -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-1071453-1215169159.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d253e49a50bf50fec79c621cae233451
RANDOM SEED=2077959526

node59.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.261
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.261
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:       1127000 kB
Buffers:         25964 kB
Cached:         110184 kB
SwapCached:       6176 kB
Active:         834060 kB
Inactive:        35108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1127000 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:         749364 kB
Slab:            43424 kB
Committed_AS:  4743596 kB
PageTables:       3468 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= 66544 MiB
End job on node59 at 2008-07-04 12:59:30