Trace number 225205

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 10.6644 10.7462

DiagnosticValue
CHECKS173641728
NODES22126

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-49_ext.xml
MD5SUMe7744e2e0b31c6eb2d2c94934bc76323
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 benchmark7.98479
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.29	   configuration
0.29	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/225205-1168080590/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.38	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.38	   
0.38	   relations being loaded...
0.71	   
0.71	   constraints being loaded...
0.85	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.85	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
0.85	       =>  wckTime=0.559  cpuTime=0.51  mem=36M294
0.89	   
0.89	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.756  cpuTime=0.64  mem=16M210
1.05	   
1.05	   preprocessing
1.05	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.05	     detectedInconsistency=no
1.05	       =>  wckTime=0.0020  cpuTime=0.0  mem=16M210
1.14	   
1.14	   search
1.14	     run=0  nbConstraintChecks=284975  nbPropagations=1336  nbRevisions=4054  nbUselessRevisions=1751  nbAssignments=46
1.14	     nbFailedAssignments=30  nbBacktracks=10  nbVisitedNodes=83  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.14	     nbTooLargeKeys=0
1.14	       =>  wckTime=0.087  cpuTime=0.05  mem=16M210
1.17	   
1.17	   search
1.17	     run=1  nbConstraintChecks=684674  nbPropagations=4172  nbRevisions=13247  nbUselessRevisions=5836  nbAssignments=93
1.17	     nbFailedAssignments=59  nbBacktracks=26  nbVisitedNodes=169  nbRestartNogoods=3  mapSize=19  nbInferences=0
1.17	     nbTooLargeKeys=0
1.17	       =>  wckTime=0.118  cpuTime=0.08  mem=16M210
1.20	   
1.20	   search
1.20	     run=2  nbConstraintChecks=1119844  nbPropagations=8857  nbRevisions=28795  nbUselessRevisions=12730
1.20	     nbAssignments=150  nbFailedAssignments=88  nbBacktracks=49  nbVisitedNodes=273  nbRestartNogoods=4  mapSize=39
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.152  cpuTime=0.11  mem=16M210
1.25	   
1.25	   search
1.25	     run=3  nbConstraintChecks=1777221  nbPropagations=16562  nbRevisions=54118  nbUselessRevisions=23907
1.25	     nbAssignments=262  nbFailedAssignments=162  nbBacktracks=82  nbVisitedNodes=482  nbRestartNogoods=11  mapSize=66
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.2  cpuTime=0.16  mem=16M210
1.33	   
1.33	   search
1.33	     run=4  nbConstraintChecks=3036226  nbPropagations=28361  nbRevisions=94072  nbUselessRevisions=41781
1.33	     nbAssignments=389  nbFailedAssignments=236  nbBacktracks=132  nbVisitedNodes=719  nbRestartNogoods=21  mapSize=108
1.33	     nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.279  cpuTime=0.23  mem=16M210
1.41	   
1.41	   search
1.41	     run=5  nbConstraintChecks=4391352  nbPropagations=45968  nbRevisions=154402  nbUselessRevisions=68613
1.41	     nbAssignments=555  nbFailedAssignments=323  nbBacktracks=207  nbVisitedNodes=1019  nbRestartNogoods=25  mapSize=161
1.41	     nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.366  cpuTime=0.32  mem=16M210
1.60	   
1.60	   search
1.60	     run=6  nbConstraintChecks=7339520  nbPropagations=75101  nbRevisions=256099  nbUselessRevisions=113489
1.60	     nbAssignments=900  nbFailedAssignments=552  nbBacktracks=320  nbVisitedNodes=1673  nbRestartNogoods=29  mapSize=253
1.60	     nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.554  cpuTime=0.51  mem=16M210
1.85	   
1.85	   search
1.85	     run=7  nbConstraintChecks=10994740  nbPropagations=121843  nbRevisions=415252  nbUselessRevisions=183168
1.85	     nbAssignments=1522  nbFailedAssignments=998  nbBacktracks=490  nbVisitedNodes=2863  nbRestartNogoods=35
1.85	     mapSize=402  nbInferences=0  nbTooLargeKeys=0
1.85	       =>  wckTime=0.802  cpuTime=0.74  mem=17M182
2.19	   
2.19	   search
2.19	     run=8  nbConstraintChecks=16764332  nbPropagations=189081  nbRevisions=647987  nbUselessRevisions=286044
2.19	     nbAssignments=2204  nbFailedAssignments=1420  nbBacktracks=747  nbVisitedNodes=4144  nbRestartNogoods=41
2.19	     mapSize=635  nbInferences=0  nbTooLargeKeys=0
2.19	       =>  wckTime=1.14  cpuTime=1.07  mem=17M182
2.72	   
2.72	   search
2.72	     run=9  nbConstraintChecks=25560938  nbPropagations=301822  nbRevisions=1029429  nbUselessRevisions=453521
2.72	     nbAssignments=3818  nbFailedAssignments=2644  nbBacktracks=1133  nbVisitedNodes=7237  nbRestartNogoods=47
2.72	     mapSize=970  nbInferences=0  nbTooLargeKeys=0
2.72	       =>  wckTime=1.67  cpuTime=1.59  mem=17M182
2.83	   
2.83	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=17M182)
3.57	   
3.57	   search
3.57	     run=10  nbConstraintChecks=41488220  nbPropagations=469959  nbRevisions=1611307  nbUselessRevisions=710017
3.57	     nbAssignments=5514  nbFailedAssignments=3761  nbBacktracks=1709  nbVisitedNodes=10484  nbRestartNogoods=63
3.57	       =>  wckTime=2.525  cpuTime=2.44  mem=17M182
4.54	   
4.54	   search
4.54	     run=11  nbConstraintChecks=59499659  nbPropagations=712793  nbRevisions=2457917  nbUselessRevisions=1081994
4.54	     nbAssignments=7807  nbFailedAssignments=5184  nbBacktracks=2573  nbVisitedNodes=14795  nbRestartNogoods=73
4.54	       =>  wckTime=3.495  cpuTime=3.4  mem=17M182
6.07	   
6.07	   search
6.07	     run=12  nbConstraintChecks=86191935  nbPropagations=1093485  nbRevisions=3769501  nbUselessRevisions=1652515
6.07	     nbAssignments=11785  nbFailedAssignments=7860  nbBacktracks=3871  nbVisitedNodes=22358  nbRestartNogoods=85
6.07	       =>  wckTime=5.02  cpuTime=4.93  mem=17M182
9.03	   
9.03	   search
9.03	     run=13  nbConstraintChecks=142803590  nbPropagations=1676094  nbRevisions=5796113  nbUselessRevisions=2537391
9.03	     nbAssignments=18150  nbFailedAssignments=12274  nbBacktracks=5817  nbVisitedNodes=34548  nbRestartNogoods=95
9.03	       =>  wckTime=7.981  cpuTime=7.89  mem=17M182
10.67	   
10.67	   search
10.67	     run=14  nbConstraintChecks=173641728  nbPropagations=2381278  nbRevisions=8266042  nbUselessRevisions=3618024
10.67	     nbAssignments=22126  nbFailedAssignments=14812  nbBacktracks=7215  nbVisitedNodes=42034  nbRestartNogoods=117
10.67	       =>  wckTime=9.628  cpuTime=9.53  mem=17M182
10.68	   
10.68	   global
10.68	     nbConstraintChecks=173641728  nbPropagations=2381318  nbRevisions=8266042  nbUselessRevisions=3618024
10.68	     nbRestartNogoods=117  solvingWckTime=9.629  solvingCpuTime=9.53  expiredTime=no  totalExploration=no
10.68	     nbFoundSolutions=1  globalCpuTime=10.22
10.68	       =>  wckTime=10.389  cpuTime=10.17  mem=17M182
10.68	   
10.68	s SATISFIABLE
10.68	v 36 36 70 19 47 29 172 36 157 159 28 86 91 117 140 59 62 52 175 22 42 139 42 34 19 148 23 173 59 134 104 176 0 99 144 119 141 84 176 21 
10.68	d NODES 22126
10.68	d CHECKS 173641728
10.68	   
10.68	   totalWckTime=10.464  totalCpuTime=10.23

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/node20/watcher-225205-1168080590 -o ROOT/results/node20/solver-225205-1168080590 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225205-1168080590/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.44 0.89 1.29 4/84 24111
/proc/meminfo: memFree=1744376/2055920 swapFree=4170284/4192956
[pid=24110] ppid=24105 vsize=1784 CPUtime=0
/proc/24110/stat : 24110 (java) D 24105 24110 23567 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156454471 1826816 163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/24110/statm: 446 163 128 14 0 91 0

