Trace number 1055493

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.84542 3.92087

DiagnosticValue
CHECKS1210500
NODES316

General information on the benchmark

Namecsp/nengfa/
normalized-queens2.xml
MD5SUMfeda91e5b3c1ff49ee389ed427acc709
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.075987
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 (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1055493-1215059689.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.37	   
0.27/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.187  cpuTime=0.13  mem=9M821
0.37/0.44	   
0.37/0.44	   predicates being loaded...
0.47/0.54	   
0.47/0.54	   constraints being loaded...
1.06/1.11	     nbConstraints=209  nbUnaryConstraints=2  nbGlobalConstraints=3  nbConvertedConstraints=206
1.06/1.11	     nbConvertConstraintsChecks=2228096  nbExtensionStructures=206  nbSharedExtensionStructures=205
1.06/1.11	     nbConflictsStructures=206  nbSharedConflictsStructures=205  nbSharedBinaryRepresentations=42744  minDegree=2
1.06/1.11	     maxDegree=3  minArity=2  avgArity=3.46  maxArity=104  nbGenerators=0  nbFusions=0  symmetryWckTime=0.088
1.06/1.11	     symmetryCpuTime=0.05
1.06/1.11	       =>  wckTime=0.859  cpuTime=0.67  mem=20M573
1.06/1.17	   
1.06/1.17	   solver IterativeSystematicSolver being built... 
1.14/1.24	   
1.14/1.24	   INFO : Forward propagation technique limited 
1.25/1.31	       =>  wckTime=1.057  cpuTime=0.79  mem=22M468
1.25/1.32	   
1.25/1.32	   preprocessing
1.25/1.33	     nbConstraintChecks=0  nbPropagations=310  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.25/1.33	     detectedInconsistency=no
1.25/1.33	       =>  wckTime=0.013  cpuTime=0.01  mem=23M443
3.72/3.89	   
3.72/3.89	   search
3.72/3.89	     run=0  nbConstraintChecks=1210504  minDepth=259  maxDepth=310  nbPropagations=17506  nbRevisions=13058
3.72/3.89	     nbUselessRevisions=43  nbAssignments=316  nbFailedAssignments=2  nbBacktracks=4  nbVisitedNodes=320
3.72/3.89	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=1  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
3.72/3.89	     nbREliminables=0  nbIEliminables=257.17  nbDEliminables=0  nbPEliminables=0
3.72/3.89	       =>  wckTime=2.579  cpuTime=2.5  mem=39M62
3.72/3.89	   
3.72/3.89	   global
3.72/3.89	     nbConstraintChecks=1210504  nbPropagations=17816  nbRevisions=13058  nbUselessRevisions=43  nbRestartNogoods=0
3.72/3.89	     solvingWckTime=2.581  solvingCpuTime=2.5  expiredTime=no  totalExploration=no  nbFoundSolutions=1
3.72/3.89	     firstSolutionCpuTime=3.29  globalCpuTime=3.35
3.72/3.89	       =>  wckTime=3.64  cpuTime=3.3  mem=39M62
3.72/3.89	   
3.72/3.89	s SATISFIABLE
3.72/3.89	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.72/3.89	d NODES 316
3.72/3.89	d CHECKS 1210504
3.72/3.90	   
3.72/3.90	   totalWckTime=3.706  totalCpuTime=3.36

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055493-1215059689/watcher-1055493-1215059689 -o /tmp/evaluation-result-1055493-1215059689/solver-1055493-1215059689 -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-1055493-1215059689.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: 2.08 2.17 2.08 4/82 11177
/proc/meminfo: memFree=1099040/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=18572 CPUtime=0
/proc/11177/stat : 11177 (runsolver) R 11175 11177 10709 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 619186677 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11177/statm: 4643 292 257 25 0 2626 0

[startup+0.019621 s]
/proc/loadavg: 2.08 2.17 2.08 4/82 11177
/proc/meminfo: memFree=1099040/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=10904 CPUtime=0
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 825 0 0 0 0 0 0 0 22 0 2 0 619186677 11165696 578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 2726 578 288 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10904

[startup+0.101604 s]
/proc/loadavg: 2.08 2.17 2.08 4/82 11177
/proc/meminfo: memFree=1099040/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=865884 CPUtime=0.08
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 3677 0 1 0 6 2 0 0 22 0 9 0 619186677 886665216 3152 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 216471 3152 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301645 s]
/proc/loadavg: 2.08 2.17 2.08 4/82 11177
/proc/meminfo: memFree=1099040/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=866284 CPUtime=0.27
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 5842 0 1 0 24 3 0 0 22 0 9 0 619186677 887074816 5216 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 216571 5216 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701723 s]
/proc/loadavg: 2.08 2.17 2.08 4/82 11177
/proc/meminfo: memFree=1099040/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=867704 CPUtime=0.67
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 8597 0 1 0 62 5 0 0 22 0 9 0 619186677 888528896 7955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 216926 7955 2012 9 0 211432 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867704

