Trace number 1055494

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 ESACSAT 5.82211 5.90332

DiagnosticValue
CHECKS3646510
NODES312

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.08/0.09	
0.08/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=esac.xml
0.19/0.30	   
0.19/0.30	   instance
0.29/0.30	     name=HOME/instance-1055494-1215059689.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.38	   
0.29/0.39	   variables being loaded...
0.39/0.47	     nbVariables=310  nbDomainTypes=207  minDomainSize=104  maxDomainSize=104  nbTotalValues=32240
0.39/0.47	       =>  wckTime=0.207  cpuTime=0.15  mem=9M821
0.39/0.47	   
0.39/0.47	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
1.08/1.20	     nbConstraints=209  nbUnaryConstraints=2  nbGlobalConstraints=3  nbConvertedConstraints=206
1.08/1.20	     nbConvertConstraintsChecks=2228096  nbExtensionStructures=206  nbSharedExtensionStructures=205
1.08/1.20	     nbConflictsStructures=206  nbSharedConflictsStructures=205  nbSharedBinaryRepresentations=42744  minDegree=2
1.16/1.20	     maxDegree=3  minArity=2  avgArity=3.46  maxArity=104  nbGenerators=0  nbFusions=0  symmetryWckTime=0.089
1.16/1.20	     symmetryCpuTime=0.04
1.16/1.20	       =>  wckTime=0.932  cpuTime=0.74  mem=20M573
1.16/1.26	   
1.16/1.26	   solver IterativeSystematicSolver being built... 
1.27/1.33	   
1.27/1.33	   INFO : Forward propagation technique limited 
1.36/1.41	       =>  wckTime=1.147  cpuTime=0.87  mem=22M582
2.95/3.05	   
2.95/3.05	   preprocessing
2.95/3.05	     nbConstraintChecks=2438215  nbPropagations=34211  nbRevisions=25960  nbUselessRevisions=141  nbSingletonTests=541
2.95/3.05	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
2.95/3.05	       =>  wckTime=1.635  cpuTime=1.58  mem=7M617
5.72/5.86	   
5.72/5.86	   search
5.72/5.86	     run=0  nbConstraintChecks=1208292  minDepth=265  maxDepth=310  nbPropagations=51391  nbRevisions=39033
5.72/5.86	     nbUselessRevisions=349  nbAssignments=312  nbFailedAssignments=2  nbBacktracks=0  nbVisitedNodes=315
5.72/5.86	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
5.72/5.86	     nbREliminables=0  nbIEliminables=257.65  nbDEliminables=0  nbPEliminables=0
5.72/5.86	       =>  wckTime=4.45  cpuTime=4.34  mem=22M784
5.72/5.87	   
5.72/5.87	   global
5.72/5.87	     nbConstraintChecks=3646507  nbPropagations=85602  nbRevisions=64993  nbUselessRevisions=490  nbRestartNogoods=0
5.72/5.87	     solvingWckTime=4.452  solvingCpuTime=4.34  expiredTime=no  totalExploration=no  nbFoundSolutions=1
5.72/5.87	     firstSolutionCpuTime=5.2  globalCpuTime=5.25
5.72/5.87	       =>  wckTime=5.602  cpuTime=5.21  mem=22M784
5.72/5.87	   
5.72/5.87	s SATISFIABLE
5.72/5.87	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 
5.72/5.87	d NODES 312
5.72/5.87	d CHECKS 3646507
5.72/5.87	   
5.72/5.87	   totalWckTime=5.673  totalCpuTime=5.25

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-1055494-1215059689/watcher-1055494-1215059689 -o /tmp/evaluation-result-1055494-1215059689/solver-1055494-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 esac.xml 1 XSax HOME/instance-1055494-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.06 2.01 2.00 3/80 13496
/proc/meminfo: memFree=1384832/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=10616 CPUtime=0
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1984943546 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 2654 472 209 9 0 1184 0
[pid=13496/tid=13497] ppid=13494 vsize=10616 CPUtime=0
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1984943547 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8359896 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.090651 s]
/proc/loadavg: 2.06 2.01 2.00 3/80 13496
/proc/meminfo: memFree=1384832/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=865884 CPUtime=0.08
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 3589 0 1 0 6 2 0 0 18 0 9 0 1984943546 886665216 3077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 216471 3077 1647 9 0 211026 0
[pid=13496/tid=13497] ppid=13494 vsize=865884 CPUtime=0.06
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 2680 0 1 0 5 1 0 0 18 0 9 0 1984943547 886665216 3077 996147200 134512640 134550740 4294955968 18446744073709551615 7517191 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.102648 s]
/proc/loadavg: 2.06 2.01 2.00 3/80 13496
/proc/meminfo: memFree=1384832/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=865884 CPUtime=0.09
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 3708 0 1 0 7 2 0 0 18 0 9 0 1984943546 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 216471 3176 1684 9 0 211026 0
[pid=13496/tid=13497] ppid=13494 vsize=865884 CPUtime=0.07
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 2798 0 1 0 6 1 0 0 18 0 9 0 1984943547 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 102689610 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302663 s]
/proc/loadavg: 2.06 2.01 2.00 3/80 13496
/proc/meminfo: memFree=1384832/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=866284 CPUtime=0.29
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 5763 0 1 0 25 4 0 0 18 0 9 0 1984943546 887074816 5137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 216571 5137 1951 9 0 211099 0
[pid=13496/tid=13497] ppid=13494 vsize=866284 CPUtime=0.23
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 4790 0 1 0 20 3 0 0 18 0 9 0 1984943547 887074816 5137 996147200 134512640 134550740 4294955968 18446744073709551615 4125978148 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.7017 s]
/proc/loadavg: 2.06 2.01 2.00 3/80 13496
/proc/meminfo: memFree=1384832/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=867704 CPUtime=0.68
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 8520 0 1 0 62 6 0 0 18 0 9 0 1984943546 888528896 7878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 216926 7878 2012 9 0 211432 0
[pid=13496/tid=13497] ppid=13494 vsize=867704 CPUtime=0.5
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 7162 0 1 0 46 4 0 0 19 0 9 0 1984943547 888528896 7878 996147200 134512640 134550740 4294955968 18446744073709551615 4126847913 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867704

