Trace number 2096993

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 3.80942 3.8668

DiagnosticValue
CHECKS1210500
NODES316

General information on the benchmark

Namecsp/nengfa/
normalized-queens2.xml
MD5SUMfeda91e5b3c1ff49ee389ed427acc709
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.118981
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints211
Maximum constraint arity104
Maximum domain size104
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
Global constraints used (with number of constraints)alldifferent(3)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096993-1247411424.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.37/0.44	     nbVariables=310  nbDomainTypes=207  minDomainSize=104  maxDomainSize=104  nbTotalValues=32240
0.37/0.44	       =>  wckTime=0.189  cpuTime=0.13  mem=9M859
0.37/0.44	   
0.37/0.44	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
0.97/1.10	     nbConstraints=209  nbUnaryConstraints=2  nbGlobalConstraints=3  nbConvertedConstraints=206
0.97/1.10	     nbConvertConstraintsChecks=2228096  nbExtensionStructures=206  nbSharedExtensionStructures=205
0.97/1.10	     nbConflictsStructures=206  nbSharedConflictsStructures=205  nbSharedBinaryRepresentations=42744  minDegree=2
0.97/1.10	     maxDegree=3  minArity=2  avgArity=3.46  maxArity=104  nbGenerators=0  nbFusions=0  symmetryWckTime=0.088
0.97/1.10	     symmetryCpuTime=0.05
0.97/1.10	       =>  wckTime=0.844  cpuTime=0.65  mem=21M604
1.05/1.15	   
1.05/1.15	   solver IterativeSystematicSolver being built... 
1.15/1.21	   
1.15/1.21	   INFO : Forward propagation technique limited 
1.15/1.29	       =>  wckTime=1.037  cpuTime=0.77  mem=22M466
1.25/1.30	   
1.25/1.30	   preprocessing
1.25/1.30	     nbConstraintChecks=0  nbPropagations=310  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.25/1.30	     detectedInconsistency=no
1.25/1.30	       =>  wckTime=0.013  cpuTime=0.01  mem=23M474
3.73/3.85	   
3.73/3.85	   search
3.73/3.85	     run=0  nbConstraintChecks=1210504  minDepth=259  maxDepth=310  nbPropagations=17506  nbRevisions=13058
3.73/3.85	     nbUselessRevisions=43  nbAssignments=316  nbFailedAssignments=2  nbBacktracks=4  nbVisitedNodes=320
3.73/3.85	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=1  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
3.73/3.85	     nbREliminables=0  nbIEliminables=257.17  nbDEliminables=0  nbPEliminables=0
3.73/3.85	       =>  wckTime=2.554  cpuTime=2.47  mem=39M110
3.73/3.85	   
3.73/3.85	   global
3.73/3.85	     nbConstraintChecks=1210504  nbPropagations=17816  nbRevisions=13058  nbUselessRevisions=43  nbRestartNogoods=0
3.73/3.85	     solvingWckTime=2.556  solvingCpuTime=2.48  expiredTime=no  totalExploration=no  nbFoundSolutions=1
3.73/3.85	     firstSolutionCpuTime=3.24  globalCpuTime=3.28
3.73/3.85	       =>  wckTime=3.596  cpuTime=3.25  mem=39M110
3.73/3.85	   
3.73/3.85	s SATISFIABLE
3.73/3.85	v 2 5 4 3 8 6 4 52 49 46 67 63 59 10 5 0 73 67 61 15 8 1 72 64 56 83 74 65 69 59 49 76 65 54 19 7 -5 90 77 64 103 89 75 61 46 31 25 9 -7 108 91 74 87 69 51 100 81 62 106 86 66 89 68 47 32 10 -12 85 62 39 78 54 30 77 52 27 62 36 10 65 38 11 81 53 25 40 11 -18 102 72 42 88 57 26 71 39 7 99 66 33 105 71 37 93 58 23 53 17 -19 49 12 -25 98 60 22 94 55 16 101 61 21 116 75 34 112 70 28 121 78 35 75 31 -13 63 18 -27 59 13 -33 142 95 48 80 32 -16 84 35 -14 138 88 38 96 45 -6 156 104 52 97 44 -9 152 98 44 74 19 -36 70 14 -42 150 93 36 148 90 32 159 100 41 163 103 43 162 101 40 141 79 17 146 83 20 137 73 9 145 80 15 86 20 -46 82 15 -52 155 87 19 151 82 13 169 99 29 92 21 -50 168 96 24 120 47 -26 166 92 18 118 43 -32 79 3 -73 133 56 -21 128 50 -28 95 16 -63 165 85 5 107 26 -55 119 37 -45 180 97 14 160 76 -8 114 29 -56 170 84 -2 127 40 -47 182 94 6 111 22 -67 192 102 12 139 48 -43 115 23 -69 126 33 -60 135 41 -53 129 34 -61 124 28 -68 122 25 -72 125 27 -71 123 24 -75 130 30 -70 143 42 -59 153 51 -51 104 1 -102 
3.73/3.85	d NODES 316
3.73/3.85	d CHECKS 1210504
3.73/3.85	   
3.73/3.85	   totalWckTime=3.663  totalCpuTime=3.28

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-2096993-1247411424/watcher-2096993-1247411424 -o /tmp/evaluation-result-2096993-1247411424/solver-2096993-1247411424 -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-2096993-1247411424.xml 

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


