Trace number 2095489

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 10.2774 10.4103

DiagnosticValue
CHECKS28958300
NODES10435

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-34-8-a3.xml
MD5SUM870fe8a48ce34cb8f6f0b1087d543f23
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.349946
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints434
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension434
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2095489-1247407602.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.34	     nbVariables=36  nbDomainTypes=2  minDomainSize=34  maxDomainSize=35  nbTotalValues=1232
0.29/0.34	       =>  wckTime=0.104  cpuTime=0.1  mem=7M892
0.29/0.34	   
0.29/0.34	   predicates being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
0.68/0.73	     nbConstraints=436  nbGlobalConstraints=2  nbConvertedConstraints=406  nbConvertConstraintsChecks=2381
0.68/0.73	     nbExtensionStructures=2  nbSharedExtensionStructures=404  nbConflictsStructures=2  nbSharedConflictsStructures=404
0.68/0.73	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=36  nbEvaluationManagers=1
0.68/0.73	     nbSharedEvaluationManagers=27  minDegree=15  maxDegree=29  minArity=2  avgArity=2.14  maxArity=28  nbGenerators=0
0.68/0.73	     nbFusions=0  symmetryWckTime=0.085  symmetryCpuTime=0.05  nbCliques=2
0.68/0.73	       =>  wckTime=0.49  cpuTime=0.35  mem=16M728
0.68/0.79	   
0.68/0.79	   solver IterativeSystematicSolver being built... 
0.78/0.85	   
0.78/0.86	   INFO : Forward propagation technique limited 
0.88/0.92	       =>  wckTime=0.68  cpuTime=0.48  mem=21M24
0.98/1.06	   
0.98/1.06	   preprocessing
0.98/1.06	     nbConstraintChecks=581645  nbValidityChecks=5757  nbPropagations=44  nbRevisions=395  nbUselessRevisions=282
0.98/1.06	     nbRemovedValues=168  detectedInconsistency=no
0.98/1.06	       =>  wckTime=0.14  cpuTime=0.13  mem=21M24
1.57/1.63	   
1.57/1.63	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M16)
10.19/10.35	   
10.19/10.35	   search
10.19/10.35	     run=13  nbConstraintChecks=28376683  nbValidityChecks=6035973  minDepth=1  maxDepth=36  nbPropagations=904666
10.19/10.35	     nbRevisions=7524407  nbUselessRevisions=5645443  nbAssignments=10435  nbFailedAssignments=4508  nbBacktracks=5822
10.19/10.35	     nbVisitedNodes=20369  nbRestartNogoods=91  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=0
10.19/10.35	     nbIEliminables=29.73  nbDEliminables=0  nbPEliminables=0
10.19/10.35	       =>  wckTime=9.431  cpuTime=9.25  mem=22M16
10.19/10.36	   
10.19/10.36	   global
10.19/10.36	     nbConstraintChecks=28958328  nbValidityChecks=6041730  nbPropagations=904710  nbRevisions=7524802
10.19/10.36	     nbUselessRevisions=5645725  nbRestartNogoods=91  solvingWckTime=9.433  solvingCpuTime=9.25  expiredTime=no
10.19/10.36	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.73  globalCpuTime=9.77
10.19/10.36	       =>  wckTime=10.116  cpuTime=9.73  mem=22M16
10.19/10.36	   
10.19/10.36	s SATISFIABLE
10.19/10.36	v 0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1 
10.19/10.36	d NODES 10435
10.19/10.36	d CHECKS 28958328
10.19/10.36	   
10.19/10.36	   totalWckTime=10.182  totalCpuTime=9.77

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095489-1247407602/watcher-2095489-1247407602 -o /tmp/evaluation-result-2095489-1247407602/solver-2095489-1247407602 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095489-1247407602.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 1413
/proc/meminfo: memFree=1777888/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=152 CPUtime=0
/proc/1413/stat : 1413 (java) R 1411 1413 32424 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27823374 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/1413/statm: 50 33 26 9 0 4 0