[startup+1.50177 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 13505
/proc/meminfo: memFree=1359224/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=868352 CPUtime=1.46
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 17756 294 1 0 136 10 0 0 18 0 9 0 1984943546 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 217088 11317 2632 9 0 211594 0
[pid=13496/tid=13497] ppid=13494 vsize=868352 CPUtime=1.14
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 13175 294 1 0 106 8 0 0 25 0 9 0 1984943547 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4126996425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13499] ppid=13494 vsize=868352 CPUtime=0.04
/proc/13496/task/13499/stat : 13499 (java) S 13494 13496 8165 0 -1 64 2861 294 0 0 4 0 0 0 16 0 9 0 1984943549 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13500] ppid=13494 vsize=868352 CPUtime=0
/proc/13496/task/13500/stat : 13500 (java) S 13494 13496 8165 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 1984943549 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13501] ppid=13494 vsize=868352 CPUtime=0
/proc/13496/task/13501/stat : 13501 (java) S 13494 13496 8165 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 1984943549 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13502] ppid=13494 vsize=868352 CPUtime=0
/proc/13496/task/13502/stat : 13502 (java) S 13494 13496 8165 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 1984943551 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13503] ppid=13494 vsize=868352 CPUtime=0.24
/proc/13496/task/13503/stat : 13503 (java) S 13494 13496 8165 0 -1 64 881 294 0 0 23 1 0 0 16 0 9 0 1984943551 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13504] ppid=13494 vsize=868352 CPUtime=0
/proc/13496/task/13504/stat : 13504 (java) S 13494 13496 8165 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 1984943551 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13505] ppid=13494 vsize=868352 CPUtime=0
/proc/13496/task/13505/stat : 13505 (java) S 13494 13496 8165 0 -1 64 3 294 0 0 0 0 0 0 15 0 9 0 1984943551 889192448 11317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868352

[startup+3.10191 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 13509
/proc/meminfo: memFree=1339000/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=868264 CPUtime=3.05
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 25700 294 1 0 290 15 0 0 18 0 9 0 1984943546 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 217066 19101 2614 9 0 211594 0
[pid=13496/tid=13497] ppid=13494 vsize=868264 CPUtime=2.69
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 19861 294 1 0 258 11 0 0 25 0 9 0 1984943547 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4126457437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13499] ppid=13494 vsize=868264 CPUtime=0.06
/proc/13496/task/13499/stat : 13499 (java) S 13494 13496 8165 0 -1 64 4108 294 0 0 5 1 0 0 16 0 9 0 1984943549 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13500] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13500/stat : 13500 (java) S 13494 13496 8165 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 1984943549 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13501] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13501/stat : 13501 (java) S 13494 13496 8165 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 1984943549 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13502] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13502/stat : 13502 (java) S 13494 13496 8165 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 1984943551 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13503] ppid=13494 vsize=868264 CPUtime=0.26
/proc/13496/task/13503/stat : 13503 (java) S 13494 13496 8165 0 -1 64 892 294 0 0 25 1 0 0 15 0 9 0 1984943551 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13504] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13504/stat : 13504 (java) S 13494 13496 8165 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 1984943551 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13505] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13505/stat : 13505 (java) S 13494 13496 8165 0 -1 64 3 294 0 0 0 0 0 0 15 0 9 0 1984943551 889102336 19101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868264

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

