Trace number 226732

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 8.17476 8.25846

DiagnosticValue
CHECKS68287855
NODES41499

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-77_ext.xml
MD5SUM007f509b0deee6888476b46b5254815d
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 benchmark8.17476
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/226732-1168080728/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.40	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.59	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.59	       =>  wckTime=0.286  cpuTime=0.22  mem=15M761
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.473  cpuTime=0.35  mem=13M789
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=51147  nbPropagations=729  nbRevisions=3780  nbUselessRevisions=2374  nbAssignments=28
0.83	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.051  cpuTime=0.02  mem=14M764
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=110127  nbPropagations=2332  nbRevisions=12579  nbUselessRevisions=7833  nbAssignments=65
0.85	     nbFailedAssignments=28  nbBacktracks=25  nbVisitedNodes=112  nbRestartNogoods=3  mapSize=21  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.072  cpuTime=0.04  mem=14M764
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=193511  nbPropagations=4951  nbRevisions=27212  nbUselessRevisions=16838
0.87	     nbAssignments=115  nbFailedAssignments=53  nbBacktracks=47  nbVisitedNodes=199  nbRestartNogoods=4  mapSize=39
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.089  cpuTime=0.05  mem=14M764
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=312739  nbPropagations=9488  nbRevisions=52983  nbUselessRevisions=32830
0.89	     nbAssignments=196  nbFailedAssignments=94  nbBacktracks=80  nbVisitedNodes=343  nbRestartNogoods=6  mapSize=68
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.11  cpuTime=0.07  mem=14M764
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=509532  nbPropagations=16577  nbRevisions=94041  nbUselessRevisions=57908
0.91	     nbAssignments=300  nbFailedAssignments=142  nbBacktracks=132  nbVisitedNodes=526  nbRestartNogoods=8  mapSize=107
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.136  cpuTime=0.09  mem=14M764
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=768818  nbPropagations=27499  nbRevisions=157240  nbUselessRevisions=96654
0.95	     nbAssignments=456  nbFailedAssignments=220  nbBacktracks=207  nbVisitedNodes=813  nbRestartNogoods=13  mapSize=176
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.173  cpuTime=0.13  mem=14M764
0.99	   
0.99	   search
0.99	     run=6  nbConstraintChecks=1072681  nbPropagations=42862  nbRevisions=246343  nbUselessRevisions=151386
0.99	     nbAssignments=663  nbFailedAssignments=308  nbBacktracks=320  nbVisitedNodes=1171  nbRestartNogoods=15  mapSize=265
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.216  cpuTime=0.17  mem=14M764
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1799253  nbPropagations=69353  nbRevisions=399692  nbUselessRevisions=245211
1.09	     nbAssignments=1105  nbFailedAssignments=575  nbBacktracks=490  nbVisitedNodes=2008  nbRestartNogoods=21
1.09	     mapSize=428  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.313  cpuTime=0.26  mem=14M764
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=2593069  nbPropagations=109072  nbRevisions=628288  nbUselessRevisions=385037
1.21	     nbAssignments=1637  nbFailedAssignments=844  nbBacktracks=746  nbVisitedNodes=2976  nbRestartNogoods=35
1.21	     mapSize=655  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.433  cpuTime=0.36  mem=14M764
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=3638085  nbPropagations=165939  nbRevisions=958735  nbUselessRevisions=588161
1.34	     nbAssignments=2411  nbFailedAssignments=1230  nbBacktracks=1130  nbVisitedNodes=4353  nbRestartNogoods=40
1.34	     mapSize=983  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.567  cpuTime=0.49  mem=14M764
1.38	   
1.38	   INFO : Stopping hyperNogood (mapSize=1042, nbTooLargekeys=0, mem=14M764)
1.60	   
1.60	   search
1.60	     run=10  nbConstraintChecks=5875800  nbPropagations=256319  nbRevisions=1484480  nbUselessRevisions=910583
1.60	     nbAssignments=3747  nbFailedAssignments=1984  nbBacktracks=1706  nbVisitedNodes=6826  nbRestartNogoods=47
1.60	       =>  wckTime=0.821  cpuTime=0.74  mem=14M764
1.86	   
1.86	   search
1.86	     run=11  nbConstraintChecks=8226529  nbPropagations=386277  nbRevisions=2234832  nbUselessRevisions=1371691
1.86	     nbAssignments=5480  nbFailedAssignments=2850  nbBacktracks=2570  nbVisitedNodes=9939  nbRestartNogoods=51
1.86	       =>  wckTime=1.087  cpuTime=1.0  mem=14M764
2.29	   
2.29	   search
2.29	     run=12  nbConstraintChecks=12269941  nbPropagations=572403  nbRevisions=3316617  nbUselessRevisions=2035503
2.29	     nbAssignments=7823  nbFailedAssignments=3894  nbBacktracks=3867  nbVisitedNodes=14080  nbRestartNogoods=57
2.29	       =>  wckTime=1.51  cpuTime=1.42  mem=14M764
3.00	   
3.00	   search
3.00	     run=13  nbConstraintChecks=18831420  nbPropagations=860155  nbRevisions=4987386  nbUselessRevisions=3058833
3.00	     nbAssignments=11969  nbFailedAssignments=6091  nbBacktracks=5813  nbVisitedNodes=21701  nbRestartNogoods=65
3.00	       =>  wckTime=2.227  cpuTime=2.13  mem=14M764
4.00	   
4.00	   search
4.00	     run=14  nbConstraintChecks=28415907  nbPropagations=1281197  nbRevisions=7443168  nbUselessRevisions=4562471
4.00	     nbAssignments=17611  nbFailedAssignments=8809  nbBacktracks=8733  nbVisitedNodes=31775  nbRestartNogoods=81
4.00	       =>  wckTime=3.22  cpuTime=3.12  mem=14M764
5.44	   
5.44	   search
5.44	     run=15  nbConstraintChecks=41570678  nbPropagations=1907122  nbRevisions=11085380  nbUselessRevisions=6798046
5.44	     nbAssignments=26115  nbFailedAssignments=12931  nbBacktracks=13111  nbVisitedNodes=47116  nbRestartNogoods=91
5.44	       =>  wckTime=4.659  cpuTime=4.55  mem=14M764
7.76	   
7.76	   search
7.76	     run=16  nbConstraintChecks=64056746  nbPropagations=2844279  nbRevisions=16567733  nbUselessRevisions=10155665
7.76	     nbAssignments=38963  nbFailedAssignments=19207  nbBacktracks=19681  nbVisitedNodes=70178  nbRestartNogoods=102
7.76	       =>  wckTime=6.981  cpuTime=6.87  mem=14M764
8.20	   
8.20	   search
8.20	     run=17  nbConstraintChecks=68287855  nbPropagations=3839518  nbRevisions=22391230  nbUselessRevisions=13721499
8.20	     nbAssignments=41499  nbFailedAssignments=20310  nbBacktracks=21074  nbVisitedNodes=74563  nbRestartNogoods=110
8.20	       =>  wckTime=7.419  cpuTime=7.31  mem=14M764
8.20	   
8.20	   global
8.20	     nbConstraintChecks=68287855  nbPropagations=3839558  nbRevisions=22391230  nbUselessRevisions=13721499
8.20	     nbRestartNogoods=110  solvingWckTime=7.42  solvingCpuTime=7.32  expiredTime=no  totalExploration=no
8.20	     nbFoundSolutions=1  globalCpuTime=7.72
8.20	       =>  wckTime=7.898  cpuTime=7.67  mem=14M764
8.20	   
8.20	s SATISFIABLE
8.20	v 19 27 27 9 28 6 15 30 30 1 16 7 33 27 31 27 1 14 33 5 28 5 1 33 31 6 36 8 7 18 13 31 11 19 4 24 20 14 32 27 
8.20	d NODES 41499
8.20	d CHECKS 68287855
8.20	   
8.20	   totalWckTime=7.974  totalCpuTime=7.72

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/node42/watcher-226732-1168080728 -o ROOT/results/node42/solver-226732-1168080728 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226732-1168080728/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: 0.10 0.49 0.78 6/73 25157
/proc/meminfo: memFree=1336288/2055920 swapFree=4191892/4192956
[pid=25156] ppid=25151 vsize=1784 CPUtime=0
/proc/25156/stat : 25156 (java) D 25151 25156 25020 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 156473308 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/25156/statm: 446 140 106 14 0 91 0