[startup+0.10311 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 1413
/proc/meminfo: memFree=1777888/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=865980 CPUtime=0.09
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 3845 0 1 0 7 2 0 0 18 0 9 0 27823374 886763520 3288 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216495 3288 1731 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.201114 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 1413
/proc/meminfo: memFree=1777888/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=866144 CPUtime=0.19
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 4898 0 1 0 16 3 0 0 18 0 9 0 27823374 886931456 4315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216536 4315 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301124 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 1413
/proc/meminfo: memFree=1777888/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=866380 CPUtime=0.29
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 6084 0 1 0 25 4 0 0 18 0 9 0 27823374 887173120 5450 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216595 5453 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.70116 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 1413
/proc/meminfo: memFree=1777888/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867500 CPUtime=0.68
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 9199 173 1 0 60 8 0 0 18 0 10 0 27823374 888320000 7915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216875 7915 2049 9 0 211311 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867500

[startup+1.50223 s]
/proc/loadavg: 1.92 1.99 1.99 4/91 1426
/proc/meminfo: memFree=1745152/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=1.47
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16246 296 1 0 137 10 0 0 18 0 9 0 27823374 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10745 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=1.18
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12164 296 1 0 110 8 0 0 21 0 9 0 27823375 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4126994689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) S 1411 1413 32424 0 -1 64 2487 296 0 0 4 0 0 0 17 0 9 0 27823376 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1419] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1419/stat : 1419 (java) S 1411 1413 32424 0 -1 64 2 296 0 0 0 0 0 0 24 0 9 0 27823378 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.23
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 758 296 0 0 22 1 0 0 15 0 9 0 27823379 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 9 0 27823379 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1422] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1422/stat : 1422 (java) S 1411 1413 32424 0 -1 64 5 296 0 0 0 0 0 0 15 0 9 0 27823379 888455168 10745 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867632

[startup+3.10237 s]
/proc/loadavg: 1.92 1.99 1.99 3/89 1426
/proc/meminfo: memFree=1744840/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=3.05
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16273 296 1 0 295 10 0 0 18 0 9 0 27823374 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10769 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=2.73
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12172 296 1 0 265 8 0 0 18 0 9 0 27823375 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4126991356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) S 1411 1413 32424 0 -1 64 2488 296 0 0 4 0 0 0 16 0 9 0 27823376 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1419] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1419/stat : 1419 (java) S 1411 1413 32424 0 -1 64 2 296 0 0 0 0 0 0 24 0 9 0 27823378 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.26
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 776 296 0 0 25 1 0 0 15 0 9 0 27823379 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 9 0 27823379 888455168 10769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1422] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1422/stat : 1422 (java) S 1411 1413 32424 0 -1 64 5 296 0 0 0 0 0 0 15 0 9 0 27823379 888455168 10769 996147200 134512640 134550932 4294955968 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) 867632

[startup+6.30165 s]
/proc/loadavg: 1.93 1.99 1.99 3/89 1426
/proc/meminfo: memFree=1744648/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=6.23
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16297 296 1 0 612 11 0 0 18 0 9 0 27823374 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10776 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=5.89
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12177 296 1 0 581 8 0 0 25 0 9 0 27823375 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4126938992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) S 1411 1413 32424 0 -1 64 2488 296 0 0 4 0 0 0 16 0 9 0 27823376 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1419] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1419/stat : 1419 (java) S 1411 1413 32424 0 -1 64 2 296 0 0 0 0 0 0 24 0 9 0 27823378 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.26
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 781 296 0 0 25 1 0 0 16 0 9 0 27823379 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 9 0 27823379 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1422] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1422/stat : 1422 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 15 0 9 0 27823379 888455168 10776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867632

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

[startup+6.40166 s]
/proc/loadavg: 1.93 1.99 1.99 3/89 1426
/proc/meminfo: memFree=1744648/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=6.33
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16299 296 1 0 622 11 0 0 18 0 9 0 27823374 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10777 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=5.99
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12179 296 1 0 591 8 0 0 25 0 9 0 27823375 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4126945010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) S 1411 1413 32424 0 -1 64 2488 296 0 0 4 0 0 0 16 0 9 0 27823376 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1419] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1419/stat : 1419 (java) S 1411 1413 32424 0 -1 64 2 296 0 0 0 0 0 0 24 0 9 0 27823378 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.26
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 781 296 0 0 25 1 0 0 16 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1422] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1422/stat : 1422 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 15 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 867632

[startup+8.0018 s]
/proc/loadavg: 1.93 1.99 1.99 3/89 1426
/proc/meminfo: memFree=1744520/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=7.91
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16299 296 1 0 780 11 0 0 18 0 9 0 27823374 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10777 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=7.58
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12179 296 1 0 750 8 0 0 25 0 9 0 27823375 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4126960795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) S 1411 1413 32424 0 -1 64 2488 296 0 0 4 0 0 0 16 0 9 0 27823376 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1419] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1419/stat : 1419 (java) S 1411 1413 32424 0 -1 64 2 296 0 0 0 0 0 0 24 0 9 0 27823378 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.26
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 781 296 0 0 25 1 0 0 17 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1422] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1422/stat : 1422 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 15 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 867632