[startup+0 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 1617
/proc/meminfo: memFree=1786040/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=18576 CPUtime=0
/proc/1617/stat : 1617 (runsolver) R 1615 1617 31337 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28207763 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1617/statm: 4644 284 249 26 0 2626 0

[startup+0.0581661 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 1617
/proc/meminfo: memFree=1786040/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=863836 CPUtime=0.04
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 2665 0 1 0 3 1 0 0 20 0 9 0 28207763 884568064 2214 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 215959 2214 1064 9 0 210852 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863836

[startup+0.101171 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 1617
/proc/meminfo: memFree=1786040/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=865980 CPUtime=0.08
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 3730 0 1 0 6 2 0 0 20 0 9 0 28207763 886763520 3198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 216495 3198 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301208 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 1617
/proc/meminfo: memFree=1786040/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=866380 CPUtime=0.28
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 5925 0 1 0 24 4 0 0 20 0 9 0 28207763 887173120 5291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 216595 5291 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701334 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 1617
/proc/meminfo: memFree=1786040/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=867804 CPUtime=0.67
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 8712 0 1 0 62 5 0 0 20 0 9 0 28207763 888631296 8064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 216951 8064 2039 9 0 211387 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867804

[startup+1.50243 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 1626
/proc/meminfo: memFree=1759344/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=868452 CPUtime=1.44
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 18549 295 1 0 135 9 0 0 20 0 9 0 28207763 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 217113 12034 2658 9 0 211549 0
[pid=1617/tid=1619] ppid=1615 vsize=868452 CPUtime=1.12
/proc/1617/task/1619/stat : 1619 (java) R 1615 1617 31337 0 -1 64 13929 295 1 0 105 7 0 0 25 0 9 0 28207764 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4127031465 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1620] ppid=1615 vsize=868452 CPUtime=0.04
/proc/1617/task/1620/stat : 1620 (java) S 1615 1617 31337 0 -1 64 2879 295 0 0 4 0 0 0 16 0 9 0 28207766 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1621] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1621/stat : 1621 (java) S 1615 1617 31337 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1622] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1622/stat : 1622 (java) S 1615 1617 31337 0 -1 64 10 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1623] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1623/stat : 1623 (java) S 1615 1617 31337 0 -1 64 2 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1624] ppid=1615 vsize=868452 CPUtime=0.25
/proc/1617/task/1624/stat : 1624 (java) S 1615 1617 31337 0 -1 64 895 295 0 0 25 0 0 0 15 0 9 0 28207768 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1625] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1625/stat : 1625 (java) S 1615 1617 31337 0 -1 64 1 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1626] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1626/stat : 1626 (java) S 1615 1617 31337 0 -1 64 12 295 0 0 0 0 0 0 15 0 9 0 28207768 889294848 12034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 868452