[startup+0.107041 s]
/proc/loadavg: 0.44 0.89 1.29 4/84 24111
/proc/meminfo: memFree=1744376/2055920 swapFree=4170284/4192956
[pid=24110] ppid=24105 vsize=914988 CPUtime=0.09
/proc/24110/stat : 24110 (java) R 24105 24110 23567 0 -1 0 3105 0 1 0 8 1 0 0 23 0 8 0 156454471 936947712 2851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582906 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24110/statm: 228747 2852 1464 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515084 s]
/proc/loadavg: 0.44 0.89 1.29 4/84 24111
/proc/meminfo: memFree=1744376/2055920 swapFree=4170284/4192956
[pid=24110] ppid=24105 vsize=915328 CPUtime=0.5
/proc/24110/stat : 24110 (java) R 24105 24110 23567 0 -1 0 8257 0 1 0 46 4 0 0 25 0 8 0 156454471 937295872 7996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073586030 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24110/statm: 228832 7996 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33719 s]
/proc/loadavg: 0.44 0.89 1.29 2/88 24118
/proc/meminfo: memFree=1698328/2055920 swapFree=4170284/4192956
[pid=24110] ppid=24105 vsize=915464 CPUtime=1.32
/proc/24110/stat : 24110 (java) R 24105 24110 23567 0 -1 0 14343 0 1 0 124 8 0 0 17 0 8 0 156454471 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24110/statm: 228866 14081 2513 14 0 215336 0
[pid=24110/tid=24112] ppid=24105 vsize=915464 CPUtime=0.03
/proc/24110/task/24112/stat : 24112 (java) S 24105 24110 23567 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 156454475 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24113] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24113/stat : 24113 (java) S 24105 24110 23567 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156454475 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24114] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24114/stat : 24114 (java) S 24105 24110 23567 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156454475 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24115] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24115/stat : 24115 (java) S 24105 24110 23567 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156454478 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24116] ppid=24105 vsize=915464 CPUtime=0.15
/proc/24110/task/24116/stat : 24116 (java) S 24105 24110 23567 0 -1 64 359 0 0 0 15 0 0 0 16 0 8 0 156454478 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24117] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24117/stat : 24117 (java) S 24105 24110 23567 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156454478 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24118] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24118/stat : 24118 (java) S 24105 24110 23567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156454478 937435136 14081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915464