[startup+9.60194 s]
/proc/loadavg: 1.93 1.99 1.99 3/89 1426
/proc/meminfo: memFree=1744520/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=9.5
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16299 296 1 0 939 11 0 0 18 0 9 0 27823374 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10777 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=9.16
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12179 296 1 0 908 8 0 0 25 0 9 0 27823375 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4126759248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) S 1411 1413 32424 0 -1 64 2488 296 0 0 4 0 0 0 16 0 9 0 27823376 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1419] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1419/stat : 1419 (java) S 1411 1413 32424 0 -1 64 2 296 0 0 0 0 0 0 24 0 9 0 27823378 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.26
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 781 296 0 0 25 1 0 0 17 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1422] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1422/stat : 1422 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 15 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 867632

[startup+10.007 s]
/proc/loadavg: 1.93 1.99 1.99 3/89 1426
/proc/meminfo: memFree=1744520/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=9.9
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16299 296 1 0 979 11 0 0 18 0 9 0 27823374 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10777 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=9.56
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12179 296 1 0 948 8 0 0 25 0 9 0 27823375 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4126986251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) S 1411 1413 32424 0 -1 64 2488 296 0 0 4 0 0 0 16 0 9 0 27823376 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 9 0 27823377 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1419] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1419/stat : 1419 (java) S 1411 1413 32424 0 -1 64 2 296 0 0 0 0 0 0 24 0 9 0 27823378 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.26
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 781 296 0 0 25 1 0 0 17 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1413/tid=1422] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1422/stat : 1422 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 15 0 9 0 27823379 888455168 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 867632

[startup+10.403 s]
/proc/loadavg: 1.93 1.99 1.99 3/89 1426
/proc/meminfo: memFree=1744520/2055920 swapFree=4192812/4192956
[pid=1413] ppid=1411 vsize=867632 CPUtime=10.25
/proc/1413/stat : 1413 (java) S 1411 1413 32424 0 -1 0 16410 296 1 0 1014 11 0 0 18 0 7 0 27823374 888455168 10876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 216908 10876 2657 9 0 211344 0
[pid=1413/tid=1415] ppid=1411 vsize=867632 CPUtime=9.91
/proc/1413/task/1415/stat : 1415 (java) R 1411 1413 32424 0 -1 64 12283 296 1 0 983 8 0 0 24 0 7 0 27823375 888455168 10876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1416] ppid=1411 vsize=867632 CPUtime=0.04
/proc/1413/task/1416/stat : 1416 (java) R 1411 1413 32424 0 -1 64 2488 296 0 0 4 0 0 0 16 0 7 0 27823376 888455168 10876 996147200 134512640 134550932 4294955968 18446744073709551615 104065473 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1417] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1417/stat : 1417 (java) S 1411 1413 32424 0 -1 64 19 296 0 0 0 0 0 0 16 0 7 0 27823377 888455168 10876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1418] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1418/stat : 1418 (java) S 1411 1413 32424 0 -1 64 11 296 0 0 0 0 0 0 16 0 7 0 27823377 888455168 10876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1420] ppid=1411 vsize=867632 CPUtime=0.26
/proc/1413/task/1420/stat : 1420 (java) S 1411 1413 32424 0 -1 64 781 296 0 0 25 1 0 0 17 0 7 0 27823379 888455168 10876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1413/tid=1421] ppid=1411 vsize=867632 CPUtime=0
/proc/1413/task/1421/stat : 1421 (java) S 1411 1413 32424 0 -1 64 0 296 0 0 0 0 0 0 25 0 7 0 27823379 888455168 10876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.25
Current children cumulated vsize (KiB) 867632

Child status: 0
Real time (s): 10.4103
CPU time (s): 10.2774
CPU user time (s): 10.1505
CPU system time (s): 0.12698
CPU usage (%): 98.7241
Max. virtual memory (cumulated for all children) (KiB): 867676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1505
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16726
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= 1422
involuntary context switches= 1662

runsolver used 0.014997 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 16:06:42
IDJOB=2095489
IDBENCH=55374
IDSOLVER=773
FILE ID=node58/2095489-1247407602
PBS_JOBID= 9510530
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-34-8-a3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095489-1247407602/watcher-2095489-1247407602 -o /tmp/evaluation-result-2095489-1247407602/solver-2095489-1247407602 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095489-1247407602.xml

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

MD5SUM BENCH= 870fe8a48ce34cb8f6f0b1087d543f23
RANDOM SEED=1455999348

node58.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1778304 kB
Buffers:         40624 kB
Cached:         128764 kB
SwapCached:          0 kB
Active:         143416 kB
Inactive:        75888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:          70380 kB
Slab:            43516 kB
Committed_AS:  1019476 kB
PageTables:       1800 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= 66312 MiB
End job on node58 at 2009-07-12 16:06:53