Trace number 228145

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, and are wall clock time (not CPU 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 109 ACSAT 12.2591 12.322

DiagnosticValue
CHECKS57025230
NODES67784

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-17_ext.xml
MD5SUM23eab9a99cd3363f57439eaf2fe571e5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.432934
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/228145-1168080853/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.41	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.60	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8214  maxDegree=27
0.60	     maxArity=2
0.60	       =>  wckTime=0.29  cpuTime=0.2  mem=10M852
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.473  cpuTime=0.32  mem=13M696
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.80	     detectedInconsistency=no
0.80	       =>  wckTime=0.0080  cpuTime=0.01  mem=13M696
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=21878  nbPropagations=477  nbRevisions=5312  nbUselessRevisions=4284  nbAssignments=27
0.84	     nbFailedAssignments=7  nbBacktracks=15  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.046  cpuTime=0.03  mem=14M671
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=49386  nbPropagations=1507  nbRevisions=17491  nbUselessRevisions=14190  nbAssignments=62
0.86	     nbFailedAssignments=19  nbBacktracks=30  nbVisitedNodes=101  nbRestartNogoods=1  mapSize=27  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.067  cpuTime=0.04  mem=14M671
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=91647  nbPropagations=3337  nbRevisions=41086  nbUselessRevisions=33633
0.88	     nbAssignments=109  nbFailedAssignments=35  nbBacktracks=55  nbVisitedNodes=178  nbRestartNogoods=3  mapSize=48
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.088  cpuTime=0.06  mem=14M671
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=137021  nbPropagations=6053  nbRevisions=76693  nbUselessRevisions=63171
0.89	     nbAssignments=168  nbFailedAssignments=53  nbBacktracks=88  nbVisitedNodes=274  nbRestartNogoods=5  mapSize=78
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.102  cpuTime=0.07  mem=14M671
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=199950  nbPropagations=9954  nbRevisions=128182  nbUselessRevisions=105738
0.91	     nbAssignments=248  nbFailedAssignments=77  nbBacktracks=138  nbVisitedNodes=404  nbRestartNogoods=8  mapSize=120
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.12  cpuTime=0.09  mem=14M671
0.94	   
0.94	   search
0.94	     run=5  nbConstraintChecks=289978  nbPropagations=15579  nbRevisions=203929  nbUselessRevisions=168534
0.94	     nbAssignments=367  nbFailedAssignments=112  nbBacktracks=214  nbVisitedNodes=597  nbRestartNogoods=11  mapSize=179
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.148  cpuTime=0.11  mem=14M671
0.97	   
0.97	   search
0.97	     run=6  nbConstraintChecks=428950  nbPropagations=23754  nbRevisions=315823  nbUselessRevisions=261085
0.97	     nbAssignments=543  nbFailedAssignments=164  nbBacktracks=332  nbVisitedNodes=891  nbRestartNogoods=15  mapSize=272
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.185  cpuTime=0.15  mem=14M671
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=632554  nbPropagations=35677  nbRevisions=481520  nbUselessRevisions=398144
1.03	     nbAssignments=805  nbFailedAssignments=246  nbBacktracks=505  nbVisitedNodes=1326  nbRestartNogoods=17  mapSize=405
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.238  cpuTime=0.2  mem=14M671
1.11	   
1.11	   search
1.11	     run=8  nbConstraintChecks=954607  nbPropagations=53461  nbRevisions=736193  nbUselessRevisions=609221
1.11	     nbAssignments=1193  nbFailedAssignments=372  nbBacktracks=764  nbVisitedNodes=1987  nbRestartNogoods=21
1.11	     mapSize=622  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.321  cpuTime=0.28  mem=14M671
1.23	   
1.23	   search
1.23	     run=9  nbConstraintChecks=1418312  nbPropagations=79835  nbRevisions=1115227  nbUselessRevisions=923574
1.23	     nbAssignments=1769  nbFailedAssignments=556  nbBacktracks=1149  nbVisitedNodes=2948  nbRestartNogoods=22
1.23	     mapSize=931  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.442  cpuTime=0.38  mem=14M671
1.26	   
1.26	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=14M671)
1.38	   
1.38	   search
1.38	     run=10  nbConstraintChecks=2077954  nbPropagations=118626  nbRevisions=1681276  nbUselessRevisions=1394814
1.38	     nbAssignments=2648  nbFailedAssignments=850  nbBacktracks=1729  nbVisitedNodes=4411  nbRestartNogoods=29
1.38	       =>  wckTime=0.595  cpuTime=0.52  mem=14M671
1.61	   
1.61	   search
1.61	     run=11  nbConstraintChecks=3215776  nbPropagations=177435  nbRevisions=2544408  nbUselessRevisions=2110874
1.61	     nbAssignments=3976  nbFailedAssignments=1304  nbBacktracks=2595  nbVisitedNodes=6655  nbRestartNogoods=33
1.61	       =>  wckTime=0.822  cpuTime=0.75  mem=14M671
1.93	   
1.93	   search
1.93	     run=12  nbConstraintChecks=4818875  nbPropagations=265552  nbRevisions=3841352  nbUselessRevisions=3186491
1.93	     nbAssignments=5938  nbFailedAssignments=1958  nbBacktracks=3894  nbVisitedNodes=9987  nbRestartNogoods=40
1.93	       =>  wckTime=1.145  cpuTime=1.07  mem=14M671
2.42	   
2.42	   search
2.42	     run=13  nbConstraintChecks=7270337  nbPropagations=396996  nbRevisions=5784214  nbUselessRevisions=4796471
2.42	     nbAssignments=8866  nbFailedAssignments=2934  nbBacktracks=5840  nbVisitedNodes=14906  nbRestartNogoods=47
2.42	       =>  wckTime=1.63  cpuTime=1.56  mem=14M671
3.17	   
3.17	   search
3.17	     run=14  nbConstraintChecks=11103833  nbPropagations=596098  nbRevisions=8741832  nbUselessRevisions=7246543
3.17	     nbAssignments=13366  nbFailedAssignments=4505  nbBacktracks=8761  nbVisitedNodes=22494  nbRestartNogoods=55
3.17	       =>  wckTime=2.386  cpuTime=2.31  mem=14M671
4.19	   
4.19	   search
4.19	     run=15  nbConstraintChecks=16098256  nbPropagations=888348  nbRevisions=13076617  nbUselessRevisions=10841144
4.19	     nbAssignments=19843  nbFailedAssignments=6595  nbBacktracks=13139  nbVisitedNodes=33317  nbRestartNogoods=62
4.19	       =>  wckTime=3.402  cpuTime=3.33  mem=14M671
5.81	   
5.81	   search
5.81	     run=16  nbConstraintChecks=24315438  nbPropagations=1326494  nbRevisions=19589134  nbUselessRevisions=16241482
5.81	     nbAssignments=29647  nbFailedAssignments=9823  nbBacktracks=19709  nbVisitedNodes=49705  nbRestartNogoods=69
5.81	       =>  wckTime=5.025  cpuTime=4.95  mem=14M671
8.18	   
8.18	   search
8.18	     run=17  nbConstraintChecks=36208033  nbPropagations=1980067  nbRevisions=29349662  nbUselessRevisions=24347805
8.18	     nbAssignments=44228  nbFailedAssignments=14546  nbBacktracks=29561  nbVisitedNodes=74136  nbRestartNogoods=79
8.18	       =>  wckTime=7.396  cpuTime=7.32  mem=14M671
12.05	   
12.05	   search
12.05	     run=18  nbConstraintChecks=55875643  nbPropagations=2976520  nbRevisions=44215792  nbUselessRevisions=36666429
12.05	     nbAssignments=66418  nbFailedAssignments=21953  nbBacktracks=44339  nbVisitedNodes=111535  nbRestartNogoods=89
12.05	       =>  wckTime=11.261  cpuTime=11.18  mem=14M671
12.28	   
12.28	   search
12.28	     run=19  nbConstraintChecks=57025230  nbPropagations=3993248  nbRevisions=59381966  nbUselessRevisions=49231982
12.28	     nbAssignments=67784  nbFailedAssignments=22385  nbBacktracks=45233  nbVisitedNodes=113802  nbRestartNogoods=96
12.28	       =>  wckTime=11.492  cpuTime=11.41  mem=14M671
12.28	   
12.28	   global
12.28	     nbConstraintChecks=57025230  nbPropagations=3993288  nbRevisions=59381966  nbUselessRevisions=49231982
12.28	     nbRestartNogoods=96  solvingWckTime=11.492  solvingCpuTime=11.41  expiredTime=no  totalExploration=no
12.28	     nbFoundSolutions=1  globalCpuTime=11.78
12.28	       =>  wckTime=11.968  cpuTime=11.73  mem=14M671
12.28	   
12.28	s SATISFIABLE
12.28	v 3 4 9 3 6 7 0 8 9 9 8 9 6 6 7 5 7 6 9 1 4 5 1 2 10 6 0 3 2 10 10 9 7 7 9 8 10 9 8 4 
12.28	d NODES 67784
12.28	d CHECKS 57025230
12.28	   
12.28	   totalWckTime=12.042  totalCpuTime=11.78

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-228145-1168080853 -o ROOT/results/node38/solver-228145-1168080853 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228145-1168080853/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.12 1.76 1.92 2/68 16017
/proc/meminfo: memFree=1628120/2055920 swapFree=4192812/4192956
[pid=16016] ppid=16014 vsize=1496 CPUtime=0
/proc/16016/stat : 16016 (java) R 16014 16016 15083 0 -1 0 58 0 0 0 0 0 0 0 21 0 1 0 156485895 1531904 42 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 8610823 0 0 4096 0 0 0 0 17 1 0 0
/proc/16016/statm: 375 47 37 14 0 8 0