[startup+3.10171 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 1630
/proc/meminfo: memFree=1740912/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=868452 CPUtime=3.03
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 21347 295 1 0 292 11 0 0 20 0 9 0 28207763 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 217113 14822 2658 9 0 211549 0
[pid=1617/tid=1619] ppid=1615 vsize=868452 CPUtime=2.69
/proc/1617/task/1619/stat : 1619 (java) R 1615 1617 31337 0 -1 64 16717 295 1 0 261 8 0 0 25 0 9 0 28207764 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4127068302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1620] ppid=1615 vsize=868452 CPUtime=0.04
/proc/1617/task/1620/stat : 1620 (java) S 1615 1617 31337 0 -1 64 2880 295 0 0 4 0 0 0 17 0 9 0 28207766 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1621] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1621/stat : 1621 (java) S 1615 1617 31337 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1622] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1622/stat : 1622 (java) S 1615 1617 31337 0 -1 64 10 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1623] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1623/stat : 1623 (java) S 1615 1617 31337 0 -1 64 2 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1624] ppid=1615 vsize=868452 CPUtime=0.26
/proc/1617/task/1624/stat : 1624 (java) S 1615 1617 31337 0 -1 64 904 295 0 0 26 0 0 0 15 0 9 0 28207768 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1625] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1625/stat : 1625 (java) S 1615 1617 31337 0 -1 64 1 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1626] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1626/stat : 1626 (java) S 1615 1617 31337 0 -1 64 12 295 0 0 0 0 0 0 15 0 9 0 28207768 889294848 14822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868452

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

[startup+3.50179 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 1630
/proc/meminfo: memFree=1736496/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=868452 CPUtime=3.43
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 21478 295 1 0 332 11 0 0 20 0 9 0 28207763 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 217113 14953 2658 9 0 211549 0
[pid=1617/tid=1619] ppid=1615 vsize=868452 CPUtime=3.08
/proc/1617/task/1619/stat : 1619 (java) R 1615 1617 31337 0 -1 64 16848 295 1 0 300 8 0 0 25 0 9 0 28207764 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4127068294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1620] ppid=1615 vsize=868452 CPUtime=0.04
/proc/1617/task/1620/stat : 1620 (java) S 1615 1617 31337 0 -1 64 2880 295 0 0 4 0 0 0 17 0 9 0 28207766 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1621] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1621/stat : 1621 (java) S 1615 1617 31337 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1622] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1622/stat : 1622 (java) S 1615 1617 31337 0 -1 64 10 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1623] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1623/stat : 1623 (java) S 1615 1617 31337 0 -1 64 2 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1624] ppid=1615 vsize=868452 CPUtime=0.26
/proc/1617/task/1624/stat : 1624 (java) S 1615 1617 31337 0 -1 64 904 295 0 0 26 0 0 0 15 0 9 0 28207768 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1625] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1625/stat : 1625 (java) S 1615 1617 31337 0 -1 64 1 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1626] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1626/stat : 1626 (java) S 1615 1617 31337 0 -1 64 12 295 0 0 0 0 0 0 15 0 9 0 28207768 889294848 14953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 868452