[startup+4.70104 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 13509
/proc/meminfo: memFree=1318200/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=868264 CPUtime=4.63
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 25714 294 1 0 448 15 0 0 18 0 9 0 1984943546 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 217066 19110 2614 9 0 211594 0
[pid=13496/tid=13497] ppid=13494 vsize=868264 CPUtime=4.26
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 19866 294 1 0 415 11 0 0 25 0 9 0 1984943547 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4127073305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13499] ppid=13494 vsize=868264 CPUtime=0.06
/proc/13496/task/13499/stat : 13499 (java) S 13494 13496 8165 0 -1 64 4108 294 0 0 5 1 0 0 16 0 9 0 1984943549 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13500] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13500/stat : 13500 (java) S 13494 13496 8165 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 1984943549 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13501] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13501/stat : 13501 (java) S 13494 13496 8165 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 1984943549 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13502] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13502/stat : 13502 (java) S 13494 13496 8165 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13503] ppid=13494 vsize=868264 CPUtime=0.28
/proc/13496/task/13503/stat : 13503 (java) S 13494 13496 8165 0 -1 64 901 294 0 0 27 1 0 0 15 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13504] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13504/stat : 13504 (java) S 13494 13496 8165 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13505] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13505/stat : 13505 (java) S 13494 13496 8165 0 -1 64 3 294 0 0 0 0 0 0 15 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 868264

[startup+5.50611 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 13509
/proc/meminfo: memFree=1318136/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=868264 CPUtime=5.42
/proc/13496/stat : 13496 (java) S 13494 13496 8165 0 -1 0 25743 294 1 0 527 15 0 0 18 0 9 0 1984943546 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 217066 19110 2614 9 0 211594 0
[pid=13496/tid=13497] ppid=13494 vsize=868264 CPUtime=5.05
/proc/13496/task/13497/stat : 13497 (java) R 13494 13496 8165 0 -1 64 19866 294 1 0 494 11 0 0 25 0 9 0 1984943547 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4127073287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13499] ppid=13494 vsize=868264 CPUtime=0.06
/proc/13496/task/13499/stat : 13499 (java) S 13494 13496 8165 0 -1 64 4108 294 0 0 5 1 0 0 16 0 9 0 1984943549 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13500] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13500/stat : 13500 (java) S 13494 13496 8165 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 1984943549 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13501] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13501/stat : 13501 (java) S 13494 13496 8165 0 -1 64 11 294 0 0 0 0 0 0 16 0 9 0 1984943549 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13502] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13502/stat : 13502 (java) S 13494 13496 8165 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13503] ppid=13494 vsize=868264 CPUtime=0.28
/proc/13496/task/13503/stat : 13503 (java) S 13494 13496 8165 0 -1 64 901 294 0 0 27 1 0 0 15 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13504] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13504/stat : 13504 (java) S 13494 13496 8165 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13496/tid=13505] ppid=13494 vsize=868264 CPUtime=0
/proc/13496/task/13505/stat : 13505 (java) S 13494 13496 8165 0 -1 64 32 294 0 0 0 0 0 0 15 0 9 0 1984943551 889102336 19110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 868264

[startup+5.90243 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 13509
/proc/meminfo: memFree=1318136/2055920 swapFree=4180972/4192956
[pid=13496] ppid=13494 vsize=0 CPUtime=5.8
/proc/13496/stat : 13496 (java) Z 13494 13496 8165 0 -1 12 25782 294 1 0 564 16 0 0 16 0 2 0 1984943546 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.90332
CPU time (s): 5.82211
CPU user time (s): 5.64914
CPU system time (s): 0.172973
CPU usage (%): 98.6244
Max. virtual memory (cumulated for all children) (KiB): 868352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.64914
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26076
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= 1438
involuntary context switches= 1718

runsolver used 0.012998 second user time and 0.025996 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-03 06:34:49
IDJOB=1055494
IDBENCH=56822
IDSOLVER=364
FILE ID=node15/1055494-1215059689
PBS_JOBID= 7875143
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/nengfa/normalized-queens2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055494-1215059689/watcher-1055494-1215059689 -o /tmp/evaluation-result-1055494-1215059689/solver-1055494-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 esac.xml 1 XSax HOME/instance-1055494-1215059689.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= feda91e5b3c1ff49ee389ed427acc709
RANDOM SEED=1756542562

node15.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.229
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.229
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:       1385312 kB
Buffers:         52316 kB
Cached:         219920 kB
SwapCached:       6020 kB
Active:         488876 kB
Inactive:       108936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385312 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:         339116 kB
Slab:            57168 kB
Committed_AS:  4230960 kB
PageTables:       2548 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node15 at 2008-07-03 06:34:55