[startup+0.105614 s]
/proc/loadavg: 1.12 1.76 1.92 2/68 16017
/proc/meminfo: memFree=1628120/2055920 swapFree=4192812/4192956
[pid=16016] ppid=16014 vsize=913228 CPUtime=0.07
/proc/16016/stat : 16016 (java) S 16014 16016 15083 0 -1 0 2889 0 1 0 6 1 0 0 22 0 8 0 156485895 935145472 2635 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16016/statm: 228307 2636 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.513695 s]
/proc/loadavg: 1.12 1.76 1.92 2/68 16017
/proc/meminfo: memFree=1628120/2055920 swapFree=4192812/4192956
[pid=16016] ppid=16014 vsize=915328 CPUtime=0.48
/proc/16016/stat : 16016 (java) R 16014 16016 15083 0 -1 0 6464 0 1 0 43 5 0 0 16 0 8 0 156485895 937295872 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16016/statm: 228832 6203 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33885 s]
/proc/loadavg: 1.12 1.76 1.92 2/75 16024
/proc/meminfo: memFree=1604704/2055920 swapFree=4192812/4192956
[pid=16016] ppid=16014 vsize=915456 CPUtime=1.3
/proc/16016/stat : 16016 (java) R 16014 16016 15083 0 -1 0 8585 0 1 0 123 7 0 0 16 0 8 0 156485895 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817814 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16016/statm: 228864 8323 2513 14 0 215334 0
[pid=16016/tid=16018] ppid=16014 vsize=915456 CPUtime=0.03
/proc/16016/task/16018/stat : 16018 (java) S 16014 16016 15083 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156485900 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16016/tid=16019] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16019/stat : 16019 (java) S 16014 16016 15083 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156485900 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16020] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16020/stat : 16020 (java) S 16014 16016 15083 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485900 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16021] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16021/stat : 16021 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156485903 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16022] ppid=16014 vsize=915456 CPUtime=0.21
/proc/16016/task/16022/stat : 16022 (java) S 16014 16016 15083 0 -1 64 390 0 0 0 20 1 0 0 16 0 8 0 156485903 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16016/tid=16023] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16023/stat : 16023 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156485903 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16024] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16024/stat : 16024 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156485903 937426944 8323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.98017 s]
/proc/loadavg: 1.11 1.75 1.91 2/75 16024
/proc/meminfo: memFree=1604576/2055920 swapFree=4192812/4192956
[pid=16016] ppid=16014 vsize=915456 CPUtime=2.94
/proc/16016/stat : 16016 (java) R 16014 16016 15083 0 -1 0 8596 0 1 0 287 7 0 0 18 0 8 0 156485895 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795344 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16016/statm: 228864 8333 2513 14 0 215334 0
[pid=16016/tid=16018] ppid=16014 vsize=915456 CPUtime=0.03
/proc/16016/task/16018/stat : 16018 (java) S 16014 16016 15083 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156485900 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16016/tid=16019] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16019/stat : 16019 (java) S 16014 16016 15083 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156485900 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16020] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16020/stat : 16020 (java) S 16014 16016 15083 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485900 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16021] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16021/stat : 16021 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156485903 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16022] ppid=16014 vsize=915456 CPUtime=0.22
/proc/16016/task/16022/stat : 16022 (java) S 16014 16016 15083 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 156485903 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16016/tid=16023] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16023/stat : 16023 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156485903 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16024] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16024/stat : 16024 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156485903 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915456