[startup+3.70183 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 1630
/proc/meminfo: memFree=1736496/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=868452 CPUtime=3.63
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 21510 295 1 0 352 11 0 0 20 0 9 0 28207763 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 217113 14983 2658 9 0 211549 0
[pid=1617/tid=1619] ppid=1615 vsize=868452 CPUtime=3.28
/proc/1617/task/1619/stat : 1619 (java) R 1615 1617 31337 0 -1 64 16880 295 1 0 320 8 0 0 25 0 9 0 28207764 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4127068302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1620] ppid=1615 vsize=868452 CPUtime=0.04
/proc/1617/task/1620/stat : 1620 (java) S 1615 1617 31337 0 -1 64 2880 295 0 0 4 0 0 0 17 0 9 0 28207766 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1621] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1621/stat : 1621 (java) S 1615 1617 31337 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1622] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1622/stat : 1622 (java) S 1615 1617 31337 0 -1 64 10 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1623] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1623/stat : 1623 (java) S 1615 1617 31337 0 -1 64 2 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1624] ppid=1615 vsize=868452 CPUtime=0.27
/proc/1617/task/1624/stat : 1624 (java) S 1615 1617 31337 0 -1 64 904 295 0 0 26 1 0 0 16 0 9 0 28207768 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1625] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1625/stat : 1625 (java) S 1615 1617 31337 0 -1 64 1 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1626] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1626/stat : 1626 (java) R 1615 1617 31337 0 -1 64 12 295 0 0 0 0 0 0 15 0 9 0 28207768 889294848 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 868452

[startup+3.80184 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 1630
/proc/meminfo: memFree=1736496/2055920 swapFree=4192812/4192956
[pid=1617] ppid=1615 vsize=868452 CPUtime=3.73
/proc/1617/stat : 1617 (java) S 1615 1617 31337 0 -1 0 21520 295 1 0 362 11 0 0 20 0 9 0 28207763 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1617/statm: 217113 14993 2658 9 0 211549 0
[pid=1617/tid=1619] ppid=1615 vsize=868452 CPUtime=3.38
/proc/1617/task/1619/stat : 1619 (java) R 1615 1617 31337 0 -1 64 16889 295 1 0 330 8 0 0 25 0 9 0 28207764 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4127068346 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1620] ppid=1615 vsize=868452 CPUtime=0.04
/proc/1617/task/1620/stat : 1620 (java) S 1615 1617 31337 0 -1 64 2880 295 0 0 4 0 0 0 17 0 9 0 28207766 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1621] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1621/stat : 1621 (java) S 1615 1617 31337 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1622] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1622/stat : 1622 (java) S 1615 1617 31337 0 -1 64 10 295 0 0 0 0 0 0 16 0 9 0 28207766 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1623] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1623/stat : 1623 (java) S 1615 1617 31337 0 -1 64 2 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1624] ppid=1615 vsize=868452 CPUtime=0.27
/proc/1617/task/1624/stat : 1624 (java) S 1615 1617 31337 0 -1 64 905 295 0 0 26 1 0 0 16 0 9 0 28207768 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1625] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1625/stat : 1625 (java) S 1615 1617 31337 0 -1 64 1 295 0 0 0 0 0 0 25 0 9 0 28207768 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1617/tid=1626] ppid=1615 vsize=868452 CPUtime=0
/proc/1617/task/1626/stat : 1626 (java) S 1615 1617 31337 0 -1 64 12 295 0 0 0 0 0 0 15 0 9 0 28207768 889294848 14993 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 868452

Child status: 0
Real time (s): 3.8668
CPU time (s): 3.80942
CPU user time (s): 3.67944
CPU system time (s): 0.12998
CPU usage (%): 98.5161
Max. virtual memory (cumulated for all children) (KiB): 868452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67944
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21950
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= 1415
involuntary context switches= 1577

runsolver used 0.006998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 17:10:24
IDJOB=2096993
IDBENCH=56822
IDSOLVER=773
FILE ID=node84/2096993-1247411424
PBS_JOBID= 9510483
Free space on /tmp= 66316 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/nengfa/normalized-queens2.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-2096993-1247411424/watcher-2096993-1247411424 -o /tmp/evaluation-result-2096993-1247411424/solver-2096993-1247411424 -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-2096993-1247411424.xml

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

MD5SUM BENCH= feda91e5b3c1ff49ee389ed427acc709
RANDOM SEED=1204474191

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1786520 kB
Buffers:         38940 kB
Cached:         123172 kB
SwapCached:          0 kB
Active:         140296 kB
Inactive:        73220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          69768 kB
Slab:            41172 kB
Committed_AS:  1010972 kB
PageTables:       1824 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 node84 at 2009-07-12 17:10:28