[startup+1.50189 s]
/proc/loadavg: 2.08 2.17 2.08 3/91 11186
/proc/meminfo: memFree=1072920/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=868352 CPUtime=1.45
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 18287 294 1 0 136 9 0 0 22 0 9 0 619186677 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 217088 11856 2632 9 0 211594 0
[pid=11177/tid=11179] ppid=11175 vsize=868352 CPUtime=1.13
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10709 0 -1 64 13708 294 1 0 107 6 0 0 25 0 9 0 619186678 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4126999592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=868352 CPUtime=0.04
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10709 0 -1 64 2851 294 0 0 4 0 0 0 16 0 9 0 619186680 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10709 0 -1 64 13 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10709 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10709 0 -1 64 1 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=868352 CPUtime=0.24
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10709 0 -1 64 888 294 0 0 24 0 0 0 15 0 9 0 619186682 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10709 0 -1 64 2 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10709 0 -1 64 3 294 0 0 0 0 0 0 15 0 9 0 619186682 889192448 11856 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868352

[startup+3.1022 s]
/proc/loadavg: 2.08 2.16 2.07 3/91 11190
/proc/meminfo: memFree=1054552/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=868352 CPUtime=3.03
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 21151 294 1 0 293 10 0 0 22 0 9 0 619186677 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 217088 14711 2632 9 0 211594 0
[pid=11177/tid=11179] ppid=11175 vsize=868352 CPUtime=2.71
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10709 0 -1 64 16563 294 1 0 263 8 0 0 25 0 9 0 619186678 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4127031989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=868352 CPUtime=0.04
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10709 0 -1 64 2852 294 0 0 4 0 0 0 17 0 9 0 619186680 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10709 0 -1 64 13 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10709 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10709 0 -1 64 1 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=868352 CPUtime=0.25
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10709 0 -1 64 896 294 0 0 25 0 0 0 15 0 9 0 619186682 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10709 0 -1 64 2 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 14711 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10709 0 -1 64 3 294 0 0 0 0 0 0 15 0 9 0 619186682 889192448 14711 996147200 134512640 134550740 4294955984 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) 868352

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

[startup+3.50228 s]
/proc/loadavg: 2.08 2.16 2.07 3/91 11190
/proc/meminfo: memFree=1049944/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=868352 CPUtime=3.42
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 21284 294 1 0 332 10 0 0 22 0 9 0 619186677 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 217088 14844 2632 9 0 211594 0
[pid=11177/tid=11179] ppid=11175 vsize=868352 CPUtime=3.1
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10709 0 -1 64 16696 294 1 0 302 8 0 0 25 0 9 0 619186678 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4127031964 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=868352 CPUtime=0.04
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10709 0 -1 64 2852 294 0 0 4 0 0 0 17 0 9 0 619186680 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10709 0 -1 64 13 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10709 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10709 0 -1 64 1 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=868352 CPUtime=0.25
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10709 0 -1 64 896 294 0 0 25 0 0 0 15 0 9 0 619186682 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10709 0 -1 64 2 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10709 0 -1 64 3 294 0 0 0 0 0 0 15 0 9 0 619186682 889192448 14844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 868352

[startup+3.90236 s]
/proc/loadavg: 2.08 2.16 2.07 3/91 11190
/proc/meminfo: memFree=1049944/2055920 swapFree=4165996/4192956
[pid=11177] ppid=11175 vsize=868352 CPUtime=3.82
/proc/11177/stat : 11177 (java) S 11175 11177 10709 0 -1 0 21451 294 1 0 371 11 0 0 22 0 9 0 619186677 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11177/statm: 217088 15005 2632 9 0 211594 0
[pid=11177/tid=11179] ppid=11175 vsize=868352 CPUtime=3.5
/proc/11177/task/11179/stat : 11179 (java) S 11175 11177 10709 0 -1 64 16860 294 1 0 341 9 0 0 25 0 9 0 619186678 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=868352 CPUtime=0.04
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10709 0 -1 64 2852 294 0 0 4 0 0 0 17 0 9 0 619186680 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10709 0 -1 64 13 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10709 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 619186680 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10709 0 -1 64 1 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=868352 CPUtime=0.25
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10709 0 -1 64 899 294 0 0 25 0 0 0 15 0 9 0 619186682 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10709 0 -1 64 2 294 0 0 0 0 0 0 25 0 9 0 619186682 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=868352 CPUtime=0
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10709 0 -1 64 3 294 0 0 0 0 0 0 15 0 9 0 619186682 889192448 15005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 868352

Child status: 0
Real time (s): 3.92087
CPU time (s): 3.84542
CPU user time (s): 3.72043
CPU system time (s): 0.124981
CPU usage (%): 98.0757
Max. virtual memory (cumulated for all children) (KiB): 868352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.72043
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21772
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= 1420
involuntary context switches= 1579

runsolver used 0.007998 second user time and 0.018997 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-03 06:34:49
IDJOB=1055493
IDBENCH=56822
IDSOLVER=363
FILE ID=node77/1055493-1215059689
PBS_JOBID= 7875195
Free space on /tmp= 66500 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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055493-1215059689/watcher-1055493-1215059689 -o /tmp/evaluation-result-1055493-1215059689/solver-1055493-1215059689 -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-1055493-1215059689.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= feda91e5b3c1ff49ee389ed427acc709
RANDOM SEED=1740739521

node77.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.274
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.274
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:       1099520 kB
Buffers:         54464 kB
Cached:         179788 kB
SwapCached:      20884 kB
Active:         747176 kB
Inactive:       133532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1099520 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:         661972 kB
Slab:            59460 kB
Committed_AS:  1657140 kB
PageTables:       3152 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= 66500 MiB
End job on node77 at 2008-07-03 06:34:53