[startup+6.27081 s]
/proc/loadavg: 1.11 1.75 1.91 2/75 16024
/proc/meminfo: memFree=1604448/2055920 swapFree=4192812/4192956
[pid=16016] ppid=16014 vsize=915456 CPUtime=6.23
/proc/16016/stat : 16016 (java) R 16014 16016 15083 0 -1 0 8604 0 1 0 616 7 0 0 20 0 8 0 156485895 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073846874 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16016/statm: 228864 8340 2513 14 0 215334 0
[pid=16016/tid=16018] ppid=16014 vsize=915456 CPUtime=0.03
/proc/16016/task/16018/stat : 16018 (java) S 16014 16016 15083 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156485900 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16016/tid=16019] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16019/stat : 16019 (java) S 16014 16016 15083 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156485900 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16020] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16020/stat : 16020 (java) S 16014 16016 15083 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485900 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16021] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16021/stat : 16021 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156485903 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16022] ppid=16014 vsize=915456 CPUtime=0.22
/proc/16016/task/16022/stat : 16022 (java) S 16014 16016 15083 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 156485903 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16016/tid=16023] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16023/stat : 16023 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156485903 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16016/tid=16024] ppid=16014 vsize=915456 CPUtime=0
/proc/16016/task/16024/stat : 16024 (java) S 16014 16016 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156485903 937426944 8340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 12.322
CPU time (s): 12.2591
CPU user time (s): 12.1781
CPU system time (s): 0.080987
CPU usage (%): 99.4902
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1781
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8702
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= 1072
involuntary context switches= 306

runsolver used 0.016997 s user time and 0.032994 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 10:54:17 UTC 2007


IDJOB= 228145
IDBENCH= 6156
FILE ID= node38/228145-1168080853

PBS_JOBID= 3476003

Free space on /tmp= 66514 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-17_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228145-1168080853/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-228145-1168080853 -o ROOT/results/node38/solver-228145-1168080853 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228145-1168080853/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  23eab9a99cd3363f57439eaf2fe571e5

RANDOM SEED= 162732719

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.267
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.267
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:       1626736 kB
Buffers:         27360 kB
Cached:         309852 kB
SwapCached:          0 kB
Active:          74432 kB
Inactive:       284236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:          31708 kB
Slab:            56212 kB
Committed_AS:  3114176 kB
PageTables:       1700 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= 66516 MiB



End job on node38 on Sat Jan  6 10:54:39 UTC 2007