[startup+2.98938 s]
/proc/loadavg: 0.44 0.89 1.29 2/88 24118
/proc/meminfo: memFree=1698264/2055920 swapFree=4170284/4192956
[pid=24110] ppid=24105 vsize=915464 CPUtime=2.96
/proc/24110/stat : 24110 (java) R 24105 24110 23567 0 -1 0 14359 0 1 0 288 8 0 0 23 0 8 0 156454471 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073729267 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24110/statm: 228866 14096 2513 14 0 215336 0
[pid=24110/tid=24112] ppid=24105 vsize=915464 CPUtime=0.03
/proc/24110/task/24112/stat : 24112 (java) S 24105 24110 23567 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 156454475 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24113] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24113/stat : 24113 (java) S 24105 24110 23567 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156454475 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24114] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24114/stat : 24114 (java) S 24105 24110 23567 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156454475 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24115] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24115/stat : 24115 (java) S 24105 24110 23567 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156454478 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24116] ppid=24105 vsize=915464 CPUtime=0.17
/proc/24110/task/24116/stat : 24116 (java) S 24105 24110 23567 0 -1 64 373 0 0 0 17 0 0 0 15 0 8 0 156454478 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24117] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24117/stat : 24117 (java) S 24105 24110 23567 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156454478 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24118] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24118/stat : 24118 (java) S 24105 24110 23567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156454478 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915464

[startup+6.27177 s]
/proc/loadavg: 0.49 0.89 1.29 2/88 24118
/proc/meminfo: memFree=1698200/2055920 swapFree=4170284/4192956
[pid=24110] ppid=24105 vsize=915464 CPUtime=6.23
/proc/24110/stat : 24110 (java) R 24105 24110 23567 0 -1 0 14363 0 1 0 615 8 0 0 25 0 8 0 156454471 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806443 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24110/statm: 228866 14099 2513 14 0 215336 0
[pid=24110/tid=24112] ppid=24105 vsize=915464 CPUtime=0.03
/proc/24110/task/24112/stat : 24112 (java) S 24105 24110 23567 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 156454475 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24113] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24113/stat : 24113 (java) S 24105 24110 23567 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156454475 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24114] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24114/stat : 24114 (java) S 24105 24110 23567 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156454475 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24115] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24115/stat : 24115 (java) S 24105 24110 23567 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156454478 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24116] ppid=24105 vsize=915464 CPUtime=0.18
/proc/24110/task/24116/stat : 24116 (java) S 24105 24110 23567 0 -1 64 377 0 0 0 18 0 0 0 16 0 8 0 156454478 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24117] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24117/stat : 24117 (java) S 24105 24110 23567 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156454478 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24110/tid=24118] ppid=24105 vsize=915464 CPUtime=0
/proc/24110/task/24118/stat : 24118 (java) S 24105 24110 23567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156454478 937435136 14099 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) 915464

Child status: 0
Real time (s): 10.7462
CPU time (s): 10.6644
CPU user time (s): 10.5694
CPU system time (s): 0.094985
CPU usage (%): 99.2387
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5694
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14370
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= 1039
involuntary context switches= 914

runsolver used 0.015997 s user time and 0.033994 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan  6 10:49:57 UTC 2007


IDJOB= 225205
IDBENCH= 5835
FILE ID= node20/225205-1168080590

PBS_JOBID= 3476100

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-49_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225205-1168080590/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-225205-1168080590 -o ROOT/results/node20/solver-225205-1168080590 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225205-1168080590/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e7744e2e0b31c6eb2d2c94934bc76323

RANDOM SEED= 658280625

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.216
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.216
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:       1737552 kB
Buffers:         40188 kB
Cached:         170592 kB
SwapCached:       4236 kB
Active:          95152 kB
Inactive:       153952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737552 kB
SwapTotal:     4192956 kB
SwapFree:      4170284 kB
Dirty:            6028 kB
Writeback:           0 kB
Mapped:          59544 kB
Slab:            53964 kB
Committed_AS:  3692104 kB
PageTables:       2440 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= 66542 MiB



End job on node20 on Sat Jan  6 10:50:12 UTC 2007