[startup+0.109585 s]
/proc/loadavg: 0.10 0.49 0.78 6/73 25157
/proc/meminfo: memFree=1336288/2055920 swapFree=4191892/4192956
[pid=25156] ppid=25151 vsize=914988 CPUtime=0.09
/proc/25156/stat : 25156 (java) R 25151 25156 25020 0 -1 0 3033 0 1 0 7 2 0 0 24 0 8 0 156473308 936947712 2779 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155581175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25156/statm: 228747 2780 1441 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517632 s]
/proc/loadavg: 0.10 0.49 0.78 6/73 25157
/proc/meminfo: memFree=1336288/2055920 swapFree=4191892/4192956
[pid=25156] ppid=25151 vsize=915328 CPUtime=0.49
/proc/25156/stat : 25156 (java) R 25151 25156 25020 0 -1 0 7780 0 1 0 44 5 0 0 25 0 8 0 156473308 937295872 7519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25156/statm: 228832 7519 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33872 s]
/proc/loadavg: 0.10 0.49 0.78 4/87 25171
/proc/meminfo: memFree=1285296/2055920 swapFree=4191892/4192956
[pid=25156] ppid=25151 vsize=915464 CPUtime=1.31
/proc/25156/stat : 25156 (java) R 25151 25156 25020 0 -1 0 9085 0 1 0 124 7 0 0 25 0 8 0 156473308 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764960 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25156/statm: 228866 8823 2513 14 0 215336 0
[pid=25156/tid=25158] ppid=25151 vsize=915464 CPUtime=0.02
/proc/25156/task/25158/stat : 25158 (java) S 25151 25156 25020 0 -1 64 254 0 0 0 2 0 0 0 16 0 8 0 156473312 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25160] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25160/stat : 25160 (java) S 25151 25156 25020 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156473313 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25161] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25161/stat : 25161 (java) S 25151 25156 25020 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473313 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25164] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25164/stat : 25164 (java) S 25151 25156 25020 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156473316 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25165] ppid=25151 vsize=915464 CPUtime=0.18
/proc/25156/task/25165/stat : 25165 (java) S 25151 25156 25020 0 -1 64 370 0 0 0 17 1 0 0 15 0 8 0 156473316 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25166] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25166/stat : 25166 (java) S 25151 25156 25020 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156473316 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25167] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25167/stat : 25167 (java) S 25151 25156 25020 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156473316 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.9789 s]
/proc/loadavg: 0.25 0.51 0.79 3/87 25171
/proc/meminfo: memFree=1285168/2055920 swapFree=4191892/4192956
[pid=25156] ppid=25151 vsize=915464 CPUtime=2.95
/proc/25156/stat : 25156 (java) R 25151 25156 25020 0 -1 0 9091 0 1 0 288 7 0 0 25 0 8 0 156473308 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752688 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25156/statm: 228866 8828 2513 14 0 215336 0
[pid=25156/tid=25158] ppid=25151 vsize=915464 CPUtime=0.02
/proc/25156/task/25158/stat : 25158 (java) S 25151 25156 25020 0 -1 64 254 0 0 0 2 0 0 0 16 0 8 0 156473312 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25160] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25160/stat : 25160 (java) S 25151 25156 25020 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156473313 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25161] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25161/stat : 25161 (java) S 25151 25156 25020 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473313 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25164] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25164/stat : 25164 (java) S 25151 25156 25020 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25165] ppid=25151 vsize=915464 CPUtime=0.19
/proc/25156/task/25165/stat : 25165 (java) S 25151 25156 25020 0 -1 64 376 0 0 0 18 1 0 0 15 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25166] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25166/stat : 25166 (java) S 25151 25156 25020 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25167] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25167/stat : 25167 (java) S 25151 25156 25020 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.18025 s]
/proc/loadavg: 0.25 0.51 0.79 2/75 25171
/proc/meminfo: memFree=1311128/2055920 swapFree=4191892/4192956
[pid=25156] ppid=25151 vsize=915464 CPUtime=6.13
/proc/25156/stat : 25156 (java) R 25151 25156 25020 0 -1 0 9092 0 1 0 606 7 0 0 25 0 8 0 156473308 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918543 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25156/statm: 228866 8828 2513 14 0 215336 0
[pid=25156/tid=25158] ppid=25151 vsize=915464 CPUtime=0.02
/proc/25156/task/25158/stat : 25158 (java) S 25151 25156 25020 0 -1 64 254 0 0 0 2 0 0 0 16 0 8 0 156473312 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25160] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25160/stat : 25160 (java) S 25151 25156 25020 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156473313 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25161] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25161/stat : 25161 (java) S 25151 25156 25020 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473313 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25164] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25164/stat : 25164 (java) S 25151 25156 25020 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25165] ppid=25151 vsize=915464 CPUtime=0.19
/proc/25156/task/25165/stat : 25165 (java) S 25151 25156 25020 0 -1 64 376 0 0 0 18 1 0 0 15 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25166] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25166/stat : 25166 (java) S 25151 25156 25020 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25156/tid=25167] ppid=25151 vsize=915464 CPUtime=0
/proc/25156/task/25167/stat : 25167 (java) S 25151 25156 25020 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156473316 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 8.25846
CPU time (s): 8.17476
CPU user time (s): 8.08977
CPU system time (s): 0.084987
CPU usage (%): 98.9864
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.08977
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9098
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= 1243
involuntary context switches= 1534

runsolver used 0.010998 s user time and 0.036994 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 10:52:14 UTC 2007


IDJOB= 226732
IDBENCH= 6006
FILE ID= node42/226732-1168080728

PBS_JOBID= 3476174

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-77_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226732-1168080728/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-226732-1168080728 -o ROOT/results/node42/solver-226732-1168080728 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226732-1168080728/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  007f509b0deee6888476b46b5254815d

RANDOM SEED= 14537582

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.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:       1337512 kB
Buffers:         50444 kB
Cached:         574140 kB
SwapCached:        268 kB
Active:         117196 kB
Inactive:       526712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1337512 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4376 kB
Writeback:           0 kB
Mapped:          28300 kB
Slab:            60316 kB
Committed_AS:  2706072 kB
PageTables:       1616 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= 66541 MiB



End job on node42 on Sat Jan  6 10:52:38 UTC 2007